Searched refs:getSentSummary (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Settings/src/com/android/settings/applications/appinfo/ |
D | AppNotificationPreferenceController.java | 88 return NotificationBackend.getSentSummary(context, appRow.sentByApp, false); in getNotificationSummary() 93 return NotificationBackend.getSentSummary(context, appRow.sentByApp, false); in getNotificationSummary() 96 NotificationBackend.getSentSummary(context, appRow.sentByApp, false), in getNotificationSummary()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/ |
D | AppNotificationPreferenceController.java | 88 return NotificationBackend.getSentSummary(context, appRow.sentByApp, false); in getNotificationSummary() 93 return NotificationBackend.getSentSummary(context, appRow.sentByApp, false); in getNotificationSummary() 96 NotificationBackend.getSentSummary(context, appRow.sentByApp, false), in getNotificationSummary()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/ |
D | AppNotificationPreferenceControllerTest.java | 154 NotificationBackend.getSentSummary(mContext, appRow.sentByApp, false))) in getNotificationSummary_appNotBlocked() 169 NotificationBackend.getSentSummary(mContext, appRow.sentByApp, false)); in getNotificationSummary_channelsNotBlocked() 183 NotificationBackend.getSentSummary(mContext, appRow.sentByApp, false)); in getNotificationSummary_noChannels()
|
/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | ChannelListPreferenceController.java | 192 channelPref.setSummary(NotificationBackend.getSentSummary( in populateSingleChannelPrefs()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | NotificationSettingsBase.java | 282 channelPref.setSummary(NotificationBackend.getSentSummary( in populateSingleChannelPrefs()
|
D | NotificationBackend.java | 411 public static CharSequence getSentSummary(Context context, NotificationsSentState state, in getSentSummary() method in NotificationBackend
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/ |
D | NotificationChannelSlice.java | 282 .setSubtitle(NotificationBackend.getSentSummary( in getNotificationChannelRows()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationBackend.java | 491 public static CharSequence getSentSummary(Context context, NotificationsSentState state, in getSentSummary() method in NotificationBackend
|