/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/ |
D | MediaMuteAwaitConnectionCli.kt | 63 CANCEL -> audioManager.cancelMuteAwaitConnection(device) in execute() 64 else -> pw.println("Must specify `$START` or `$CANCEL`; was $startOrCancel") in execute() 69 "[type] [name] [$START|$CANCEL]") in help() 84 private const val CANCEL = "cancel" constant
|
/frameworks/native/services/inputflinger/tests/ |
D | PreferStylusOverTouch_test.cpp | 30 constexpr int CANCEL = AMOTION_EVENT_ACTION_CANCEL; variable 90 if (expected[i].action == CANCEL && receivedArgs[i].action == CANCEL) { in assertResponse() 150 generateMotionArgs(/*downTime=*/0, /*eventTime=*/1, CANCEL, {{1, 3}}, TOUCHSCREEN); in TEST_F() 314 cancelArgs1.action = CANCEL; in TEST_F() 317 cancelArgs2.action = CANCEL; in TEST_F() 338 cancelArgs1.action = CANCEL; in TEST_F() 414 cancelTouchArgs.action = CANCEL; in TEST_F() 426 args = generateMotionArgs(/*downTime=*/1, /*eventTime=*/4, CANCEL, {{1, 2}, {3, 4}}, in TEST_F()
|
D | UnwantedInteractionBlocker_test.cpp | 54 constexpr int CANCEL = AMOTION_EVENT_ACTION_CANCEL; variable 282 assertArgs(result[0], CANCEL, {{0, {1, 2, 3}}}); in TEST() 327 assertArgs(result[0], CANCEL, {{0, {1, 2, 3}}, {1, {4, 5, 6}}}); in TEST() 343 assertArgs(result[0], CANCEL, {{0, {1, 2, 3}}}); in TEST() 584 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(CANCEL)); in TEST_F() 988 ASSERT_EQ(CANCEL, argsList[0].action); in TEST_F() 1035 ASSERT_EQ(CANCEL, argsList[0].action) << MotionEvent::actionToString(argsList[0].action); in TEST_F() 1094 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 | 129 return ProcessedTouch(InteractionEvent.CANCEL, pointerOnSensorId = INVALID_POINTER_ID, data) in processActionCancel()
|
/frameworks/base/core/java/android/widget/ |
D | Toast.java | 638 private static final int CANCEL = 2; field in Toast.TN 704 case CANCEL: { in TN() 755 mHandler.obtainMessage(CANCEL).sendToTarget(); in cancel() 772 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 | 668 if (res == AppErrorDialog.TIMEOUT || res == AppErrorDialog.CANCEL) { in crashApplicationInner()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessorTest.kt | 265 expectedInteractionEvent = InteractionEvent.CANCEL, in <lambda>() 272 expectedInteractionEvent = InteractionEvent.CANCEL, in <lambda>() 279 expectedInteractionEvent = InteractionEvent.CANCEL, in <lambda>() 286 expectedInteractionEvent = InteractionEvent.CANCEL, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | touch_analytics.proto | 36 CANCEL = 3; enumerator
|
/frameworks/native/include/input/ |
D | VirtualInputDevice.h | 27 CANCEL = 3, enumerator
|
/frameworks/base/core/java/android/app/ |
D | Dialog.java | 143 private static final int CANCEL = 0x44; field in Dialog 1376 mCancelMessage = mListenersHandler.obtainMessage(CANCEL, listener); in setOnCancelListener() 1496 case CANCEL: in handleMessage()
|
/frameworks/proto_logging/stats/atoms/federatedcompute/ |
D | federatedcompute_extension_atoms.proto | 48 CANCEL = 2; enumerator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsController.java | 513 case CANCEL: in toBiometricTouchReportedTouchType() 629 case CANCEL: in onTouch() 630 if (InteractionEvent.CANCEL.equals(processedTouch.getEvent())) { in onTouch()
|
/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/proto_logging/stats/atoms/permissioncontroller/ |
D | permissioncontroller_extension_atoms.proto | 80 CANCEL = 1; enumerator
|
/frameworks/native/libs/input/ |
D | VirtualInputDevice.cpp | 285 {AMOTION_EVENT_ACTION_CANCEL, UinputAction::CANCEL},
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 75 common::Action::CANCEL, in getAction()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 2172 CANCEL = 3; enumerator 16805 CANCEL = 3; enumerator 20360 CANCEL = 2; enumerator
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 70078 Landroid/widget/Toast$TN;->CANCEL:I
|