Home
last modified time | relevance | path

Searched refs:conversationsAllowed (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModePeoplePreferenceController.java78 final int conversationsAllowed = mBackend.getPriorityConversationSenders(); in getPeopleSummary() local
84 && conversationsAllowed == CONVERSATION_SENDERS_ANYONE) { in getPeopleSummary()
88 && conversationsAllowed == CONVERSATION_SENDERS_NONE in getPeopleSummary()
/packages/apps/Settings/src/com/android/settings/notification/modes/
DZenModeSummaryHelper.java386 final int conversationsAllowed = zenMode.getPolicy().getPriorityConversationSenders(); in getPeopleSummary() local
392 && conversationsAllowed == CONVERSATION_SENDERS_ANYONE) { in getPeopleSummary()
396 && conversationsAllowed == CONVERSATION_SENDERS_NONE in getPeopleSummary()