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.java102 mEnterTimestamp = enterTimestamp; in ImeEvent()
121 bundle.putLong("mEnterTimestamp", mEnterTimestamp); in toBundle()
251 return mEnterTimestamp; in getEnterTimestamp()
405 private final long mEnterTimestamp; field in ImeEvent