Home
last modified time | relevance | path

Searched refs:sendCancellationCode (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/client/impl/
DCredentialManagerClientImpl.kt69 requests.value?.sendCancellationCode(resultCode) in <lambda>()
97 currentRequest.sendCancellationCode(RESULT_CODE_DIALOG_USER_CANCELED) in <lambda>()
115 private fun Request.sendCancellationCode(cancelCode: Int) { in <lambda>() method in com.android.credentialmanager.client.impl.CredentialManagerClientImpl
116 sendCancellationCode( in <lambda>()
123 private fun sendCancellationCode( in <lambda>() method
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialManagerRepo.kt202 sendCancellationCode(cancelCode, requestInfo?.token, resultReceiver) in onCancel()
286 fun sendCancellationCode( in sendCancellationCode() method
DCredentialSelectorActivity.kt216 CredentialManagerRepo.sendCancellationCode( in onInitializationError()