Home
last modified time | relevance | path

Searched refs:getProfiles (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/testutils/shadow/
DShadowUserManager.java45 protected List<UserInfo> getProfiles() { in getProfiles() method in ShadowUserManager
62 protected List<UserInfo> getProfiles(@UserIdInt int userHandle) { in getProfiles() method in ShadowUserManager
63 return getProfiles(); in getProfiles()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java139 when(mUserManager.getProfiles(anyInt())).thenReturn(profiles); in forwardToManagedProfile_canForward_sendIntent()
172 when(mUserManager.getProfiles(anyInt())).thenReturn(profiles); in forwardToManagedProfile_cannotForward_sendIntent()
193 when(mUserManager.getProfiles(anyInt())).thenReturn(profiles); in forwardToManagedProfile_noManagedProfile_sendIntent()
215 when(mUserManager.getProfiles(anyInt())).thenReturn(profiles); in forwardToManagedProfile_canForward_chooserIntent()
257 when(mUserManager.getProfiles(anyInt())).thenReturn(profiles); in forwardToManagedProfile_canForward_selectorIntent()
547 when(mUserManager.getProfiles(anyInt())).thenReturn(profiles); in forwardToManagedProfile_LoggingTest()
574 when(mUserManager.getProfiles(anyInt())).thenReturn(profiles); in forwardToParent_LoggingTest()
598 when(mUserManager.getProfiles(anyInt())).thenReturn(profiles); in setupShouldSkipDisclosureTest()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DRestrictedLockUtilsTest.java186 when(mUserManager.getProfiles(mUserId)).thenReturn(Arrays.asList(userInfo, profileInfo)); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
214 when(mUserManager.getProfiles(mUserId)).thenReturn(Arrays.asList(userInfo, profileInfo)); in checkIfKeyguardFeaturesAreDisabled_notMatchOtherFeatures_unifiedManagedProfile()
237 when(mUserManager.getProfiles(mUserId)).thenReturn(Arrays.asList(userInfo, profileInfo)); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
273 when(mUserManager.getProfiles(mUserId)).thenReturn(Arrays.asList(userInfo, profileInfo)); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesParent_profileParentPolicy()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceCreateProfileTest.java82 mUserManagerService.getProfiles(UserHandle.USER_SYSTEM, /*excludeDying*/ false); in testGetProfiles()
88 users = mUserManagerService.getProfiles(secondaryUser.id, /*excludeDying*/ false); in testGetProfiles()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DMockSystemServices.java226 when(userManager.getProfiles(anyInt())).thenAnswer( in addUser()
229 return getProfiles(userId12); in addUser()
235 List<UserInfo> profiles = getProfiles(userId13); in addUser()
272 private List<UserInfo> getProfiles(int userId) { in getProfiles() method in MockSystemServices
/frameworks/opt/net/voip/src/java/android/net/sip/
DISipService.aidl42 List<SipProfile> getProfiles(String opPackageName); in getProfiles() method
DSipManager.java627 public @NonNull List<SipProfile> getProfiles() throws SipException { in getProfiles() method in SipManager
630 return mSipService.getProfiles(mContext.getOpPackageName()); in getProfiles()
/frameworks/base/telephony/java/android/service/euicc/
DGetEuiccProfileInfoListResult.java70 public List<EuiccProfileInfo> getProfiles() { in getProfiles() method in GetEuiccProfileInfoListResult
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DConfigurationMap.java48 mUserManager.getProfiles(mCurrentUserId))) { in put()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java644 public List<LocalBluetoothProfile> getProfiles() { in getProfiles() method in CachedBluetoothDevice
800 for (LocalBluetoothProfile profile : getProfiles()) { in getMaxConnectionState()
835 for (LocalBluetoothProfile profile : getProfiles()) { in getConnectionSummary()
943 for (LocalBluetoothProfile profile : getProfiles()) { in getCarConnectionSummary()
DBluetoothUtils.java96 List<LocalBluetoothProfile> profiles = cachedDevice.getProfiles(); in getBtClassDrawableWithDescription()
/frameworks/base/core/java/android/os/
DIUserManager.aidl58 List<UserInfo> getProfiles(int userHandle, boolean enabledOnly); in getProfiles() method
DUserManager.java2544 public List<UserInfo> getProfiles(@UserIdInt int userHandle) { in getProfiles() method in UserManager
2546 return mService.getProfiles(userHandle, false /* enabledOnly */); in getProfiles()
2580 return mService.getProfiles(userHandle, true /* enabledOnly */); in getEnabledProfiles()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java344 List<UserInfo> userProfiles = um.getProfiles(userId); in getManagedProfileId()
506 for (UserInfo userInfo : UserManager.get(context).getProfiles(userId)) { in checkForLockSetting()
637 for (UserInfo userInfo : um.getProfiles(UserHandle.myUserId())) { in isAdminInCurrentUserOrProfile()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSecurityControllerTest.java137 when(mUserManager.getProfiles(anyInt())).thenReturn(profiles); in testWorkAccount()
DBluetoothControllerImplTest.java247 when(device.getProfiles()).thenReturn(profiles); in testOnActiveDeviceChanged_updatesAudioActive()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java88 when(mUserManager.getProfiles(mCurrentUserId)).thenReturn(Lists.newArrayList( in setUp()
/frameworks/base/telephony/common/android/telephony/
DLocationAccessPolicy.java331 UserManager.class).getProfiles(currentUser); in isCurrentProfile()
/frameworks/base/core/java/com/android/internal/app/
DIntentForwarderActivity.java244 List<UserInfo> relatedUsers = mInjector.getUserManager().getProfiles(UserHandle.myUserId()); in getManagedProfile()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DWifiPermissionsUtil.java406 List<UserInfo> userProfiles = mUserManager.getProfiles(currentUser); in isCurrentProfile()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConfigurationMapTest.java87 when(mUserManager.getProfiles(anyInt())) in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DBaseLockSettingsServiceTests.java158 when(mUserManager.getProfiles(eq(profile.id))).thenReturn(mPrimaryUserProfiles); in setUp_baseServices()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java885 List<EuiccProfileInfo> list = result.getProfiles(); in updateEmbeddedSubscriptionsCache()
889 logd("blockingGetEuiccProfileInfoList: got " + result.getProfiles().size() in updateEmbeddedSubscriptionsCache()
896 + ". Null profile list=" + (result.getProfiles() == null)); in updateEmbeddedSubscriptionsCache()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java200 for (final UserInfo userInfo : mUserManager.getProfiles(userId)) { in getWorkProfileUserId()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1262 for (UserInfo profile : mUserManager.getProfiles(userId)) { in unlockUser()
1315 final List<UserInfo> profiles = mUserManager.getProfiles(userId); in getDecryptedPasswordsForAllTiedProfiles()
1357 final List<UserInfo> profiles = mUserManager.getProfiles(userId); in synchronizeUnifiedWorkChallengeForProfiles()
1451 for (UserInfo profile : mUserManager.getProfiles(userId)) { in getProfilesWithSameLockScreen()
1761 final List<UserInfo> profiles = mUserManager.getProfiles(userId); in resetKeyStore()

12