Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/notification/
DDialerNotificationManager.java76 Pair<StatusBarNotification, Integer> groupSummaryAndCount = in cancel() local
78 if (groupSummaryAndCount.first != null && groupSummaryAndCount.second <= 1) { in cancel()
84 groupSummaryAndCount.first.getTag(), groupSummaryAndCount.first.getId()); in cancel()