Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEvent.java106 mEnterTimestamp = enterTimestamp; in ImeEvent()
125 bundle.putLong("mEnterTimestamp", mEnterTimestamp); in toBundle()
261 return mEnterTimestamp; in getEnterTimestamp()
441 private final long mEnterTimestamp; field in ImeEvent