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

/frameworks/base/core/java/android/app/
H A DNotification.java727 private String mGroupKey; field in class:Notification
734 return mGroupKey;
1657 mGroupKey = parcel.readString();
1742 that.mGroupKey = this.mGroupKey;
2001 parcel.writeString(mGroupKey);
2164 if (this.mGroupKey != null) {
2166 sb.append(this.mGroupKey);
2255 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) != 0;
2262 return mGroupKey !
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java641 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mContentView, b.mBigContentView);
712 b.mPeople, b.mExtras, b.mGroupKey, b.mGroupSummary, b.mSortKey,
764 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mContentView, b.mBigContentView);
823 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mContentView, b.mBigContentView,
863 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mRemoteInputHistory, b.mContentView,
1030 String mGroupKey; field in class:NotificationCompat.Builder
1505 mGroupKey = groupKey;

Completed in 5951 milliseconds