Home
last modified time | relevance | path

Searched refs:getAllProfiles (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/Utils/src/com/android/settingslib/utils/
H A DWorkPolicyUtils.java170 List<UserHandle> allProfiles = mUserManager.getAllProfiles(); in getManagedProfileUserId()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
H A DIEuiccCardController.aidl44 oneway void getAllProfiles(String callingPackage, String cardId, in getAllProfiles() method
/aosp14/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccCardManager.java182 getIEuiccCardController().getAllProfiles(mContext.getOpPackageName(), cardId, in requestAllProfiles()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/
H A DVirtualDeviceImpl.java950 for (UserHandle profile : userManager.getAllProfiles()) {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java1361 List<UserHandle> profiles = um.getAllProfiles(); in testCreateProfile_withContextUserId()
/aosp14/frameworks/base/core/java/android/os/
H A DUserManager.java5002 public @NonNull List<UserHandle> getAllProfiles() { in getAllProfiles() method in UserManager
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt10965 method @NonNull public java.util.List<android.os.UserHandle> getAllProfiles();