Home
last modified time | relevance | path

Searched refs:AppNotificationSettings (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceController.java30 import com.android.settings.notification.app.AppNotificationSettings;
67 return AppNotificationSettings.class; in getDetailFragmentClass()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppInfoPreferenceControllerBaseTest.java38 import com.android.settings.notification.app.AppNotificationSettings;
119 return AppNotificationSettings.class; in getDetailFragmentClass()
DAppNotificationPreferenceControllerTest.java38 import com.android.settings.notification.app.AppNotificationSettings;
77 assertThat(mController.getDetailFragmentClass()).isEqualTo(AppNotificationSettings.class); in getDetailFragmentClass_shouldReturnAppNotificationSettings()
/packages/apps/Settings/src/com/android/settings/notification/app/
DAppNotificationSettings.java39 public class AppNotificationSettings extends NotificationSettings { class
/packages/apps/Settings/src/com/android/settings/core/gateway/
DSettingsGateway.java141 import com.android.settings.notification.app.AppNotificationSettings;
279 AppNotificationSettings.class.getName(),
/packages/apps/Settings/tests/robotests/assets/
Dexempt_not_implementing_index_provider58 com.android.settings.notification.app.AppNotificationSettings
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java130 import com.android.settings.notification.app.AppNotificationSettings;
615 startAppInfoFragment(AppNotificationSettings.class, R.string.notifications_title); in startApplicationDetailsActivity()