Home
last modified time | relevance | path

Searched refs:onlyImportant (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DINotificationManager.aidl92 ParceledListSlice getConversations(boolean onlyImportant); in getConversations() argument
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1324 public ArrayList<ConversationChannelWrapper> getConversations(boolean onlyImportant) { in getConversations() argument
1334 && (nc.isImportantConversation() || !onlyImportant)) { in getConversations()
DNotificationManagerService.java3511 boolean onlyImportant) {
3514 mPreferencesHelper.getConversations(onlyImportant);