Home
last modified time | relevance | path

Searched refs:getUserProfiles (Results 1 – 25 of 26) sorted by relevance

12

/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportProgressServiceTest.java114 when(mTestContext.userManager.getUserProfiles()).thenReturn( in findSendToAccount_noWorkProfile()
177 when(mTestContext.userManager.getUserProfiles()).thenReturn( in findSendToAccount_withWorkProfile_noAccounts()
245 when(mTestContext.userManager.getUserProfiles()).thenReturn( in findSendToAccount_withWorkProfile_1account()
312 when(mTestContext.userManager.getUserProfiles()).thenReturn( in findSendToAccount_withWorkProfile_mixedDomains()
/aosp14/frameworks/base/packages/SettingsLib/RestrictedLockUtils/src/com/android/settingslib/
H A DRestrictedLockUtils.java140 return um.getUserProfiles().contains(UserHandle.of(userId)); in isCurrentUserOrProfile()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DRecentAppOpsAccess.java127 final List<UserHandle> profiles = um.getUserProfiles(); in getAppList()
H A DAppUtils.java316 for (UserHandle userHandle : userManager.getUserProfiles()) { in getCloneUserId()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
H A DRecentLocationApps.java89 final List<UserHandle> profiles = um.getUserProfiles(); in getAppList()
H A DSettingsInjector.java177 final List<UserHandle> profiles = um.getUserProfiles(); in getInjectedSettings()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/
H A DRecentLocationAppsTest.java74 when(mUserManager.getUserProfiles()) in setUp()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DRecentAppOpsAccessesTest.java107 when(mUserManager.getUserProfiles()) in setUp()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/handheld/
H A DUninstallAlertDialogFragment.java237 List<UserHandle> profiles = userManager.getUserProfiles(); in hasClonedInstance()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImplTest.java84 when(mUserTracker.getUserProfiles()) in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImpl.java258 final List<UserInfo> profiles = mUserTracker.getUserProfiles(); in areActiveLocationRequests()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DEventConditionProvider.java185 for (UserHandle user : UserManager.get(mContext).getUserProfiles()) { in reloadTrackers()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallerActivity.java165 List<UserHandle> profiles = userManager.getUserProfiles(); in onCreate()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DFgsManagerControllerTest.java119 Mockito.doReturn(mUserProfiles).when(mUserTracker).getUserProfiles(); in setUp()
/aosp14/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
H A DTileUtils.java268 for (UserHandle user : userManager.getUserProfiles()) { in getCategories()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
H A DTileUtilsTest.java189 when(mUserManager.getUserProfiles()).thenReturn(userHandleList); in getCategories_withPackageName()
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java231 final List<UserHandle> profiles = userManager.getUserProfiles(); in getParentUser()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1828 for (UserInfo profile : mUserTracker.getUserProfiles()) {
1853 for (UserInfo profile : mUserTracker.getUserProfiles()) {
/aosp14/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java701 return mUserManager.getUserProfiles(); in getProfiles()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1568 for (UserHandle user : um.getUserProfiles()) { in findSendToAccount()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java1677 final List<UserHandle> users = mUm.getUserProfiles(); in registerLoadingProgressForIncrementalApps()
/aosp14/frameworks/base/core/java/android/os/
H A DUserManager.java4965 public List<UserHandle> getUserProfiles() { in getUserProfiles() method in UserManager
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt13156 HSPLandroid/os/UserManager;->getUserProfiles()Ljava/util/List;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt13159 HSPLandroid/os/UserManager;->getUserProfiles()Ljava/util/List;

12