Home
last modified time | relevance | path

Searched defs:authMethod (Results 1 – 25 of 98) sorted by relevance

1234

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DBouncerMessageViewModel.kt134 .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 DBouncerSceneContentViewModel.kt251 .map { authMethod -> isFoldSplitRequired(authMethod) } in <lambda>() method
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeAuthPayload.java61 @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
DIkeAuthDigitalSignPayload.java143 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 DBouncerSceneContentViewModelTest.kt85 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 DAuthenticationInteractorTest.kt64 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 DBouncerContent.kt216 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 DAuthenticationRepositoryTest.kt97 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 DAuthenticationInteractor.kt224 val authMethod = getAuthenticationMethod() in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractor.kt89 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 DNativeCrypto.java35 String authMethod) throws CertificateException; in verifyCertificateChain()
H A DOpenSSLSocketImpl.java98 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/
H A DSceneFrameworkIntegrationTest.kt543 val authMethod = authenticationInteractor.getAuthenticationMethod() in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/
H A DNotificationShadeWindowModel.kt122 .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/
DBouncerMessageViewModel.java158 …estrictionReason $this$toMessage, com.android.systemui.authentication.shared.model.AuthenticationM… in toMessage()
DBouncerSceneContentViewModel.java265 …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 DSensitiveContentCoordinatorTest.kt815 val authMethod = in setupLockScreen() constant
/aosp_15_r20/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java1073 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 DKitKatPlatformOpenSSLSocketImplAdapter.java391 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 DConscryptFileDescriptorSocket.java391 public final void verifyCertificateChain(byte[][] certChain, String authMethod) in verifyCertificateChain()
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DConscryptFileDescriptorSocket.java391 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 DDeviceUnlockedInteractor.kt186 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/
Dbluetoothapis.h139 BLUETOOTH_AUTHENTICATION_METHOD authMethod; member
/aosp_15_r20/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
H A DNativeCryptoTest.java715 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 DNativeCryptoTest.java696 private String authMethod; field in NativeCryptoTest.TestSSLHandshakeCallbacks
700 public void verifyCertificateChain(byte[][] certs, String authMethod) in verifyCertificateChain()

1234