Searched refs:mSortKey (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/recommendation/src/android/support/app/recommendation/ |
D | ContentRecommendation.java | 331 private String mSortKey; field in ContentRecommendation 356 mSortKey = builder.mBuilderSortKey; in ContentRecommendation() 473 mSortKey = sortKey; in setSortKey() 482 return mSortKey; in getSortKey() 1098 builder.setSortKey(mSortKey); in getNotificationObject()
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | NotificationCompat.java | 703 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mContentView, b.mBigContentView); in build() 745 b.mPeople, b.mExtras, b.mGroupKey, b.mGroupSummary, b.mSortKey, in build() 768 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mContentView, b.mBigContentView, in build() 809 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mContentView, b.mBigContentView, in build() 845 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mRemoteInputHistory, b.mContentView, in build() 868 b.mGroupKey, b.mGroupSummary, b.mSortKey, b.mRemoteInputHistory, b.mContentView, in build() 1039 String mSortKey; field in NotificationCompat.Builder 1585 mSortKey = sortKey; in setSortKey()
|