Home
last modified time | relevance | path

Searched refs:getContactsSummary (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenModePriorityCallsPreferenceController.java88 preference.setSummary(mBackend.getContactsSummary( in updateFromContactsValue()
DZenModePriorityMessagesPreferenceController.java88 preference.setSummary(mBackend.getContactsSummary( in updateFromContactsValue()
DZenModeBackend.java283 protected int getContactsSummary(int category) { in getContactsSummary() method in ZenModeBackend
/packages/apps/Settings/src/com/android/settings/notification/
DZenModePriorityCallsPreferenceController.java88 preference.setSummary(mBackend.getContactsSummary( in updateFromContactsValue()
DZenModePriorityMessagesPreferenceController.java88 preference.setSummary(mBackend.getContactsSummary( in updateFromContactsValue()
DZenModeBackend.java283 protected int getContactsSummary(int category) { in getContactsSummary() method in ZenModeBackend
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DZenModePriorityMessagesPreferenceControllerTest.java94 when(mBackend.getContactsSummary(NotificationManager.Policy.PRIORITY_CATEGORY_MESSAGES)) in setup()
DZenModePriorityCallsPreferenceControllerTest.java94 when(mBackend.getContactsSummary(NotificationManager.Policy.PRIORITY_CATEGORY_CALLS)) in setup()