Home
last modified time | relevance | path

Searched defs:newEvent (Results 1 – 5 of 5) sorted by relevance

/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DWalletServiceEventTest.java43 WalletServiceEvent newEvent = WalletServiceEvent.CREATOR.createFromParcel(p); in testParcel_toParcel() local
/cts/tests/tests/view/src/android/view/cts/
DKeyEventTest.java715 KeyEvent newEvent = KeyEvent.changeAction(mKeyEvent, KeyEvent.ACTION_UP); in testChangeAction() local
732 KeyEvent newEvent = KeyEvent.changeFlags(mKeyEvent, KeyEvent.FLAG_FROM_SYSTEM); in testChangeFlags() local
751 KeyEvent newEvent = KeyEvent.changeTimeRepeat(mKeyEvent, newEventTime, newRepeat); in testChangeTimeRepeat() local
/cts/tests/location/location_none/src/android/location/cts/none/
DGnssMeasurementsEventTest.java67 GnssMeasurementsEvent newEvent = GnssMeasurementsEvent.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DDeviceEvent.java78 public static DeviceEvent newEvent(Intent intent) { in newEvent() method in DeviceEvent
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsKeyEventUtil.java272 final KeyEvent newEvent = new KeyEvent(downTime, eventTime, action, code, repeatCount, in sendKey() local