Searched refs:mSortKey (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | Notification.java | 659 private String mSortKey; field in Notification 674 return mSortKey; in getSortKey() 1401 mSortKey = parcel.readString(); in Notification() 1485 that.mSortKey = this.mSortKey; in cloneInto() 1655 parcel.writeString(mSortKey); in writeToParcel() 1802 if (this.mSortKey != null) { in toString() 1804 sb.append(this.mSortKey); in toString() 1966 private String mSortKey; field in Notification.Builder 2551 mSortKey = sortKey; 3183 n.mSortKey = mSortKey; in buildUnstyled() [all …]
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | NotificationCompat.java | 582 b.mGroupKey, b.mGroupSummary, b.mSortKey); in build() 646 b.mPeople, b.mExtras, b.mGroupKey, b.mGroupSummary, b.mSortKey); in build() 697 b.mGroupKey, b.mGroupSummary, b.mSortKey); in build() 752 b.mGroupKey, b.mGroupSummary, b.mSortKey); in build() 883 String mSortKey; field in NotificationCompat.Builder 1359 mSortKey = sortKey; in setSortKey()
|