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.java84 boolean isMainThread, long enterTimestamp, long exitTimestamp, long enterWallTime, in ImeEvent() argument
87 this(eventName, nestLevel, threadName, threadId, isMainThread, enterTimestamp, in ImeEvent()
93 int threadId, boolean isMainThread, long enterTimestamp, long exitTimestamp, in ImeEvent() argument
102 mEnterTimestamp = enterTimestamp; in ImeEvent()
162 final long enterTimestamp = bundle.getLong("mEnterTimestamp"); in fromBundle() local
196 threadId, isMainThread, enterTimestamp, exitTimestamp, enterWallTime, exitWallTime, in fromBundle()
DMockIme.java667 final long enterTimestamp = SystemClock.elapsedRealtimeNanos();
672 mThreadId, mIsMainThread, enterTimestamp, 0, enterWallTime,
687 mThreadId, mIsMainThread, enterTimestamp, exitTimestamp, enterWallTime,