Home
last modified time | relevance | path

Searched refs:authentication (Results 1 – 25 of 82) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt17 package com.android.systemui.authentication.domain.interactor in <lambda>()
24 import com.android.systemui.authentication.data.repository.AuthenticationRepository in <lambda>()
25 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel in <lambda>()
26 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Password in <lambda>()
27 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pattern in <lambda>()
28 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pin in <lambda>()
29 import com.android.systemui.authentication.shared.model.AuthenticationPatternCoordinate in <lambda>()
30 import com.android.systemui.authentication.shared.model.AuthenticationWipeModel in <lambda>()
31 import com.android.systemui.authentication.shared.model.AuthenticationWipeModel.WipeTarget in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerViewModelTest.kt26 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepository in <lambda>()
27 import com.android.systemui.authentication.data.repository.fakeAuthenticationRepository in <lambda>()
28 import com.android.systemui.authentication.domain.interactor.authenticationInteractor in <lambda>()
29 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel in <lambda>()
30 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.None in <lambda>()
31 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Password in <lambda>()
32 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pattern in <lambda>()
33 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pin in <lambda>()
34 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Sim in <lambda>()
DAuthMethodBouncerViewModelTest.kt22 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepository in <lambda>()
23 import com.android.systemui.authentication.data.repository.fakeAuthenticationRepository in <lambda>()
24 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel in <lambda>()
DPatternBouncerViewModelTest.kt23 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepository in <lambda>()
24 import com.android.systemui.authentication.data.repository.authenticationRepository in <lambda>()
25 import com.android.systemui.authentication.data.repository.fakeAuthenticationRepository in <lambda>()
26 import com.android.systemui.authentication.domain.interactor.authenticationInteractor in <lambda>()
27 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel in <lambda>()
28 import com.android.systemui.authentication.shared.model.AuthenticationPatternCoordinate as Point in <lambda>()
DBouncerMessageViewModelTest.kt26 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepository in <lambda>()
27 import com.android.systemui.authentication.data.repository.fakeAuthenticationRepository in <lambda>()
28 import com.android.systemui.authentication.domain.interactor.authenticationInteractor in <lambda>()
29 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel in <lambda>()
30 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pattern in <lambda>()
31 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pin in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DBouncerInteractor.kt22 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor in <lambda>()
23 import com.android.systemui.authentication.domain.interactor.AuthenticationResult in <lambda>()
24 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Password in <lambda>()
25 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pattern in <lambda>()
26 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pin in <lambda>()
27 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Sim in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt19 package com.android.systemui.authentication.data.repository in <lambda>()
28 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel in <lambda>()
29 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.None in <lambda>()
30 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Password in <lambda>()
31 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pattern in <lambda>()
32 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pin in <lambda>()
33 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Sim in <lambda>()
34 import com.android.systemui.authentication.shared.model.AuthenticationResultModel in <lambda>()
/frameworks/base/packages/SystemUI/docs/device-entry/
Dglossary.md8 …d text on lock screen`. </li><li>Bouncer - if the user has a primary authentication method, they c…
16 | Primary Authentication | The strongest form of authentication. Includes: Pin, pattern and passw…
17 | Biometric Authentication | Face or fingerprint input. Biometric authentication is categorized int…
22authentication method; however, it may still put the device in an unlocked state.<br><br>For examp…
23 …refer to the face authentication bypass device entry experience. We have this distinction because …
30authentication (as opposed to directly placing finger in the UDFPS area) </li><li> when a11y servi…
/frameworks/base/core/java/android/service/autofill/
DFillResponse.java170 IntentSender authentication, AutofillId[] authenticationIds, AutofillId[] ignoredIds, in FillResponse() argument
187 mAuthentication = authentication; in FillResponse()
515 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication() argument
522 if (authentication == null ^ presentation == null) { in setAuthentication()
526 mAuthentication = authentication; in setAuthentication()
578 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument
580 return setAuthentication(ids, authentication, presentation, inlinePresentation, null); in setAuthentication()
598 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument
603 return setAuthentication(ids, authentication, presentation, in setAuthentication()
676 @Nullable IntentSender authentication, in setAuthentication() argument
[all …]
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/
DFakeAuthenticationDataLayerModule.kt16 package com.android.systemui.authentication.data
18 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepositoryModule
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/
DAuthenticationModule.kt17 package com.android.systemui.authentication in <lambda>()
20 import com.android.systemui.authentication.data.repository.AuthenticationRepositoryModule in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorKosmos.kt17 package com.android.systemui.authentication.domain.interactor
19 import com.android.systemui.authentication.data.repository.authenticationRepository
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerInteractorTest.kt23 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepository in <lambda>()
24 import com.android.systemui.authentication.data.repository.fakeAuthenticationRepository in <lambda>()
25 import com.android.systemui.authentication.domain.interactor.AuthenticationResult in <lambda>()
26 import com.android.systemui.authentication.domain.interactor.authenticationInteractor in <lambda>()
27 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel in <lambda>()
28 import com.android.systemui.authentication.shared.model.AuthenticationPatternCoordinate in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt17 package com.android.systemui.authentication.domain.interactor in <lambda>()
26 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepository in <lambda>()
27 import com.android.systemui.authentication.data.repository.fakeAuthenticationRepository in <lambda>()
28 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.None in <lambda>()
29 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Password in <lambda>()
30 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pattern in <lambda>()
31 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pin in <lambda>()
32 import com.android.systemui.authentication.shared.model.AuthenticationPatternCoordinate in <lambda>()
33 import com.android.systemui.authentication.shared.model.AuthenticationWipeModel in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DAuthMethodBouncerViewModel.kt20 import com.android.systemui.authentication.domain.interactor.AuthenticationResult
21 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel
/frameworks/proto_logging/stats/enums/wifi/
Denums.proto68 * Wifi authentication type.
75 // WPA using EAP authentication. Generally used with an external authentication server.
77 // IEEE 802.1X using EAP authentication and (optionally) dynamically generated WEP keys.
83 // IEEE 802.11r Fast BSS Transition with PSK authentication.
85 // IEEE 802.11r Fast BSS Transition with EAP authentication.
95 // WPA using EAP authentication with stronger SHA256-based algorithms.
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt17 package com.android.systemui.authentication.data.repository in <lambda>()
24 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel in <lambda>()
25 import com.android.systemui.authentication.shared.model.AuthenticationPatternCoordinate in <lambda>()
26 import com.android.systemui.authentication.shared.model.AuthenticationResultModel in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/shared/model/
DBouncerMessageStrings.kt19 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel
20 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Password
21 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pattern
22 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel.Pin
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceUnlockedInteractor.kt19 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor in <lambda>()
20 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
DAuthenticationPatternCoordinate.kt17 package com.android.systemui.authentication.shared.model
DAuthenticationResultModel.kt17 package com.android.systemui.authentication.shared.model
DAuthenticationLockoutModel.kt17 package com.android.systemui.authentication.shared.model
DAuthenticationMethodModel.kt17 package com.android.systemui.authentication.shared.model
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DSceneBackInteractorTest.kt25 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepository in <lambda>()
26 import com.android.systemui.authentication.domain.interactor.AuthenticationResult in <lambda>()
27 import com.android.systemui.authentication.domain.interactor.authenticationInteractor in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceUnlockedInteractorTest.kt23 import com.android.systemui.authentication.data.repository.fakeAuthenticationRepository
24 import com.android.systemui.authentication.domain.interactor.authenticationInteractor
25 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel

1234