Home
last modified time | relevance | path

Searched refs:getNotificationSummary (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceControllerTest.java121 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()
185 AppNotificationPreferenceController.getNotificationSummary(appRow, mContext).toString()) in getNotificationSummary_noChannels()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceController.java67 preference.setSummary(getNotificationSummary(mParent.getAppEntry(), mContext, mBackend)); in updateState()
86 private CharSequence getNotificationSummary(ApplicationsState.AppEntry appEntry, in getNotificationSummary() method in AppNotificationPreferenceController
93 return getNotificationSummary(appRow, context); in getNotificationSummary()
96 public static CharSequence getNotificationSummary(NotificationBackend.AppRow appRow, in getNotificationSummary() method in AppNotificationPreferenceController
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/notification/
DAppNotificationRepositoryTest.kt250 val summary = repository.getNotificationSummary(APP) in getNotificationSummary_notEnabled()
261 val summary = repository.getNotificationSummary(APP) in getNotificationSummary_noChannel()
272 val summary = repository.getNotificationSummary(APP) in getNotificationSummary_allChannelsBlocked()
284 val summary = repository.getNotificationSummary(APP) in getNotificationSummary_noChannelBlocked()
296 val summary = repository.getNotificationSummary(APP) in getNotificationSummary_someChannelsBlocked()
/packages/apps/Settings/src/com/android/settings/spa/notification/
DAppNotificationRepository.kt58 fun getNotificationSummary(app: ApplicationInfo): String in <lambda>() method
138 override fun getNotificationSummary(app: ApplicationInfo): String { in getNotificationSummary() method in com.android.settings.spa.notification.AppNotificationRepository
/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/
DAppNotificationPreference.kt48 emit(repository.getNotificationSummary(app)) in AppNotificationPreference()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appinfo/
DAppNotificationPreferenceTest.kt57 override fun getNotificationSummary(app: ApplicationInfo) = SUMMARY in getNotificationSummary() method in com.android.settings.spa.app.appinfo.AppNotificationPreferenceTest