Home
last modified time | relevance | path

Searched refs:mWallTime (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java982 final long mWallTime; field in RebootEscrowManager.RebootEscrowEvent
993 mWallTime = System.currentTimeMillis(); in RebootEscrowEvent()
1049 pw.println(" time=" + sdf.format(new Date(event.mWallTime)) in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java812 final long mWallTime; field in InputMethodManagerService.StartInputInfo
841 mWallTime = System.currentTimeMillis(); in StartInputInfo()
876 final long mWallTime; field in InputMethodManagerService.SoftInputShowHideHistory.Entry
902 mWallTime = System.currentTimeMillis(); in Entry()
931 pw.println(" time=" + formatter.format(Instant.ofEpochMilli(entry.mWallTime)) in dump()
1019 long mWallTime; field in InputMethodManagerService.StartInputHistory.Entry
1048 mWallTime = original.mWallTime; in set()
1096 pw.println(" time=" + formatter.format(Instant.ofEpochMilli(entry.mWallTime)) in dump()