Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceControllerTest.java66 private AppNotificationPreferenceController mController;
72 mController = spy(new AppNotificationPreferenceController(mContext, "test_key")); in setUp()
111 AppNotificationPreferenceController controller = in getArguments_containsChannelId()
112 new AppNotificationPreferenceController(mContext, "test"); in getArguments_containsChannelId()
121 AppNotificationPreferenceController.getNotificationSummary(null, mContext); in getNotificationSummary_noCrashOnNull()
130 AppNotificationPreferenceController.getNotificationSummary(appRow, mContext).toString()) in getNotificationSummary_appBlocked()
141 AppNotificationPreferenceController.getNotificationSummary(appRow, mContext).toString()) in getNotificationSummary_appNotBlockedAllChannelsBlocked()
153 assertThat(AppNotificationPreferenceController.getNotificationSummary( in getNotificationSummary_appNotBlocked()
156 AppNotificationPreferenceController.getNotificationSummary(appRow, mContext).toString() in getNotificationSummary_appNotBlocked()
171 AppNotificationPreferenceController.getNotificationSummary(appRow, mContext).toString()) in getNotificationSummary_channelsNotBlocked()
[all …]
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceController.java39 public class AppNotificationPreferenceController extends AppInfoPreferenceControllerBase { class
46 public AppNotificationPreferenceController(Context context, String key) { in AppNotificationPreferenceController() method in AppNotificationPreferenceController
DAppInfoDashboardFragment.java167 use(AppNotificationPreferenceController.class).setParentFragment(this); in onAttach()