Home
last modified time | relevance | path

Searched refs:KEY_ADVANCED_CATEGORY (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DAppNotificationSettings.java51 private static String KEY_ADVANCED_CATEGORY = "app_advanced"; field in AppNotificationSettings
70 PreferenceGroup advanced = (PreferenceGroup) findPreference(KEY_ADVANCED_CATEGORY); in onCreate()
71 removePreference(KEY_ADVANCED_CATEGORY); in onCreate()
DConfigureNotificationSettings.java67 private static final String KEY_ADVANCED_CATEGORY = "configure_notifications_advanced"; field in ConfigureNotificationSettings
130 screen.findPreference(KEY_ADVANCED_CATEGORY); in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DAppNotificationSettings.java50 private static String KEY_ADVANCED_CATEGORY = "app_advanced"; field in AppNotificationSettings
69 PreferenceGroup advanced = (PreferenceGroup) findPreference(KEY_ADVANCED_CATEGORY); in onCreate()
70 removePreference(KEY_ADVANCED_CATEGORY); in onCreate()