Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl549 boolean canProfileOwnerResetPasswordWhenLocked(int userId); in canProfileOwnerResetPasswordWhenLocked() method
H A DDevicePolicyManager.java16278 public boolean canProfileOwnerResetPasswordWhenLocked(int userId) { in canProfileOwnerResetPasswordWhenLocked() method in DevicePolicyManager
16281 return mService.canProfileOwnerResetPasswordWhenLocked(userId); in canProfileOwnerResetPasswordWhenLocked()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java7238 .that(dpm.canProfileOwnerResetPasswordWhenLocked(CALLER_USER_HANDLE)).isFalse(); in testCanProfileOwnerResetPasswordWhenLocked_nonDirectBootAwarePo()
7249 .that(dpm.canProfileOwnerResetPasswordWhenLocked(CALLER_USER_HANDLE)).isFalse(); in testCanProfileOwnerResetPasswordWhenLocked_noActiveToken()
7260 .that(dpm.canProfileOwnerResetPasswordWhenLocked(CALLER_USER_HANDLE)).isFalse(); in testCanProfileOwnerResetPasswordWhenLocked_nonFbeDevice()
7273 .that(dpm.canProfileOwnerResetPasswordWhenLocked(CALLER_USER_HANDLE)).isTrue(); in testCanProfileOwnerResetPasswordWhenLocked()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java21443 public boolean canProfileOwnerResetPasswordWhenLocked(int userId) {