Searched refs:enterTimestamp (Results 1 – 2 of 2) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeEvent.java | 84 boolean isMainThread, long enterTimestamp, long exitTimestamp, long enterWallTime, in ImeEvent() argument 87 this(eventName, nestLevel, threadName, threadId, isMainThread, enterTimestamp, in ImeEvent() 93 int threadId, boolean isMainThread, long enterTimestamp, long exitTimestamp, in ImeEvent() argument 102 mEnterTimestamp = enterTimestamp; in ImeEvent() 162 final long enterTimestamp = bundle.getLong("mEnterTimestamp"); in fromBundle() local 196 threadId, isMainThread, enterTimestamp, exitTimestamp, enterWallTime, exitWallTime, in fromBundle()
|
D | MockIme.java | 667 final long enterTimestamp = SystemClock.elapsedRealtimeNanos(); 672 mThreadId, mIsMainThread, enterTimestamp, 0, enterWallTime, 687 mThreadId, mIsMainThread, enterTimestamp, exitTimestamp, enterWallTime,
|