Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilitySettings.java580 PreferenceCategory downloadedServicesCategory = in updateServicePreferences() local
584 getPreferenceScreen().addPreference(downloadedServicesCategory); in updateServicePreferences()
592 new RestrictedPreference(downloadedServicesCategory.getContext()); in updateServicePreferences()
663 PreferenceCategory prefCategory = downloadedServicesCategory; in updateServicePreferences()
684 if (downloadedServicesCategory.getPreferenceCount() == 0) { in updateServicePreferences()
686 screen.removePreference(downloadedServicesCategory); in updateServicePreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DAccessibilitySettings.java570 PreferenceCategory downloadedServicesCategory = in updateServicePreferences() local
574 getPreferenceScreen().addPreference(downloadedServicesCategory); in updateServicePreferences()
582 new RestrictedPreference(downloadedServicesCategory.getContext()); in updateServicePreferences()
653 PreferenceCategory prefCategory = downloadedServicesCategory; in updateServicePreferences()
664 if (downloadedServicesCategory.getPreferenceCount() == 0) { in updateServicePreferences()
666 screen.removePreference(downloadedServicesCategory); in updateServicePreferences()