Searched refs:canProfileOwnerResetPasswordWhenLocked (Results 1 – 4 of 4) sorted by relevance
555 boolean canProfileOwnerResetPasswordWhenLocked(int userId); in canProfileOwnerResetPasswordWhenLocked() method
16749 public boolean canProfileOwnerResetPasswordWhenLocked(int userId) { in canProfileOwnerResetPasswordWhenLocked() method in DevicePolicyManager16752 return mService.canProfileOwnerResetPasswordWhenLocked(userId); in canProfileOwnerResetPasswordWhenLocked()
7256 .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()
21278 public boolean canProfileOwnerResetPasswordWhenLocked(int userId) {