Searched refs:enforceSameOwner (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/ |
D | ChooseLockSettingsHelper.java | 145 Utils.enforceSameOwner(mActivity, userId) /* userId */); in launchConfirmationActivity() 204 Utils.enforceSameOwner(mActivity, userId) /* userId */); in launchConfirmationActivity() 255 Utils.enforceSameOwner(mActivity, userId) /* userId */); in launchConfirmationActivity() 284 Utils.enforceSameOwner(mActivity, userId) /* userId */); in launchConfirmationActivityWithExternalAndChallenge()
|
/packages/apps/Settings/src/com/android/settings/password/ |
D | ChooseLockSettingsHelper.java | 154 Utils.enforceSameOwner(mActivity, userId) /* userId */, in launchConfirmationActivity() 216 Utils.enforceSameOwner(mActivity, userId) /* userId */, in launchConfirmationActivity() 271 Utils.enforceSameOwner(mActivity, userId) /* userId */, in launchConfirmationActivity() 301 Utils.enforceSameOwner(mActivity, userId) /* userId */, in launchConfirmationActivityWithExternalAndChallenge()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowUtils.java | 44 protected static int enforceSameOwner(Context context, int userId) { in enforceSameOwner() method in ShadowUtils
|
/packages/apps/Settings/src/com/android/settings/ |
D | Utils.java | 666 return allowAnyUser ? userId : enforceSameOwner(context, userId); in getUserIdFromBundle() 688 public static int enforceSameOwner(Context context, int userId) { in enforceSameOwner() method in Utils
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | Utils.java | 671 return allowAnyUser ? userId : enforceSameOwner(context, userId); in getUserIdFromBundle() 693 public static int enforceSameOwner(Context context, int userId) { in enforceSameOwner() method in Utils
|