Searched defs:sortKey (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v4/api20/android/support/v4/app/
H A DNotificationCompatApi20.java43 String sortKey) {
73 .setSortKey(sortKey);
36 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/v4/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java44 String sortKey) {
90 if (sortKey != null) {
91 mExtras.putString(NotificationCompatJellybean.EXTRA_SORT_KEY, sortKey);
37 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java67 String sortKey) {
98 .setSortKey(sortKey)
59 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java42 static final String EXTRA_SORT_KEY = "android.support.sortKey";
76 Bundle extras, String groupKey, boolean groupSummary, String sortKey) {
117 if (sortKey != null) {
118 mExtras.putString(EXTRA_SORT_KEY, sortKey);
70 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java461 * @param sortKey A String containing the sort key for this recommendation.
463 public void setSortKey(String sortKey) { argument
464 mSortKey = sortKey;
856 * @param sortKey A String containing the sort key for this recommendation.
859 public Builder setSortKey(@Nullable String sortKey) { argument
860 mBuilderSortKey = sortKey;
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java1387 public Builder setSortKey(String sortKey) { argument
1388 mSortKey = sortKey;
/frameworks/base/core/java/android/app/
H A DNotification.java1882 sb.append(" sortKey=");
2701 public Builder setSortKey(String sortKey) { argument
2702 mSortKey = sortKey;

Completed in 158 milliseconds