Searched defs:mGroupKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java582 b.mGroupKey, b.mGroupSummary, b.mSortKey);
646 b.mPeople, b.mExtras, b.mGroupKey, b.mGroupSummary, b.mSortKey);
697 b.mGroupKey, b.mGroupSummary, b.mSortKey);
752 b.mGroupKey, b.mGroupSummary, b.mSortKey);
881 String mGroupKey; field in class:NotificationCompat.Builder
1330 mGroupKey = groupKey;
/frameworks/base/core/java/android/app/
H A DNotification.java649 private String mGroupKey; field in class:Notification
656 return mGroupKey;
1399 mGroupKey = parcel.readString();
1483 that.mGroupKey = this.mGroupKey;
1653 parcel.writeString(mGroupKey);
1798 if (this.mGroupKey != null) {
1800 sb.append(this.mGroupKey);
1849 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) != 0;
1856 return mGroupKey !
1965 private String mGroupKey; field in class:Notification.Builder
[all...]

Completed in 88 milliseconds