Searched refs:TITLE (Results 1 - 11 of 11) sorted by relevance

/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
H A DConstants.java32 public static final String TITLE = "title"; field in class:Constants
H A DCalendarQueryService.java31 import static com.example.android.wearable.agendadata.Constants.TITLE;
78 CalendarContract.Instances.TITLE,
145 int titleIdx = cursor.getColumnIndex(CalendarContract.Instances.TITLE);
257 data.putString(TITLE, title);
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
H A DConstants.java27 public static final String TITLE = "title"; field in class:Constants
H A DHomeListenerService.java27 import static com.example.android.wearable.agendadata.Constants.TITLE;
124 .setContentTitle(data.getString(TITLE))
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
H A DMyRssReader4.java61 new String[]{RssContentProvider.TITLE}, // Columns to retrieve.
153 vals.put(RssContentProvider.TITLE, data.getStringExtra(RssContentProvider.TITLE));
H A DRssContentProvider.java61 public static final String TITLE = "title"; field in class:RssContentProvider
65 public static final String DEFAULT_SORT_ORDER = TITLE + " DESC";
77 TITLE + " TEXT," +
H A DAddRssItem.java48 res.putExtra(RssContentProvider.TITLE, title);
H A DMyRssReader5.java70 new String[]{RssContentProvider.TITLE}, // Columns to retrieve.
190 vals.put(RssContentProvider.TITLE, data.getStringExtra(RssContentProvider.TITLE));
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
H A DMusicRetriever.java80 int titleColumn = cur.getColumnIndex(MediaStore.Audio.Media.TITLE);
/development/apps/Development/src/com/android/development/
H A DMediaScannerActivity.java180 map.put(MediaStore.MediaColumns.TITLE,
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
H A DContactManager.java67 Groups.TITLE + "=?",
84 contentValues.put(Groups.TITLE, SAMPLE_GROUP_NAME);

Completed in 223 milliseconds