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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java703 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mContentView, b.mBigContentView);
745 b.mPeople, b.mExtras, b.mGroupKey, b.mGroupSummary, b.mSortKey,
768 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mContentView, b.mBigContentView,
809 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mContentView, b.mBigContentView,
845 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mRemoteInputHistory, b.mContentView,
868 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mRemoteInputHistory, b.mContentView,
1037 String mGroupKey; field in class:NotificationCompat.Builder
1556 mGroupKey = groupKey;
/frameworks/base/core/java/android/app/
H A DNotification.java795 private String mGroupKey; field in class:Notification
802 return mGroupKey;
1917 mGroupKey = parcel.readString();
2020 that.mGroupKey = this.mGroupKey;
2292 parcel.writeString(mGroupKey);
2481 if (this.mGroupKey != null) {
2483 sb.append(this.mGroupKey);
2635 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) != 0;
2642 return mGroupKey !
[all...]

Completed in 73 milliseconds