Searched refs:KEY_TITLE (Results 1 – 7 of 7) sorted by relevance
73 private static final String KEY_TITLE = "title"; field in DialogHelperImpl89 bundle.putString(KEY_TITLE, title); in showErrorMessageDialog()100 String title = args.getString(KEY_TITLE); in handleOnCreateDialog()
30 private static final String KEY_TITLE = "PackageShortcutActivity.title"; field in PackageShortcutActivity40 i.putExtra(KEY_TITLE, title); in getLaunchIntent()63 setTitle(i.getStringExtra(KEY_TITLE)); in onCreate()
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()
96 String title = dataMap.getString(Constants.KEY_TITLE); in onDataChanged()
127 putDataMapRequest.getDataMap().putString(Constants.KEY_TITLE, title); in buildWearableOnlyNotification()