Searched refs:enterTimestamp (Results 1 – 4 of 4) sorted by relevance
/cts/tests/inputmethod/mocka11yime/common/src/com/android/cts/mocka11yime/ |
D | MockA11yImeEvent.java | 102 int threadId, boolean isMainThread, long enterTimestamp, long exitTimestamp, in MockA11yImeEvent() argument 105 this(eventName, nestLevel, threadName, threadId, isMainThread, enterTimestamp, in MockA11yImeEvent() 111 int threadId, boolean isMainThread, long enterTimestamp, long exitTimestamp, in MockA11yImeEvent() argument 120 mEnterTimestamp = enterTimestamp; in MockA11yImeEvent() 184 final long enterTimestamp = bundle.getLong("mEnterTimestamp"); in fromBundle() local 223 threadId, isMainThread, enterTimestamp, exitTimestamp, enterWallTime, exitWallTime, in fromBundle()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeEvent.java | 103 boolean isMainThread, long enterTimestamp, long exitTimestamp, long enterWallTime, in ImeEvent() argument 106 this(eventName, nestLevel, threadName, threadId, isMainThread, enterTimestamp, in ImeEvent() 112 int threadId, boolean isMainThread, long enterTimestamp, long exitTimestamp, in ImeEvent() argument 121 mEnterTimestamp = enterTimestamp; in ImeEvent() 193 final long enterTimestamp = bundle.getLong("mEnterTimestamp"); in fromBundle() local 236 threadId, isMainThread, enterTimestamp, exitTimestamp, enterWallTime, exitWallTime, in fromBundle()
|
D | MockIme.java | 1470 final long enterTimestamp = SystemClock.elapsedRealtimeNanos(); 1475 mThreadId, mIsMainThread, enterTimestamp, 0, enterWallTime, 1490 mThreadId, mIsMainThread, enterTimestamp, exitTimestamp, enterWallTime,
|
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/ |
D | MockA11yIme.java | 395 final long enterTimestamp = SystemClock.elapsedRealtimeNanos(); in recordEventInternal() local 400 mThreadId, mIsMainThread, enterTimestamp, 0, enterWallTime, in recordEventInternal() 414 mThreadId, mIsMainThread, enterTimestamp, exitTimestamp, enterWallTime, in recordEventInternal()
|