Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl555 boolean canProfileOwnerResetPasswordWhenLocked(int userId); in canProfileOwnerResetPasswordWhenLocked() method
DDevicePolicyManager.java16749 public boolean canProfileOwnerResetPasswordWhenLocked(int userId) { in canProfileOwnerResetPasswordWhenLocked() method in DevicePolicyManager
16752 return mService.canProfileOwnerResetPasswordWhenLocked(userId); in canProfileOwnerResetPasswordWhenLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java7256 .that(dpm.canProfileOwnerResetPasswordWhenLocked(CALLER_USER_HANDLE)).isFalse(); in testCanProfileOwnerResetPasswordWhenLocked_nonDirectBootAwarePo()
7267 .that(dpm.canProfileOwnerResetPasswordWhenLocked(CALLER_USER_HANDLE)).isFalse(); in testCanProfileOwnerResetPasswordWhenLocked_noActiveToken()
7278 .that(dpm.canProfileOwnerResetPasswordWhenLocked(CALLER_USER_HANDLE)).isFalse(); in testCanProfileOwnerResetPasswordWhenLocked_nonFbeDevice()
7291 .that(dpm.canProfileOwnerResetPasswordWhenLocked(CALLER_USER_HANDLE)).isTrue(); in testCanProfileOwnerResetPasswordWhenLocked()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java21278 public boolean canProfileOwnerResetPasswordWhenLocked(int userId) {