Home
last modified time | relevance | path

Searched refs:lockSettingsInternal (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
H A DRecoverySystemServiceTestable.java40 UncryptSocket uncryptSocket, LockSettingsInternal lockSettingsInternal, in MockInjector() argument
48 mLockSettingsInternal = lockSettingsInternal; in MockInjector()
149 UncryptSocket uncryptSocket, LockSettingsInternal lockSettingsInternal, in RecoverySystemServiceTestable() argument
153 uncryptSocket, lockSettingsInternal, bootControl, metricsReporter, preferences)); in RecoverySystemServiceTestable()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DMockSystemServices.java126 public final LockSettingsInternal lockSettingsInternal; field in MockSystemServices
185 lockSettingsInternal = mock(LockSettingsInternal.class); in MockSystemServices()
H A DDevicePolicyManagerServiceTestable.java215 return services.lockSettingsInternal; in getLockSettingsInternal()
H A DDevicePolicyManagerTest.java5530 when(getServices().lockSettingsInternal.getUserPasswordMetrics(userHandle)) in testIsActivePasswordSufficient_noLockScreen()
5566 when(getServices().lockSettingsInternal.getUserPasswordMetrics(UserHandle.USER_SYSTEM)) in testIsPasswordSufficientAfterProfileUnification()
5687 when(getServices().lockSettingsInternal.getUserPasswordMetrics(managedProfileUserId)) in isActivePasswordSufficient_SeparateWorkChallenge_ProfileQualityRequirementMet()
5712 when(getServices().lockSettingsInternal.getUserPasswordMetrics(managedProfileUserId)) in isActivePasswordSufficient_SeparateWorkChallenge_ProfileComplexityRequirementMet()
5737 when(getServices().lockSettingsInternal.getUserPasswordMetrics(UserHandle.USER_SYSTEM)) in isActivePasswordSufficient_SeparateWorkChallenge_ParentQualityRequirementMet()
5760 when(getServices().lockSettingsInternal.getUserPasswordMetrics(UserHandle.USER_SYSTEM)) in isActivePasswordSufficient_SeparateWorkChallenge_ParentComplexityRequirementMet()
5871 when(getServices().lockSettingsInternal.getUserPasswordMetrics(userId)) in addManagedProfileForPasswordTests()
5912 when(getServices().lockSettingsInternal.getUserPasswordMetrics(userHandle)) in setActivePasswordState()
6910 when(getServices().lockSettingsInternal in testGetPasswordComplexity_currentUserHasPassword()
6930 when(getServices().lockSettingsInternal in testGetPasswordComplexity_unifiedChallengeReturnsParentUserPassword()
[all …]
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java3178 LockSettingsInternal lockSettingsInternal = in startOtherServices() local
3180 if (lockSettingsInternal != null) { in startOtherServices()
3181 lockSettingsInternal.onThirdPartyAppsStarted(); in startOtherServices()