Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/ktx/
DIntentKtx.kt30 CancelSelectionRequest.EXTRA_CANCEL_UI_REQUEST,
/frameworks/base/core/java/android/credentials/selection/
DCancelSelectionRequest.java52 public static final String EXTRA_CANCEL_UI_REQUEST = field in CancelSelectionRequest
DIntentHelper.java45 return intent.getParcelableExtra(CancelSelectionRequest.EXTRA_CANCEL_UI_REQUEST, in extractCancelUiRequest()
DIntentFactory.java149 intent.putExtra(CancelSelectionRequest.EXTRA_CANCEL_UI_REQUEST, in createCancelUiIntent()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialManagerRepo.kt302 CancelSelectionRequest.EXTRA_CANCEL_UI_REQUEST, in getCancelUiRequest()