Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java177 mAuthentication = authentication; in FillResponse()
509 if (authentication == null ^ presentation == null) { in setAuthentication()
513 mAuthentication = authentication; in setAuthentication()
565 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument
585 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument
590 return setAuthentication(ids, authentication, presentation, in setAuthentication()
663 @Nullable IntentSender authentication, in setAuthentication() argument
668 return setAuthentication(ids, authentication, null, null, null, null); in setAuthentication()
670 return setAuthentication(ids, authentication, in setAuthentication()
683 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument
[all …]
H A DDataset.java210 IntentSender authentication) { in Dataset() argument
224 mAuthentication = authentication; in Dataset()
618 public @NonNull Builder setAuthentication(@Nullable IntentSender authentication) { in setAuthentication() argument
620 mAuthentication = authentication; in setAuthentication()
1395 final IntentSender authentication = parcel.readParcelable(null,
1442 builder.setAuthentication(authentication);
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/
H A 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…
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractor.kt17 package com.android.systemui.authentication.domain.interactor
21 import com.android.systemui.authentication.data.model.AuthenticationMethodModel as DataLayerAuthent…
22 import com.android.systemui.authentication.data.repository.AuthenticationRepository
23 import com.android.systemui.authentication.domain.model.AuthenticationMethodModel as DomainLayerAut…
24 import com.android.systemui.authentication.shared.model.AuthenticationPatternCoordinate
25 import com.android.systemui.authentication.shared.model.AuthenticationThrottlingModel
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
H A DFakeAuthenticationRepository.kt17 package com.android.systemui.authentication.data.repository
23 import com.android.systemui.authentication.data.model.AuthenticationMethodModel
24 import com.android.systemui.authentication.shared.model.AuthenticationPatternCoordinate
25 import com.android.systemui.authentication.shared.model.AuthenticationResultModel
26 import com.android.systemui.authentication.shared.model.AuthenticationThrottlingModel
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/
H A DAuthenticationModule.kt17 package com.android.systemui.authentication
20 import com.android.systemui.authentication.data.repository.AuthenticationRepositoryModule
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/
H A DSceneTestUtils.kt21 import com.android.systemui.authentication.data.model.AuthenticationMethodModel as DataLayerAuthent…
22 import com.android.systemui.authentication.data.repository.AuthenticationRepository
23 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
24 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
25 import com.android.systemui.authentication.domain.model.AuthenticationMethodModel as DomainLayerAut…
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/
H A DAuthMethodBouncerViewModelTest.kt21 import com.android.systemui.authentication.data.model.AuthenticationMethodModel
22 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
H A DBouncerViewModelTest.kt21 import com.android.systemui.authentication.data.model.AuthenticationMethodModel as DataLayerAuthent…
22 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
23 import com.android.systemui.authentication.domain.model.AuthenticationMethodModel as DomainLayerAut…
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepository.kt19 package com.android.systemui.authentication.data.repository
28 import com.android.systemui.authentication.data.model.AuthenticationMethodModel
29 import com.android.systemui.authentication.shared.model.AuthenticationResultModel
30 import com.android.systemui.authentication.shared.model.AuthenticationThrottlingModel
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractorTest.kt17 package com.android.systemui.authentication.domain.interactor
22 import com.android.systemui.authentication.data.model.AuthenticationMethodModel as DataLayerAuthent…
23 import com.android.systemui.authentication.data.repository.AuthenticationRepository
24 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
25 import com.android.systemui.authentication.domain.model.AuthenticationMethodModel as DomainLayerAut…
26 import com.android.systemui.authentication.shared.model.AuthenticationPatternCoordinate
27 import com.android.systemui.authentication.shared.model.AuthenticationThrottlingModel
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractor.kt21 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
22 import com.android.systemui.authentication.domain.model.AuthenticationMethodModel
23 import com.android.systemui.authentication.shared.model.AuthenticationThrottlingModel
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
H A DAuthenticationPatternCoordinate.kt17 package com.android.systemui.authentication.shared.model
H A DAuthenticationResultModel.kt17 package com.android.systemui.authentication.shared.model
H A DAuthenticationThrottlingModel.kt17 package com.android.systemui.authentication.shared.model
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/model/
H A DAuthenticationMethodModel.kt17 package com.android.systemui.authentication.data.model
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/model/
H A DAuthenticationMethodModel.kt17 package com.android.systemui.authentication.domain.model
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DBouncerViewModel.kt21 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
22 import com.android.systemui.authentication.domain.model.AuthenticationMethodModel
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractorTest.kt22 import com.android.systemui.authentication.data.model.AuthenticationMethodModel
23 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
24 import com.android.systemui.authentication.shared.model.AuthenticationPatternCoordinate
25 import com.android.systemui.authentication.shared.model.AuthenticationThrottlingModel
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepositoryTest.kt19 package com.android.systemui.authentication.data.repository
28 import com.android.systemui.authentication.data.model.AuthenticationMethodModel
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
H A DLockscreenSceneViewModel.kt19 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
/aosp14/system/core/rootdir/
H A Dadb_debug.prop5 # Disable adb authentication to allow test automation on user build GSI
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
H A DSceneContainerStartable.kt20 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
21 import com.android.systemui.authentication.domain.model.AuthenticationMethodModel
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/
H A DSceneFrameworkIntegrationTest.kt23 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
24 import com.android.systemui.authentication.domain.model.AuthenticationMethodModel as DomainLayerAut…
25 import com.android.systemui.authentication.domain.model.AuthenticationMethodModel
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/
H A DShadeSceneViewModel.kt19 import com.android.systemui.authentication.domain.interactor.AuthenticationInteractor

12