Home
last modified time | relevance | path

Searched refs:enterTimestamp (Results 1 – 4 of 4) sorted by relevance

/cts/tests/inputmethod/mocka11yime/common/src/com/android/cts/mocka11yime/
DMockA11yImeEvent.java102 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/
DImeEvent.java103 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()
DMockIme.java1470 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/
DMockA11yIme.java395 final long enterTimestamp = SystemClock.elapsedRealtimeNanos(); in recordEventInternal() local
400 mThreadId, mIsMainThread, enterTimestamp, 0, enterWallTime, in recordEventInternal()
414 mThreadId, mIsMainThread, enterTimestamp, exitTimestamp, enterWallTime, in recordEventInternal()