Searched refs:AppNotificationPreferenceController (Results 1 – 3 of 3) sorted by relevance
66 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 …]
39 public class AppNotificationPreferenceController extends AppInfoPreferenceControllerBase { class46 public AppNotificationPreferenceController(Context context, String key) { in AppNotificationPreferenceController() method in AppNotificationPreferenceController
167 use(AppNotificationPreferenceController.class).setParentFragment(this); in onAttach()