Searched refs:enforceSameOwner (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/src/com/android/settings/ |
D | ChooseLockSettingsHelper.java | 97 returnCredentials, false, false, 0, Utils.enforceSameOwner(mActivity, userId)); in launchConfirmationActivity() 140 returnCredentials, external, false, 0, Utils.enforceSameOwner(mActivity, userId)); in launchConfirmationActivity() 175 true, false, true, challenge, Utils.enforceSameOwner(mActivity, userId)); in launchConfirmationActivity() 196 external, true, challenge, Utils.enforceSameOwner(mActivity, userId)); in launchConfirmationActivityWithExternalAndChallenge()
|
D | Utils.java | 1019 return enforceSameOwner(context, userId); in getUserIdFromBundle() 1027 public static int enforceSameOwner(Context context, int userId) { in enforceSameOwner() method in Utils
|