/aosp_15_r20/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | OwnerShellData.java | 33 public final @UserIdInt int parentUserId; field in OwnerShellData 41 private OwnerShellData(@UserIdInt int userId, @UserIdInt int parentUserId, ComponentName admin, in OwnerShellData() 93 static OwnerShellData forManagedProfileOwner(@UserIdInt int userId, @UserIdInt int parentUserId, in forManagedProfileOwner()
|
H A D | CertificateMonitor.java | 180 int parentUserId = userHandle.getIdentifier(); in buildNotification() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/bubbles/storage/ |
D | BubbleVolatileRepository.java | 92 int userId, @android.annotation.UserIdInt() in removeBubblesForUser() 105 int userId, @android.annotation.UserIdInt() in removeBubblesForUserWithParent()
|
/aosp_15_r20/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/ |
H A D | ManagedProfileContactsAccessTest.java | 135 protected static int createManagedProfile(String parentUserId) in createManagedProfile() 151 private static String getCreateManagedProfileCommandOutput(String parentUserId) in getCreateManagedProfileCommandOutput()
|
/aosp_15_r20/cts/hostsidetests/media/src/android/media/cts/ |
H A D | BaseMultiUserTest.java | 191 protected int createAndStartRestrictedProfile(int parentUserId) throws Exception { in createAndStartRestrictedProfile() 200 protected int createAndStartManagedProfile(int parentUserId) throws Exception { in createAndStartManagedProfile()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/ |
H A D | BubbleVolatileRepository.kt | 146 val parentUserId = entitiesByUser.keyAt(i) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataRepository.kt | 118 val parentUserId = entitiesByUser.keyAt(i) in <lambda>() constant
|
/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
H A D | ResumeOnRebootHostTest.java | 532 private int createManagedProfile(int parentUserId) throws DeviceNotAvailableException { in createManagedProfile() 547 private String getCreateManagedProfileCommandOutput(int parentUserId) in getCreateManagedProfileCommandOutput()
|
/aosp_15_r20/cts/tests/appcloning/src/android/appcloning/cts/ |
H A D | AppCloningDeviceTestBase.java | 35 protected int createAndStartUser(String name, String type, String parentUserId) { in createAndStartUser()
|
/aosp_15_r20/cts/hostsidetests/backup/src/android/cts/backup/ |
H A D | ProfileFullBackupRestoreHostSideTest.java | 50 int parentUserId = mDevice.getCurrentUser(); in setUp() local
|
H A D | ProfileScheduledJobHostSideTest.java | 80 int parentUserId = mDevice.getCurrentUser(); in setUp() local
|
/aosp_15_r20/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/network/ |
D | WifiHelper.java | 97 private static int getManagedProfileId(UserManager um, int parentUserId) { in getManagedProfileId()
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
H A D | BaseDevicePolicyTest.java | 687 protected int createManagedProfile(int parentUserId) throws DeviceNotAvailableException { in createManagedProfile() 692 protected void assertCannotCreateManagedProfile(int parentUserId) in assertCannotCreateManagedProfile() 797 private String getCreateManagedProfileCommandOutput(int parentUserId) in getCreateManagedProfileCommandOutput()
|
H A D | ManagedProfileContactsTest.java | 213 String managedProfilePackage, int parentUserId, int profileUserId) { in ContactsTestSet()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | CrossProfileIntentFilterHelper.java | 59 int parentUserId = mUserManagerInternal.getProfileParentId(userInfo.id); in updateDefaultCrossProfileIntentFilter() local
|
H A D | UserManagerInternal.java | 419 public abstract void setDefaultCrossProfileIntentFilters( in setDefaultCrossProfileIntentFilters()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountManagerService.java | 1550 int parentUserId = UserHandle.USER_SYSTEM; in syncSharedAccounts() local 1853 final int parentUserId){ in completeCloningAccount() 2061 private void addAccountToLinkedRestrictedUsers(Account account, int parentUserId) { in addAccountToLinkedRestrictedUsers() 2293 int parentUserId = accounts.userId; in renameAccountInternal() local 2326 private boolean canHaveProfile(final int parentUserId) { in canHaveProfile() 2593 int parentUserId = accounts.userId; in removeAccountInternal() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/security/authenticationpolicy/ |
H A D | AuthenticationPolicyService.java | 298 final int parentUserId = mUserManager.getProfileParentId(userId); in lockDevice() local
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
D | WifiConfigHelper.java | 252 private static int getManagedProfileId(UserManager um, int parentUserId) { in getManagedProfileId()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/ |
D | RingtonePreference.java | 288 final int parentUserId; in isValidRingtoneUri() local
|
D | Utils.java | 477 private static UserHandle getManagedProfileWithDisabled(UserManager um, int parentUserId) { in getManagedProfileWithDisabled() 496 public static int getManagedProfileId(UserManager um, int parentUserId) { in getManagedProfileId()
|
/aosp_15_r20/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/ |
H A D | ShellCommandUtils.java | 135 public static String createManagedProfileUser(int parentUserId, String userName) { in createManagedProfileUser()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | LockSettingsServiceTestable.java | 169 protected void tieProfileLockToParent(int profileUserId, int parentUserId, in tieProfileLockToParent()
|
/aosp_15_r20/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/ |
H A D | BaseShortcutManagerHostTest.java | 173 protected int createProfile(int parentUserId) throws Exception{ in createProfile()
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/ |
D | ShadowUtils.java | 122 protected static int getManagedProfileId(UserManager um, int parentUserId) { in getManagedProfileId()
|