Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java917 private String mSortKey; field in Notification
932 return mSortKey; in getSortKey()
2308 mSortKey = parcel.readString8(); in readFromParcelImpl()
2421 that.mSortKey = this.mSortKey; in cloneInto()
2773 parcel.writeString8(mSortKey); in writeToParcelImpl()
3056 proto.write(NotificationProto.SORT_KEY, this.mSortKey); in dumpDebug()
3125 if (this.mSortKey != null) { in toString()
3127 sb.append(this.mSortKey); in toString()
4487 mN.mSortKey = sortKey; in setSortKey()