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

  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 37 private String overrideGroupKey;
57 int initialPid, Notification notification, UserHandle user, String overrideGroupKey,
71 this.overrideGroupKey = overrideGroupKey;
110 this.overrideGroupKey = in.readString();
112 this.overrideGroupKey = null;
120 if (overrideGroupKey != null && getNotification().isGroupSummary()) {
121 sbnKey = sbnKey + "|" + overrideGroupKey;
127 if (overrideGroupKey != null) {
128 return user.getIdentifier() + "|" + pkg + "|" + "g:" + overrideGroupKey;
    [all...]
NotificationListenerService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 340 final String overrideGroupKey = getOverrideGroupKey(entry.key);
341 if (!Objects.equals(oldSbn.getOverrideGroupKey(), overrideGroupKey)) {
342 entry.notification.setOverrideGroupKey(overrideGroupKey);
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 622 milliseconds