Searched refs:isSeparateProfileChallengeAllowed (Results 1 – 4 of 4) sorted by relevance
908 public boolean isSeparateProfileChallengeAllowed(int userHandle) { in isSeparateProfileChallengeAllowed() method in LockPatternUtils913 return getDevicePolicyManager().isSeparateProfileChallengeAllowed(userHandle); in isSeparateProfileChallengeAllowed()
302 boolean isSeparateProfileChallengeAllowed(int userHandle); in isSeparateProfileChallengeAllowed() method
1679 public boolean isSeparateProfileChallengeAllowed(int userHandle) { in isSeparateProfileChallengeAllowed() method in DevicePolicyManager1682 return mService.isSeparateProfileChallengeAllowed(userHandle); in isSeparateProfileChallengeAllowed()
3436 public boolean isSeparateProfileChallengeAllowed(int userHandle) { in isSeparateProfileChallengeAllowed() method in DevicePolicyManagerService