Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java914 private String mSortKey; field in Notification
929 return mSortKey; in getSortKey()
2273 mSortKey = parcel.readString(); in readFromParcelImpl()
2386 that.mSortKey = this.mSortKey; in cloneInto()
2702 parcel.writeString(mSortKey); in writeToParcelImpl()
2985 proto.write(NotificationProto.SORT_KEY, this.mSortKey); in writeToProto()
3054 if (this.mSortKey != null) { in toString()
3056 sb.append(this.mSortKey); in toString()
4357 mN.mSortKey = sortKey; in setSortKey()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7950 Landroid/app/Notification;->mSortKey:Ljava/lang/String;