Searched defs:profileUserId (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerServiceMigrationTest.java | 302 private void prepareAdmin1AsPo(int profileUserId, int targetSdk) throws Exception { in prepareAdmin1AsPo() 307 private void prepareAdminAnotherPackageAsPo(int profileUserId) throws Exception { in prepareAdminAnotherPackageAsPo() 313 private void preparePo(int profileUserId, ComponentName admin, int profileOwnerXmlResId, in preparePo()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | WorkLockActivityControllerTest.java | 143 private void verifyStartActivity(int taskId, boolean taskOverlay, int profileUserId) in verifyStartActivity()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | LockSettingsServiceTestable.java | 168 protected void tieProfileLockToParent(int profileUserId, int parentUserId, in tieProfileLockToParent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsService.java | 382 private void tieProfileLockIfNecessary(int profileUserId, in tieProfileLockIfNecessary() 403 profileUserId, /* isLockTiedToParent= */ true); in tieProfileLockIfNecessary() local 1479 final int profileUserId = profile.id; in getDecryptedPasswordsForAllTiedProfiles() local 1519 final int profileUserId = profile.id; in synchronizeUnifiedWorkChallengeForProfiles() local 1534 profileUserId, in synchronizeUnifiedWorkChallengeForProfiles() local 1922 protected void tieProfileLockToParent(int profileUserId, int parentUserId, in tieProfileLockToParent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserManagerInternal.java | 414 @UserIdInt int parentUserId, @UserIdInt int profileUserId); in setDefaultCrossProfileIntentFilters()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | RootWindowContainerTests.java | 1134 final int profileUserId = UserHandle.getUserId(profileUid); in testLockAllProfileTasks() local
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ManagedServicesTest.java | 1938 final int profileUserId = 10; in isComponentEnabledForCurrentProfiles_profileUserId() local 1951 final int profileUserId = 10; in isComponentEnabledForCurrentProfiles_profileUserId_NAS() local
|