Home
last modified time | relevance | path

Searched defs:profileUserId (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceMigrationTest.java531 private void prepareAdmin1AsPo(int profileUserId, int targetSdk) throws Exception { in prepareAdmin1AsPo()
536 private void prepareAdminAnotherPackageAsPo(int profileUserId) throws Exception { in prepareAdminAnotherPackageAsPo()
542 private void preparePo(int profileUserId, ComponentName admin, int profileOwnerXmlResId, in preparePo()
/aosp12/packages/apps/Settings/src/com/android/settings/location/
H A DLocationInjectedServiceBasePreferenceController.java114 final int profileUserId = Utils.getManagedProfileId(mUserManager, UserHandle.myUserId()); in getLocationServices() local
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DRestrictedListPreference.java124 public void setProfileUserId(int profileUserId) { in setProfileUserId()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerInternal.java314 @UserIdInt int parentUserId, @UserIdInt int profileUserId); in setDefaultCrossProfileIntentFilters()
H A DUserManagerService.java3799 private void setDefaultCrossProfileIntentFilters( in setDefaultCrossProfileIntentFilters()
5718 @UserIdInt int parentUserId, @UserIdInt int profileUserId) { in setDefaultCrossProfileIntentFilters()
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DChooseLockGeneric.java399 int profileUserId = Utils.getManagedProfileId(mUserManager, mUserId); in addHeaderView() local
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootWindowContainerTests.java1012 final int profileUserId = UserHandle.getUserId(profileUid); in testLockAllProfileTasks() local