Searched refs:isSeparateProfileChallengeAllowed (Results 1 – 4 of 4) sorted by relevance
997 public boolean isSeparateProfileChallengeAllowed(int userHandle) { in isSeparateProfileChallengeAllowed() method in LockPatternUtils1002 return getDevicePolicyManager().isSeparateProfileChallengeAllowed(userHandle); in isSeparateProfileChallengeAllowed()
280 boolean isSeparateProfileChallengeAllowed(int userHandle); in isSeparateProfileChallengeAllowed() method
1190 public boolean isSeparateProfileChallengeAllowed(int userHandle) { in isSeparateProfileChallengeAllowed() method in DevicePolicyManager1193 return mService.isSeparateProfileChallengeAllowed(userHandle); in isSeparateProfileChallengeAllowed()
3004 public boolean isSeparateProfileChallengeAllowed(int userHandle) { in isSeparateProfileChallengeAllowed() method in DevicePolicyManagerService