/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ |
D | CredentialSelectorViewModel.kt | 31 import com.android.credentialmanager.CredentialSelectorUiState.Cancel in <lambda>() 68 is Request.Cancel -> Cancel(request.appName) in <lambda>() 88 is Create, Close, is Cancel, Idle -> shouldClose.value = true in <lambda>()
|
D | FlowEngine.kt | 97 data class Cancel(val appName: String) : CredentialSelectorUiState() in back() dataClass
|
/frameworks/base/packages/CredentialManager/wear/robotests/src/com/android/credentialmanager/ |
D | CredentialSelectorViewModelTest.kt | 85 fun `Setting state to cancel when receiving Cancel request`() { in Setting state to cancel when receiving Cancel request() 86 stateFlow.value = Request.Cancel(appName = "appName", token = null) in Setting state to cancel when receiving Cancel request() 90 .isEqualTo(CredentialSelectorUiState.Cancel("appName")) in Setting state to cancel when receiving Cancel request() 168 stateFlow.value = Request.Cancel(appName = "", token = null) in Back on cancel request state closes app() 187 fun `Cancel closes the app`() { in Cancel closes the app()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ |
D | LongPressHandlingViewInteractionHandler.kt | 56 object Cancel : MotionEventModel() object in com.android.systemui.common.ui.view.LongPressHandlingViewInteractionHandler.MotionEventModel 88 is MotionEventModel.Cancel -> { in onTouchEvent()
|
D | LongPressHandlingView.kt | 128 MotionEvent.ACTION_CANCEL -> LongPressHandlingViewInteractionHandler.MotionEventModel.Cancel in toModel()
|
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/screens/single/ |
D | UiState.kt | 28 data object Cancel : UiState() object in com.android.credentialmanager.ui.screens.single.UiState
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/ |
D | Request.kt | 42 data class Cancel( class in com.android.credentialmanager.model.Request
|
/frameworks/native/libs/input/rust/ |
D | input.rs | 110 Cancel = input_bindgen::AMOTION_EVENT_ACTION_CANCEL, enumerator 143 MotionAction::Cancel => write!(f, "CANCEL"), in fmt() 166 input_bindgen::AMOTION_EVENT_ACTION_CANCEL => MotionAction::Cancel, in from()
|
D | input_verifier.rs | 48 MotionAction::Cancel => { in verify_event() 200 MotionAction::Cancel => { in process_movement()
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/ |
D | IntentParser.kt | 48 Request.Cancel(appName = appLabel, token = cancelUiRequest.token) in parseCancelUiRequest()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | mock_service_endpoint.h | 68 MOCK_METHOD0(Cancel, Status<void>());
|
D | service_endpoint.h | 138 virtual Status<void> Cancel() = 0;
|
/frameworks/base/libs/hwui/ |
D | Animator.cpp | 96 mStagingRequests.push_back(Request::Cancel); in cancel() 139 case Request::Cancel: in resolveStagingRequest()
|
D | Animator.h | 160 enum class Request { Start, Reverse, Reset, Cancel, End }; enumerator
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/client/impl/ |
D | CredentialManagerClientImpl.kt | 58 if (request is Request.Cancel || request is Request.Close) { in <lambda>()
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | service_endpoint.h | 84 Status<void> Cancel() override;
|
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/ |
D | WearApp.kt | 136 is CredentialSelectorUiState.Cancel -> { in WearApp()
|
/frameworks/native/libs/vr/libpdx/fuzz/ |
D | helpers.h | 285 Status<void> Cancel() { return Status<void>(); } in Cancel() function
|
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 672 Status<void> Service::Cancel() { return endpoint_->Cancel(); } in Cancel() function in android::pdx::Service
|
D | service_tests.cpp | 381 TEST_F(ServiceTest, Cancel) { in TEST_F() argument 382 EXPECT_CALL(*endpoint(), Cancel()).WillOnce(Return(Status<void>{})); in TEST_F() 383 EXPECT_TRUE(service_->Cancel()); in TEST_F()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | service_framework_tests.cpp | 698 TEST_F(ServiceFrameworkTest, Cancel) { in TEST_F() argument 714 service->Cancel(); in TEST_F()
|
/frameworks/av/media/utils/tests/ |
D | TimerThread-test.cpp | 203 TEST_P(TimerThreadTest, Cancel) { in TEST_P() argument
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateService.cpp | 204 ds_->Cancel(); in cancelBugreport()
|
D | dumpstate.h | 374 void Cancel();
|
/frameworks/base/core/proto/android/server/ |
D | biometrics.proto | 88 * The client binder died, and sensors were authenticating at the time. Cancel has been
|