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.java53 boolean isMainThread, long enterTimestamp, long exitTimestamp, long enterWallTime, in ImeEvent() argument
56 this(eventName, nestLevel, threadName, threadId, isMainThread, enterTimestamp, in ImeEvent()
62 int threadId, boolean isMainThread, long enterTimestamp, long exitTimestamp, in ImeEvent() argument
71 mEnterTimestamp = enterTimestamp; in ImeEvent()
118 final long enterTimestamp = bundle.getLong("mEnterTimestamp"); in fromBundle() local
139 threadId, isMainThread, enterTimestamp, exitTimestamp, enterWallTime, exitWallTime, in fromBundle()
DMockIme.java540 final long enterTimestamp = SystemClock.elapsedRealtimeNanos();
545 mThreadId, mIsMainThread, enterTimestamp, 0, enterWallTime,
559 mThreadId, mIsMainThread, enterTimestamp, exitTimestamp, enterWallTime,