Home
last modified time | relevance | path

Searched refs:getLockSettingsInternal (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1341 private LockSettingsInternal getLockSettingsInternal() { in getLockSettingsInternal() method in LockPatternUtils
1362 return getLockSettingsInternal().addEscrowToken(token, userId, callback); in addEscrowToken()
1386 return getLockSettingsInternal().removeEscrowToken(handle, userId); in removeEscrowToken()
1396 return getLockSettingsInternal().isEscrowTokenActive(handle, userId); in isEscrowTokenActive()
1417 LockSettingsInternal localService = getLockSettingsInternal(); in setLockCredentialWithToken()
1433 return getLockSettingsInternal().unlockUserWithToken(tokenHandle, token, userId); in unlockUserWithToken()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceTestable.java220 LockSettingsInternal getLockSettingsInternal() { in getLockSettingsInternal() method in DevicePolicyManagerServiceTestable.MockInjector
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1474 LockSettingsInternal getLockSettingsInternal() { in getLockSettingsInternal() method in Injector
1768 mLockSettingsInternal = injector.getLockSettingsInternal(); in DevicePolicyManagerService()
/aosp12/frameworks/base/services/
H A Dart-profile16524 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService$Injector;->getLockSettingsInternal()…