Home
last modified time | relevance | path

Searched refs:ConfigureNotificationSettings (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DConfigureNotificationSettingsTest.java19 import static com.android.settings.notification.ConfigureNotificationSettings.SUMMARY_PROVIDER_FACT…
32 import com.android.settings.notification.ConfigureNotificationSettings.SummaryProvider;
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardFragmentRegistry.java39 import com.android.settings.notification.ConfigureNotificationSettings;
99 PARENT_TO_CATEGORY_KEY_MAP.put(ConfigureNotificationSettings.class.getName(), in ConfigureNotificationSettings.class.getName()
/packages/apps/Settings/src/com/android/settings/notification/
DConfigureNotificationSettings.java56 public class ConfigureNotificationSettings extends DashboardFragment implements class
212 return new ConfigureNotificationSettings.SummaryProvider(
/packages/apps/Settings/src/com/android/settings/core/gateway/
DSettingsGateway.java111 import com.android.settings.notification.ConfigureNotificationSettings;
233 ConfigureNotificationSettings.class.getName(),
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java106 import com.android.settings.notification.ConfigureNotificationSettings;
707 .setDestination(ConfigureNotificationSettings.class.getName()) in onOptionsItemSelected()