Searched refs:mSortKey (Results 1 – 1 of 1) sorted by relevance
917 private String mSortKey; field in Notification932 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()