Home
last modified time | relevance | path

Searched defs:getNotificationSummary (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceController.java86 private CharSequence getNotificationSummary(ApplicationsState.AppEntry appEntry, in getNotificationSummary() method in AppNotificationPreferenceController
96 public static CharSequence getNotificationSummary(NotificationBackend.AppRow appRow, in getNotificationSummary() method in AppNotificationPreferenceController
/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/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