Searched refs:canProfileOwnerResetPasswordWhenLocked (Results 1 – 4 of 4) sorted by relevance
549 boolean canProfileOwnerResetPasswordWhenLocked(int userId); in canProfileOwnerResetPasswordWhenLocked() method
16278 public boolean canProfileOwnerResetPasswordWhenLocked(int userId) { in canProfileOwnerResetPasswordWhenLocked() method in DevicePolicyManager16281 return mService.canProfileOwnerResetPasswordWhenLocked(userId); in canProfileOwnerResetPasswordWhenLocked()
7238 .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()
21443 public boolean canProfileOwnerResetPasswordWhenLocked(int userId) {