Searched refs:mSortKey (Results 1 – 2 of 2) sorted by relevance
1056 private String mSortKey; field in Notification1071 return mSortKey; in getSortKey()2657 mSortKey = parcel.readString8(); in readFromParcelImpl()2772 that.mSortKey = this.mSortKey; in cloneInto()3173 parcel.writeString8(mSortKey); in writeToParcelImpl()3511 proto.write(NotificationProto.SORT_KEY, this.mSortKey); in dumpDebug()3580 if (this.mSortKey != null) { in toString()3582 sb.append(this.mSortKey); in toString()4963 mN.mSortKey = sortKey; in setSortKey()
7947 Landroid/app/Notification;->mSortKey:Ljava/lang/String;