Home
last modified time | relevance | path

Searched refs:exitTimestamp (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
106 exitTimestamp, enterWallTime, exitWallTime, isEnter, arguments, in MockA11yImeEvent()
111 int threadId, boolean isMainThread, long enterTimestamp, long exitTimestamp, in MockA11yImeEvent() argument
121 mExitTimestamp = exitTimestamp; in MockA11yImeEvent()
185 final long exitTimestamp = bundle.getLong("mExitTimestamp"); 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
107 exitTimestamp, enterWallTime, exitWallTime, enterState, exitState, arguments, in ImeEvent()
112 int threadId, boolean isMainThread, long enterTimestamp, long exitTimestamp, in ImeEvent() argument
122 mExitTimestamp = exitTimestamp; in ImeEvent()
194 final long exitTimestamp = bundle.getLong("mExitTimestamp"); in fromBundle() local
236 threadId, isMainThread, enterTimestamp, exitTimestamp, enterWallTime, exitWallTime, in fromBundle()
DMockIme.java1485 final long exitTimestamp = SystemClock.elapsedRealtimeNanos();
1490 mThreadId, mIsMainThread, enterTimestamp, exitTimestamp, enterWallTime,
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yIme.java410 final long exitTimestamp = SystemClock.elapsedRealtimeNanos(); in recordEventInternal() local
414 mThreadId, mIsMainThread, enterTimestamp, exitTimestamp, enterWallTime, in recordEventInternal()