Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java89 final long startActivityTime = SystemClock.uptimeMillis(); in testCreateIme1() local
98 .filter(isNewerThan(startActivityTime)) in testCreateIme1()
109 final long startActivityTime = SystemClock.uptimeMillis(); in testSwitchToNextInputMethod() local
113 .filter(isNewerThan(startActivityTime)) in testSwitchToNextInputMethod()
135 final long startActivityTime = SystemClock.uptimeMillis(); in switchToPreviousInputMethod() local
143 .filter(isNewerThan(startActivityTime)) in switchToPreviousInputMethod()
163 final long startActivityTime = SystemClock.uptimeMillis(); in testSwitchToHandwritingInputMethod() local
167 .filter(isNewerThan(startActivityTime)) in testSwitchToHandwritingInputMethod()
237 final long startActivityTime = SystemClock.uptimeMillis(); in testInputUnbindsOnImeStopped() local
244 .filter(isNewerThan(startActivityTime)) in testInputUnbindsOnImeStopped()
[all …]