/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/ |
D | AuthenticationInteractor.kt | 17 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/ |
D | BouncerViewModelTest.kt | 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.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>()
|
D | AuthMethodBouncerViewModelTest.kt | 22 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>()
|
D | PatternBouncerViewModelTest.kt | 23 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>()
|
D | BouncerMessageViewModelTest.kt | 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.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/ |
D | BouncerInteractor.kt | 22 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/ |
D | AuthenticationRepository.kt | 19 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/ |
D | glossary.md | 8 …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… 22 …authentication 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 … 30 …authentication (as opposed to directly placing finger in the UDFPS area) </li><li> when a11y servi…
|
/frameworks/base/core/java/android/service/autofill/ |
D | FillResponse.java | 170 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/ |
D | FakeAuthenticationDataLayerModule.kt | 16 package com.android.systemui.authentication.data 18 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepositoryModule
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/ |
D | AuthenticationModule.kt | 17 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/ |
D | AuthenticationInteractorKosmos.kt | 17 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/ |
D | BouncerInteractorTest.kt | 23 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/ |
D | AuthenticationInteractorTest.kt | 17 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/ |
D | AuthMethodBouncerViewModel.kt | 20 import com.android.systemui.authentication.domain.interactor.AuthenticationResult 21 import com.android.systemui.authentication.shared.model.AuthenticationMethodModel
|
/frameworks/proto_logging/stats/enums/wifi/ |
D | enums.proto | 68 * 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/ |
D | FakeAuthenticationRepository.kt | 17 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/ |
D | BouncerMessageStrings.kt | 19 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/ |
D | DeviceUnlockedInteractor.kt | 19 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/ |
D | AuthenticationPatternCoordinate.kt | 17 package com.android.systemui.authentication.shared.model
|
D | AuthenticationResultModel.kt | 17 package com.android.systemui.authentication.shared.model
|
D | AuthenticationLockoutModel.kt | 17 package com.android.systemui.authentication.shared.model
|
D | AuthenticationMethodModel.kt | 17 package com.android.systemui.authentication.shared.model
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/ |
D | SceneBackInteractorTest.kt | 25 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/ |
D | DeviceUnlockedInteractorTest.kt | 23 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
|