Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEvent.java88 boolean isMainThread, long enterTimestamp, long exitTimestamp, long enterWallTime, in ImeEvent() argument
91 this(eventName, nestLevel, threadName, threadId, isMainThread, enterTimestamp, in ImeEvent()
97 int threadId, boolean isMainThread, long enterTimestamp, long exitTimestamp, in ImeEvent() argument
106 mEnterTimestamp = enterTimestamp; in ImeEvent()
169 final long enterTimestamp = bundle.getLong("mEnterTimestamp"); in fromBundle() local
206 threadId, isMainThread, enterTimestamp, exitTimestamp, enterWallTime, exitWallTime, in fromBundle()
DMockIme.java1036 final long enterTimestamp = SystemClock.elapsedRealtimeNanos();
1041 mThreadId, mIsMainThread, enterTimestamp, 0, enterWallTime,
1056 mThreadId, mIsMainThread, enterTimestamp, exitTimestamp, enterWallTime,