Home
last modified time | relevance | path

Searched refs:a (Results 1 – 15 of 15) sorted by relevance

/credentials/credentials/src/main/java/androidx/credentials/webauthn/
DCbor.kt80 Comparator<ByteArray> { a, b -> in <lambda>() method
84 var aBytes = byteMap.get(a)!! in <lambda>()
87 a.size > b.size -> 1 in <lambda>()
88 a.size < b.size -> -1 in <lambda>()
189 val a = arg.toInt() in <lambda>() constant
191 return byteArrayOf(((t or a) and 0xFF).toByte()) in <lambda>()
194 return byteArrayOf(((t or 24) and 0xFF).toByte(), (a and 0xFF).toByte()) in <lambda>()
199 ((a shr 8) and 0xFF).toByte(), in <lambda>()
200 (a and 0xFF).toByte() in <lambda>()
206 ((a shr 24) and 0xFF).toByte(), in <lambda>()
[all …]
/credentials/credentials-play-services-auth/src/androidTest/java/androidx/credentials/playservices/
DTestUtils.kt126 fun equals(a: Bundle, b: Bundle): Boolean { in equals()
127 if (a.keySet().size != b.keySet().size) { in equals()
130 for (key in a.keySet()) { in equals()
135 val valA = a.get(key) in equals()
/credentials/credentials/src/androidTest/java/androidx/credentials/
DTestUtils.kt47 fun equals(a: Bundle, b: Bundle): Boolean { in equals()
48 if (a.keySet().size != b.keySet().size) { in equals()
51 for (key in a.keySet()) { in equals()
56 val valA = a.get(key) in equals()
71 fun assertEquals(a: Bundle, b: Bundle) { in assertEquals()
72 assertThat(a.keySet()).containsExactlyElementsIn(b.keySet()) in assertEquals()
73 for (key in a.keySet()) { in assertEquals()
74 val valA = a.get(key) in assertEquals()
113 fun equals(a: Icon, b: Icon): Boolean { in equals()
117 return a.type == b.type && a.resId == b.resId in equals()
[all …]
/credentials/credentials/samples/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/credentials/providerevents/providerevents/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/credentials/registry/registry-digitalcredentials-mdoc/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/credentials/providerevents/providerevents-play-services/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/credentials/registry/registry-digitalcredentials-preview/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/credentials/credentials-fido/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/credentials/credentials/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/credentials/registry/registry-provider/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/credentials/registry/registry-provider-play-services/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/credentials/credentials-play-services-auth/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/credentials/credentials-play-services-e2ee/
Dbuild.gradle7 * You may obtain a copy of the License at
/credentials/credentials-e2ee/
Dbuild.gradle6 * You may obtain a copy of the License at