/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/ |
H A D | BouncerMessageViewModel.kt | 134 .flatMapLatest { authMethod -> in <lambda>() method 163 .flatMapLatest { authMethod -> in <lambda>() method 189 .collectLatest { (faceMessage, authMethod, fingerprintAllowedOnBouncer) -> in <lambda>() method 238 .collectLatest { (fingerprintMessage, authMethod, isFingerprintAllowed) -> in <lambda>() method 277 .collectLatest { (_, authMethod, isFingerprintAllowed) -> in <lambda>() method 341 authenticationInteractor.authenticationMethod.collectLatest { authMethod -> in <lambda>() method
|
H A D | BouncerSceneContentViewModel.kt | 251 .map { authMethod -> isFoldSplitRequired(authMethod) } in <lambda>() method
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeAuthPayload.java | 61 @AuthMethod public final int authMethod; field in IkeAuthPayload 63 protected IkeAuthPayload(boolean critical, int authMethod) { in IkeAuthPayload() 72 int authMethod = Byte.toUnsignedInt(inputBuffer.get()); in getIkeAuthPayload() local
|
D | IkeAuthDigitalSignPayload.java | 143 boolean critical, @AuthMethod int authMethod, byte[] authData) in IkeAuthDigitalSignPayload()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/ |
H A D | BouncerSceneContentViewModelTest.kt | 85 authMethodsToTest().forEach { authMethod -> in <lambda>() method 115 authMethodsToTest().forEach { authMethod -> in <lambda>() method 121 authMethodsToTest().forEach { authMethod -> in <lambda>() method 133 authMethodsToTest().forEach { authMethod -> in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/ |
H A D | AuthenticationInteractorTest.kt | 64 val authMethod by collectLastValue(underTest.authenticationMethod) in <lambda>() constant 78 val authMethod by collectLastValue(underTest.authenticationMethod) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/ |
H A D | BouncerContent.kt | 216 val authMethod by viewModel.authMethodViewModel.collectAsStateWithLifecycle() in SplitLayout() constant 316 val authMethod by viewModel.authMethodViewModel.collectAsStateWithLifecycle() in BesideUserSwitcherLayout() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/data/repository/ |
H A D | AuthenticationRepositoryTest.kt | 97 val authMethod by collectLastValue(underTest.authenticationMethod) in authenticationMethod() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/ |
H A D | AuthenticationInteractor.kt | 224 val authMethod = getAuthenticationMethod() in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/ |
H A D | BouncerInteractor.kt | 89 authenticationInteractor.authenticationMethod.map { authMethod -> in <lambda>() method 105 ) { userSwitcherVisible, authMethod, _ -> in <lambda>() method
|
/aosp_15_r20/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/ |
H A D | NativeCrypto.java | 35 String authMethod) throws CertificateException; in verifyCertificateChain()
|
H A D | OpenSSLSocketImpl.java | 98 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/ |
H A D | SceneFrameworkIntegrationTest.kt | 543 val authMethod = authenticationInteractor.getAuthenticationMethod() in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/ |
H A D | NotificationShadeWindowModel.kt | 122 .map { (showing, authMethod) -> in <lambda>() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bouncer/ui/viewmodel/ |
D | BouncerMessageViewModel.java | 158 …estrictionReason $this$toMessage, com.android.systemui.authentication.shared.model.AuthenticationM… in toMessage()
|
D | BouncerSceneContentViewModel.java | 265 …te final boolean isFoldSplitRequired(com.android.systemui.bouncer.ui.viewmodel.AuthMethodBouncerVi… in isFoldSplitRequired()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | SensitiveContentCoordinatorTest.kt | 815 val authMethod = in setupLockScreen() constant
|
/aosp_15_r20/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | IkeSessionParams.java | 1073 IkeAuthConfig(@IkeAuthMethod int authMethod, @AuthDirection int authDirection) { in IkeAuthConfig() 1087 int authMethod = in.getInt(AUTH_METHOD_KEY); in fromPersistableBundle() local
|
/aosp_15_r20/external/conscrypt/android/src/main/java/org/conscrypt/ |
H A D | KitKatPlatformOpenSSLSocketImplAdapter.java | 391 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain()
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | ConscryptFileDescriptorSocket.java | 391 public final void verifyCertificateChain(byte[][] certChain, String authMethod) in verifyCertificateChain()
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | ConscryptFileDescriptorSocket.java | 391 public final void verifyCertificateChain(byte[][] certChain, String authMethod) in verifyCertificateChain()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/ |
H A D | DeviceUnlockedInteractor.kt | 186 authenticationInteractor.authenticationMethod.collectLatest { authMethod -> in <lambda>() method
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | bluetoothapis.h | 139 BLUETOOTH_AUTHENTICATION_METHOD authMethod; member
|
/aosp_15_r20/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
H A D | NativeCryptoTest.java | 715 private String authMethod; field in NativeCryptoTest.TestSSLHandshakeCallbacks 719 public void verifyCertificateChain(byte[][] certs, String authMethod) in verifyCertificateChain()
|
/aosp_15_r20/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
H A D | NativeCryptoTest.java | 696 private String authMethod; field in NativeCryptoTest.TestSSLHandshakeCallbacks 700 public void verifyCertificateChain(byte[][] certs, String authMethod) in verifyCertificateChain()
|