Home
last modified time | relevance | path

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

/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java43 private static final String ACTION_CANCEL = "com.android.cts.robot.ACTION_CANCEL"; field in NotificationBot
77 } else if (ACTION_CANCEL.equals(intent.getAction())) { in onReceive()
78 Log.i(TAG, ACTION_CANCEL); in onReceive()
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java228 mMotionEvent1.setAction(MotionEvent.ACTION_CANCEL); in testAccessAction()
229 assertEquals(MotionEvent.ACTION_CANCEL, mMotionEvent1.getAction()); in testAccessAction()
773 MotionEvent.ACTION_CANCEL, in testActionToString()
DViewTest.java3215 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_CANCEL, x, y, 0); in testOnTouchEvent()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java68 new MotionEventActionMatcher(MotionEvent.ACTION_CANCEL);
/cts/tools/dex-tools/dex/
Dclasses.out.dex84310 public static final int ACTION_CANCEL