Home
last modified time | relevance | path

Searched refs:enforceSameOwner (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DChooseLockSettingsHelper.java145 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/
DChooseLockSettingsHelper.java151 Utils.enforceSameOwner(mActivity, userId) /* userId */); in launchConfirmationActivity()
210 Utils.enforceSameOwner(mActivity, userId) /* userId */); in launchConfirmationActivity()
261 Utils.enforceSameOwner(mActivity, userId) /* userId */); in launchConfirmationActivity()
290 Utils.enforceSameOwner(mActivity, userId) /* userId */); in launchConfirmationActivityWithExternalAndChallenge()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowUtils.java44 protected static int enforceSameOwner(Context context, int userId) { in enforceSameOwner() method in ShadowUtils
/packages/apps/Settings/src/com/android/settings/
DUtils.java666 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/
DUtils.java671 return allowAnyUser ? userId : enforceSameOwner(context, userId); in getUserIdFromBundle()
693 public static int enforceSameOwner(Context context, int userId) { in enforceSameOwner() method in Utils