Searched refs:enforceSameOwner (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowUtils.java39 public static int enforceSameOwner(Context context, int userId) { method in class:ShadowUtils
/packages/apps/Settings/src/com/android/settings/password/
H A DChooseLockSettingsHelper.java101 returnCredentials, false, false, 0, Utils.enforceSameOwner(mActivity, userId));
144 returnCredentials, external, false, 0, Utils.enforceSameOwner(mActivity, userId));
179 true, false, true, challenge, Utils.enforceSameOwner(mActivity, userId));
200 external, true, challenge, Utils.enforceSameOwner(mActivity, userId));
/packages/apps/Settings/src/com/android/settings/
H A DUtils.java1014 return enforceSameOwner(context, userId);
1036 public static int enforceSameOwner(Context context, int userId) { method in class:Utils

Completed in 89 milliseconds