Home
last modified time | relevance | path

Searched refs:value (Results 1 – 12 of 12) sorted by relevance

/credentials/credentials/src/main/java/androidx/credentials/
DCredentialManagerViewHandler.kt64 set(value) {
65 setTag(R.id.androidx_credential_pendingCredentialRequest, value)
66 if (value != null) {
71 Api35Impl.setPendingGetCredentialRequest(this, value.request, value.callback)
DClearCredentialRequestTypes.kt36 @StringDef(value = [TYPE_CLEAR_CREDENTIAL_STATE, TYPE_CLEAR_RESTORE_CREDENTIAL])
DCredentialOption.kt89 value =
/credentials/credentials/src/main/java/androidx/credentials/webauthn/
DCbor.kt47 val value = data.toLong() in <lambda>() constant
48 if (value >= 0) { in <lambda>()
49 return createArg(TYPE_UNSIGNED_INT, value) in <lambda>()
51 return createArg(TYPE_NEGATIVE_INT, -1 - value) in <lambda>()
75 byteMap.put(encode(i.key!!), encode(i.value!!)) in <lambda>()
175 val value = parseItem(data, offset + consumed) in <lambda>() constant
176 consumed += value.len in <lambda>()
177 ret[key.item] = value.item in <lambda>()
/credentials/registry/registry-provider/src/main/java/androidx/credentials/registry/provider/digitalcredentials/
DDisplayType.kt27 @IntDef(value = [DISPLAY_TYPE_VERIFICATION])
/credentials/credentials/src/main/java/androidx/credentials/provider/
DAuthenticationResultTypes.kt35 value =
DAuthenticatorTypes.kt35 @IntDef(value = [BIOMETRIC_STRONG, BIOMETRIC_WEAK, DEVICE_CREDENTIAL])
DAuthenticationErrorTypes.kt45 value =
DCreateEntry.kt649 if (it.value != null) { in <lambda>()
650 bundle.putInt(it.key, it.value!!) in <lambda>()
/credentials/credentials-play-services-auth/src/androidTest/java/androidx/credentials/playservices/controllers/utils/
DCreatePublicKeyCredentialControllerTestUtils.kt359 val value = json.get(key) in convertJsonLeavesToBooleanSignature() constant
360 if (value is JSONObject) { in convertJsonLeavesToBooleanSignature()
361 convertJsonLeavesToBooleanSignature(value) in convertJsonLeavesToBooleanSignature()
/credentials/credentials-play-services-auth/src/androidTest/java/androidx/credentials/playservices/controllers/identityauth/createpublickeycredential/
DPublicKeyCredentialControllerUtilityTest.kt123 assertThat(entry.key).isEqualTo(entry.value) in <lambda>()
153 assertThat(exception.type).isEqualTo(entry.value) in <lambda>()
/credentials/credentials/src/androidTest/java/androidx/credentials/
DTestUtils.kt92 val value = bundle.get(key) in deepCopyBundle() constant
93 if (value is Boolean) { in deepCopyBundle()
94 newBundle.putBoolean(key, value) in deepCopyBundle()
95 } else if (value is String) { in deepCopyBundle()
96 newBundle.putString(key, value) in deepCopyBundle()