HomeSort by relevance Sort by last modified time
    Searched refs:getGroupKey (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 108 pw.println(prefix + " groupKey=" + getGroupKey());
299 public String getGroupKey() {
300 return sbn.getGroupKey();
RankingHelper.java 238 final String groupKey = record.getGroupKey();
248 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey());
NotificationManagerService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 218 mGroupsWithSummaries.add(sbn.getGroupKey());
230 mGroupsWithSummaries.contains(sbn.getGroupKey())) {
BaseStatusBar.java 438 mNotificationData.isGroupWithSummary(sbn.getGroupKey())) {
    [all...]
  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 261 public String getGroupKey() {

Completed in 58 milliseconds