Home
last modified time | relevance | path

Searched refs:getSentSummary (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceController.java104 return NotificationBackend.getSentSummary(context, appRow.sentByApp, false); in getNotificationSummary()
109 return NotificationBackend.getSentSummary(context, appRow.sentByApp, false); in getNotificationSummary()
117 NotificationBackend.getSentSummary(context, appRow.sentByApp, false), in getNotificationSummary()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceControllerTest.java158 NotificationBackend.getSentSummary(mContext, appRow.sentByApp, false))) in getNotificationSummary_appNotBlocked()
173 NotificationBackend.getSentSummary(mContext, appRow.sentByApp, false)); in getNotificationSummary_channelsNotBlocked()
187 NotificationBackend.getSentSummary(mContext, appRow.sentByApp, false)); in getNotificationSummary_noChannels()
/packages/apps/Settings/src/com/android/settings/notification/app/
DChannelListPreferenceController.java360 channelPref.setSummary(NotificationBackend.getSentSummary( in updateSingleChannelPrefs()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java513 public static CharSequence getSentSummary(Context context, NotificationsSentState state, in getSentSummary() method in NotificationBackend