Searched refs:KEY_TITLE (Results 1 – 5 of 5) sorted by relevance
32 private static final String KEY_TITLE = "title"; field in ContentFragment43 bundle.putCharSequence(KEY_TITLE, title); in newInstance()67 title.setText("Title: " + args.getCharSequence(KEY_TITLE)); in onViewCreated()
32 public static final String KEY_TITLE = "title"; field in Constants
108 args.putString(CardFragment.KEY_TITLE, "Row:" + rowNum); in newInstance()
127 putDataMapRequest.getDataMap().putString(Constants.KEY_TITLE, title); in buildWearableOnlyNotification()
96 String title = dataMap.getString(Constants.KEY_TITLE); in onDataChanged()