Searched refs:isNewerThan (Results 1 – 2 of 2) sorted by relevance
20 import static android.inputmethodservice.cts.DeviceEvent.isNewerThan;98 .filter(isNewerThan(startActivityTime)) in testCreateIme1()113 .filter(isNewerThan(startActivityTime)) in testSwitchToNextInputMethod()143 .filter(isNewerThan(startActivityTime)) in switchToPreviousInputMethod()167 .filter(isNewerThan(startActivityTime)) in testSwitchToHandwritingInputMethod()202 .filter(isNewerThan(switchImeTime)) in testSwitchToHandwritingInputMethod()212 .filter(isNewerThan(switchImeTime)) in testSwitchToHandwritingInputMethod()244 .filter(isNewerThan(startActivityTime)) in testInputUnbindsOnImeStopped()248 .filter(isNewerThan(startActivityTime)) in testInputUnbindsOnImeStopped()258 .filter(isNewerThan(imeForceStopTime)) in testInputUnbindsOnImeStopped()[all …]
145 public static Predicate<DeviceEvent> isNewerThan(long time) { in isNewerThan() method in DeviceEvent