Searched refs:getNotificationSummary (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/ |
D | AppNotificationPreferenceControllerTest.java | 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() 185 AppNotificationPreferenceController.getNotificationSummary(appRow, mContext).toString()) in getNotificationSummary_noChannels()
|
/packages/apps/Settings/src/com/android/settings/applications/appinfo/ |
D | AppNotificationPreferenceController.java | 67 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/ |
D | AppNotificationRepositoryTest.kt | 250 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/ |
D | AppNotificationRepository.kt | 58 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/ |
D | AppNotificationPreference.kt | 48 emit(repository.getNotificationSummary(app)) in AppNotificationPreference()
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appinfo/ |
D | AppNotificationPreferenceTest.kt | 57 override fun getNotificationSummary(app: ApplicationInfo) = SUMMARY in getNotificationSummary() method in com.android.settings.spa.app.appinfo.AppNotificationPreferenceTest
|