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

/frameworks/base/core/java/android/app/
H A DNotification.java726 private String mGroupKey; field in class:Notification
733 return mGroupKey;
1629 mGroupKey = parcel.readString();
1714 that.mGroupKey = this.mGroupKey;
1973 parcel.writeString(mGroupKey);
2136 if (this.mGroupKey != null) {
2138 sb.append(this.mGroupKey);
2227 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) != 0;
2234 return mGroupKey !
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java653 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mContentView, b.mBigContentView);
721 b.mPeople, b.mExtras, b.mGroupKey, b.mGroupSummary, b.mSortKey,
773 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mContentView, b.mBigContentView);
832 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mContentView, b.mBigContentView,
872 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mRemoteInputHistory, b.mContentView,
1033 String mGroupKey; field in class:NotificationCompat.Builder
1506 mGroupKey = groupKey;

Completed in 88 milliseconds