/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/ |
D | MediaMuteAwaitConnectionCli.kt | 59 CANCEL -> audioManager.cancelMuteAwaitConnection(device) in execute() 60 else -> pw.println("Must specify `$START` or `$CANCEL`; was $startOrCancel") in execute() 65 "[type] [name] [$START|$CANCEL]") in help() 72 private const val CANCEL = "cancel" constant
|
/frameworks/native/services/inputflinger/tests/ |
D | PreferStylusOverTouch_test.cpp | 30 constexpr int CANCEL = AMOTION_EVENT_ACTION_CANCEL; variable 95 if (expected[i].action == CANCEL && receivedArgs[i].action == CANCEL) { in assertResponse() 155 generateMotionArgs(0 /*downTime*/, 1 /*eventTime*/, CANCEL, {{1, 3}}, TOUCHSCREEN); in TEST_F() 319 cancelArgs1.action = CANCEL; in TEST_F() 322 cancelArgs2.action = CANCEL; in TEST_F() 343 cancelArgs1.action = CANCEL; in TEST_F() 419 cancelTouchArgs.action = CANCEL; in TEST_F() 431 args = generateMotionArgs(1 /*downTime*/, 4 /*eventTime*/, CANCEL, {{1, 2}, {3, 4}}, in TEST_F()
|
D | UnwantedInteractionBlocker_test.cpp | 54 constexpr int CANCEL = AMOTION_EVENT_ACTION_CANCEL; variable 60 if (action == CANCEL) { 296 assertArgs(result[0], CANCEL, {{0, {1, 2, 3}}}); in TEST() 341 assertArgs(result[0], CANCEL, {{0, {1, 2, 3}}, {1, {4, 5, 6}}}); in TEST() 357 assertArgs(result[0], CANCEL, {{0, {1, 2, 3}}}); in TEST() 620 mTestListener.assertNotifyMotionWasCalled(WithAction(CANCEL)); in TEST_F() 1022 ASSERT_EQ(CANCEL, argsList[0].action); in TEST_F() 1069 ASSERT_EQ(CANCEL, argsList[0].action) << MotionEvent::actionToString(argsList[0].action); in TEST_F() 1128 ASSERT_EQ(CANCEL, argsList[0].action); in TEST_F()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/ |
D | InteractionEvent.kt | 40 CANCEL,
|
D | SinglePointerTouchProcessor.kt | 119 return ProcessedTouch(InteractionEvent.CANCEL, pointerOnSensorId = INVALID_POINTER_ID, data) in processActionCancel()
|
/frameworks/base/core/java/android/widget/ |
D | Toast.java | 608 private static final int CANCEL = 2; field in Toast.TN 668 case CANCEL: { in TN() 711 mHandler.obtainMessage(CANCEL).sendToTarget(); in cancel() 719 if (mHandler.hasMessages(CANCEL) || mHandler.hasMessages(HIDE)) { in handleShow()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppErrorDialog.java | 53 static final int CANCEL = 7; field in AppErrorDialog 89 setCancelMessage(mHandler.obtainMessage(CANCEL)); in AppErrorDialog()
|
D | AppErrors.java | 657 if (res == AppErrorDialog.TIMEOUT || res == AppErrorDialog.CANCEL) { in crashApplicationInner()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessorTest.kt | 264 expectedInteractionEvent = InteractionEvent.CANCEL, in <lambda>() 271 expectedInteractionEvent = InteractionEvent.CANCEL, in <lambda>() 278 expectedInteractionEvent = InteractionEvent.CANCEL, in <lambda>() 285 expectedInteractionEvent = InteractionEvent.CANCEL, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | touch_analytics.proto | 36 CANCEL = 3; enumerator
|
/frameworks/base/core/java/android/app/ |
D | Dialog.java | 143 private static final int CANCEL = 0x44; field in Dialog 1351 mCancelMessage = mListenersHandler.obtainMessage(CANCEL, listener); in setOnCancelListener() 1471 case CANCEL: in handleMessage()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_companion_virtual_InputController.cpp | 46 CANCEL = 3, enumerator 63 {AMOTION_EVENT_ACTION_CANCEL, UinputAction::CANCEL},
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionGroup.java | 825 } else if (isRequestEvent(Request.CANCEL, evt)) { in processExceptions() 1119 } else if (isRequestEvent(Request.CANCEL, evt)) { 1141 } else if (isRequestEvent(Request.CANCEL, evt)) { 1229 if (expectResponse(Request.CANCEL, evt)) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsController.java | 510 case CANCEL: in newOnTouch() 511 if (InteractionEvent.CANCEL.equals(processedTouch.getEvent())) { in newOnTouch()
|
/frameworks/native/services/surfaceflinger/ |
D | BufferQueueLayer.cpp | 343 systemTime(), FrameTracer::FrameEvent::CANCEL); in onFrameCancelled()
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 72 common::Action::CANCEL, in getAction()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 1520 CANCEL = 3; enumerator 19307 CANCEL = 2; enumerator
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 70721 Landroid/widget/Toast$TN;->CANCEL:I
|