Home
last modified time | relevance | path

Searched refs:mSortKey (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java907 private String mSortKey; field in Notification
922 return mSortKey; in getSortKey()
2266 mSortKey = parcel.readString(); in readFromParcelImpl()
2379 that.mSortKey = this.mSortKey; in cloneInto()
2695 parcel.writeString(mSortKey); in writeToParcelImpl()
2978 proto.write(NotificationProto.SORT_KEY, this.mSortKey); in writeToProto()
3047 if (this.mSortKey != null) { in toString()
3049 sb.append(this.mSortKey); in toString()
4354 mN.mSortKey = sortKey; in setSortKey()