Home
last modified time | relevance | path

Searched defs:managedProfile (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/security/
DContentProtectionPreferenceUtils.java85 @NonNull Context context, @Nullable UserHandle managedProfile) { in getContentProtectionPolicy()
95 @NonNull Context context, @Nullable UserHandle managedProfile) { in createContentProtectionPolicyContext()
DContentProtectionWorkSwitchController.java87 UserHandle managedProfile = in displayPreference() local
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/
DUtilsTest.java52 UserInfo managedProfile = new UserInfo(TEST_MANAGED_PROFILE_ID, null, in setUp() local
/packages/apps/Settings/src/com/android/settings/location/
DLocationEnabler.java145 final UserHandle managedProfile = Utils.getManagedProfile(mUserManager); in isManagedProfileRestrictedByBase() local
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/profileselector/
DProfileSelectorViewModelTest.kt324 val managedProfile = in testProfileSwitchClearsSelection() constant
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DEnterprisePrivacyFeatureProviderImplTest.java325 final UserInfo managedProfile = in testGetNumberOfOwnerInstalledCaCertsForManagedProfile() local
/packages/apps/Settings/src/com/android/settings/widget/
DRadioButtonPickerFragment.java81 final UserHandle managedProfile = Utils.getManagedProfile(mUserManager); in onAttach() local