Home
last modified time | relevance | path

Searched refs:managedProfileContext (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DSoundWorkSettingsController.java238 final Context managedProfileContext = getManagedProfileContext(); in updateWorkPreferences() local
239 if (Settings.Secure.getIntForUser(managedProfileContext.getContentResolver(), in updateWorkPreferences()
278 Context managedProfileContext = getManagedProfileContext(); in updateWorkRingtoneSummaries() local
282 updateRingtoneName(managedProfileContext, RingtoneManager.TYPE_RINGTONE)); in updateWorkRingtoneSummaries()
285 updateRingtoneName(managedProfileContext, RingtoneManager.TYPE_NOTIFICATION)); in updateWorkRingtoneSummaries()
287 updateRingtoneName(managedProfileContext, RingtoneManager.TYPE_ALARM)); in updateWorkRingtoneSummaries()
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DCrossProfileCalendarPreferenceController.java81 final Context managedProfileContext = createPackageContextAsUser(context, userId); in isCrossProfileCalendarDisallowedByAdmin() local
82 final DevicePolicyManager dpm = managedProfileContext.getSystemService( in isCrossProfileCalendarDisallowedByAdmin()