Home | History | Annotate | Download | only in slice

Lines Matching refs:hints

277     Slice(ArrayList<SliceItem> items, @SliceHint String[] hints, Uri uri, SliceSpec spec) {
278 mHints = hints;
317 * @return All hints associated with this Slice.
409 * Add hints to the Slice being constructed
411 public Builder addHints(@SliceHint List<String> hints) {
412 mHints.addAll(hints);
446 List<String> hints = s.getHints();
448 mItems.add(new SliceItem(action, s, SliceItem.FORMAT_ACTION, subType, hints.toArray(
449 new String[hints.size()])));
459 @SliceHint List<String> hints) {
460 hints));
470 @SliceHint List<String> hints) {
472 mItems.add(new SliceItem(icon, SliceItem.FORMAT_IMAGE, subType, hints));
483 @SliceHint List<String> hints) {
486 subType, hints));
496 @SliceHint List<String> hints) {
497 mItems.add(new SliceItem(value, SliceItem.FORMAT_INT, subType, hints));
507 @SliceHint List<String> hints) {
508 return addLong(time, subType, hints);
517 @SliceHint List<String> hints) {
519 hints.toArray(new String[hints.size()])));
531 @SliceHint List<String> hints) {
534 hints));