Searched refs:canProfileOwnerResetPasswordWhenLocked (Results 1 – 7 of 7) sorted by relevance
122 public boolean canProfileOwnerResetPasswordWhenLocked(int userId) { in canProfileOwnerResetPasswordWhenLocked() method in BaseIDevicePolicyManager
17163 public boolean canProfileOwnerResetPasswordWhenLocked(int userId) {
145 && mDevicePolicyManager.canProfileOwnerResetPasswordWhenLocked(mUserId)) { in setupForgotButtonIfManagedProfile()
516 boolean canProfileOwnerResetPasswordWhenLocked(int userId); in canProfileOwnerResetPasswordWhenLocked() method
13786 public boolean canProfileOwnerResetPasswordWhenLocked(int userId) { in canProfileOwnerResetPasswordWhenLocked() method in DevicePolicyManager13789 return mService.canProfileOwnerResetPasswordWhenLocked(userId); in canProfileOwnerResetPasswordWhenLocked()
7012 .that(dpm.canProfileOwnerResetPasswordWhenLocked(CALLER_USER_HANDLE)).isFalse(); in testCanProfileOwnerResetPasswordWhenLocked_nonDirectBootAwarePo()7023 .that(dpm.canProfileOwnerResetPasswordWhenLocked(CALLER_USER_HANDLE)).isFalse(); in testCanProfileOwnerResetPasswordWhenLocked_noActiveToken()7034 .that(dpm.canProfileOwnerResetPasswordWhenLocked(CALLER_USER_HANDLE)).isFalse(); in testCanProfileOwnerResetPasswordWhenLocked_nonFbeDevice()7046 .that(dpm.canProfileOwnerResetPasswordWhenLocked(CALLER_USER_HANDLE)).isTrue(); in testCanProfileOwnerResetPasswordWhenLocked()
16655 …android/server/devicepolicy/DevicePolicyManagerService;->canProfileOwnerResetPasswordWhenLocked(I)Z