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

/frameworks/support/recommendation/src/main/java/androidx/recommendation/app/
H A DContentRecommendation.java332 private String mSortKey; field in class:ContentRecommendation
357 mSortKey = builder.mBuilderSortKey;
474 mSortKey = sortKey;
483 return mSortKey;
1099 builder.setSortKey(mSortKey);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatBuilder.java118 if (b.mSortKey != null) {
119 mExtras.putString(NotificationCompatExtras.EXTRA_SORT_KEY, b.mSortKey);
140 .setSortKey(b.mSortKey);
H A DNotificationCompat.java689 String mSortKey; field in class:NotificationCompat.Builder
1275 mSortKey = sortKey;
/frameworks/base/core/java/android/app/
H A DNotification.java881 private String mSortKey; field in class:Notification
896 return mSortKey;
2173 mSortKey = parcel.readString();
2277 that.mSortKey = this.mSortKey;
2588 parcel.writeString(mSortKey);
2856 proto.write(NotificationProto.SORT_KEY, this.mSortKey);
2925 if (this.mSortKey != null) {
2927 sb.append(this.mSortKey);
4079 mN.mSortKey
[all...]

Completed in 120 milliseconds