Searched refs:ACTION_CANCEL (Results 1 – 5 of 5) sorted by relevance
43 private static final String ACTION_CANCEL = "com.android.cts.robot.ACTION_CANCEL"; field in NotificationBot77 } else if (ACTION_CANCEL.equals(intent.getAction())) { in onReceive()78 Log.i(TAG, ACTION_CANCEL); in onReceive()
228 mMotionEvent1.setAction(MotionEvent.ACTION_CANCEL); in testAccessAction()229 assertEquals(MotionEvent.ACTION_CANCEL, mMotionEvent1.getAction()); in testAccessAction()773 MotionEvent.ACTION_CANCEL, in testActionToString()
3215 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_CANCEL, x, y, 0); in testOnTouchEvent()
68 new MotionEventActionMatcher(MotionEvent.ACTION_CANCEL);
84310 public static final int ACTION_CANCEL