Searched refs:mSortKey (Results 1 – 2 of 2) sorted by relevance
914 private String mSortKey; field in Notification929 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()
7950 Landroid/app/Notification;->mSortKey:Ljava/lang/String;