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

  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 38 private String overrideGroupKey;
52 String overrideGroupKey, long postTime) {
65 this.overrideGroupKey = overrideGroupKey;
108 this.overrideGroupKey = in.readString();
110 this.overrideGroupKey = null;
118 if (overrideGroupKey != null && getNotification().isGroupSummary()) {
119 sbnKey = sbnKey + "|" + overrideGroupKey;
125 if (overrideGroupKey != null) {
126 return user.getIdentifier() + "|" + pkg + "|" + "g:" + overrideGroupKey;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 641 final String overrideGroupKey = getOverrideGroupKey(entry.key);
642 if (!Objects.equals(oldSbn.getOverrideGroupKey(), overrideGroupKey)) {
643 entry.notification.setOverrideGroupKey(overrideGroupKey);
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 256 milliseconds