Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java665 private String mGroupKey; field in Notification
672 return mGroupKey; in getGroup()
1464 mGroupKey = parcel.readString(); in Notification()
1548 that.mGroupKey = this.mGroupKey; in cloneInto()
1727 parcel.writeString(mGroupKey); in writeToParcel()
1877 if (this.mGroupKey != null) { in toString()
1879 sb.append(this.mGroupKey); in toString()
1977 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) != 0; in isGroupSummary()
1984 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) == 0; in isGroupChild()
2092 private String mGroupKey; field in Notification.Builder
[all …]
/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java597 b.mGroupKey, b.mGroupSummary, b.mSortKey); in build()
661 b.mPeople, b.mExtras, b.mGroupKey, b.mGroupSummary, b.mSortKey); in build()
712 b.mGroupKey, b.mGroupSummary, b.mSortKey); in build()
767 b.mGroupKey, b.mGroupSummary, b.mSortKey); in build()
908 String mGroupKey; field in NotificationCompat.Builder
1359 mGroupKey = groupKey; in setGroup()