Searched refs:isNewerThan (Results 1 – 2 of 2) sorted by relevance
20 import static android.inputmethodservice.cts.DeviceEvent.isNewerThan;81 .filter(isNewerThan(startActivityTime)) in testCreateIme1()100 .filter(isNewerThan(startActivityTime)) in testSwitchIme1ToIme2()117 .filter(isNewerThan(switchImeTime)) in testSwitchIme1ToIme2()121 .filter(isNewerThan(switchImeTime)) in testSwitchIme1ToIme2()141 .filter(isNewerThan(startActivityTime)) in testSwitchInputMethod()156 .filter(isNewerThan(setImeTime)) in testSwitchInputMethod()171 .filter(isNewerThan(startActivityTime)) in testSwitchToNextInputMethod()201 .filter(isNewerThan(startActivityTime)) in switchToPreviousInputMethod()226 .filter(isNewerThan(startActivityTime)) in testInputUnbindsOnImeStopped()[all …]
145 public static Predicate<DeviceEvent> isNewerThan(long time) { in isNewerThan() method in DeviceEvent