Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 25 of 34) sorted by relevance

12

/credentials/credentials/src/androidTest/java/androidx/credentials/
DRestoreCredentialTest.kt48 val bundle = Bundle() in createFrom_emptyJson_throwsIllegalArgumentException() constant
60 val bundle = Bundle() in createFrom_invalidJson_throwsIllegalArgumentException() constant
71 val bundle = Bundle() in createFrom_success() constant
82 val bundle = Bundle() in getter_authJson_success() constant
DRestoreCredentialJavaTest.java59 Bundle bundle = new Bundle(); in constructor_success() local
70 Bundle bundle = new Bundle(); in getter_authJson_success() local
/credentials/credentials/src/androidTest/java/androidx/credentials/provider/
DBeginGetPasswordOptionTest.kt40 val bundle = Bundle() in constructor_success() constant
57 val bundle = Bundle() in createFrom_success() constant
DBeginGetPasswordOptionJavaTest.java48 Bundle bundle = new Bundle(); in constructor_success() local
64 Bundle bundle = new Bundle(); in createFrom_success() local
DBeginCreatePublicKeyCredentialRequestJavaTest.java128 Bundle bundle = new Bundle(); in constructor_success_createFrom() local
158 Bundle bundle = BeginCreateCredentialRequest.asBundle(req); in conversion() local
DBeginCreatePublicKeyCredentialRequestTest.kt85 val bundle = Bundle() in constructor_success_createFrom() constant
150 val bundle = BeginCreateCredentialRequest.asBundle(req) in conversion() constant
DBeginGetPublicKeyCredentialOptionTest.kt124 val bundle = Bundle() in createFrom_success() constant
143 val bundle = Bundle() in createFromEntrySlice_success() constant
/credentials/credentials/src/main/java/androidx/credentials/
DGetRestoreCredentialOption.kt63 val bundle = Bundle() in toRequestDataBundle() constant
DGetPasswordOption.kt101 val bundle = Bundle() in toBundle() constant
DCreatePublicKeyCredentialResponse.kt62 val bundle = Bundle() in toBundle() constant
DGetDigitalCredentialOption.kt89 val bundle = Bundle() in toBundle() constant
DDigitalCredential.kt72 val bundle = Bundle() in toBundle() constant
DCreatePublicKeyCredentialRequest.kt240 val bundle = Bundle() in toCredentialDataBundle() constant
255 val bundle = Bundle() in toCandidateDataBundle() constant
DPublicKeyCredential.kt69 val bundle = Bundle() in toBundle() constant
DCreateRestoreCredentialResponse.kt66 val bundle = Bundle() in toBundle() constant
DPasswordCredential.kt60 val bundle = Bundle() in toBundle() constant
DCreateRestoreCredentialRequest.kt83 val bundle = Bundle() in toCredentialDataBundle() constant
DGetPublicKeyCredentialOption.kt103 val bundle = Bundle() in toRequestDataBundle() constant
DCreatePasswordRequest.kt162 val bundle = Bundle() in toCredentialDataBundle() constant
/credentials/credentials/src/main/java/androidx/credentials/provider/
DProviderClearCredentialStateRequest.kt42 val bundle = Bundle() in asBundle() constant
DBiometricPromptData.kt257 val bundle = Bundle() in toBundle() constant
296 val bundle = Bundle() in toBundle() constant
/credentials/credentials-play-services-auth/src/main/java/androidx/credentials/playservices/controllers/
DCredentialProviderBaseController.kt123 val bundle = Bundle() in reportError() constant
131 val bundle = Bundle() in reportResult() constant
/credentials/credentials/src/main/java/androidx/credentials/exceptions/
DClearCredentialException.kt50 val bundle = Bundle() in asBundle() constant
DCreateCredentialException.kt52 val bundle = Bundle() in asBundle() constant
DGetCredentialException.kt52 val bundle = Bundle() in asBundle() constant

12