Home
last modified time | relevance | path

Searched refs:TITLE (Results 1 – 25 of 28) sorted by relevance

12

/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssContentProvider.java61 public static final String TITLE = "title"; field in RssContentProvider
65 public static final String DEFAULT_SORT_ORDER = TITLE + " DESC";
77 TITLE + " TEXT," + in onCreate()
DMyRssReader4.java61 new String[]{RssContentProvider.TITLE}, // Columns to retrieve. in onCreate()
153 … vals.put(RssContentProvider.TITLE, data.getStringExtra(RssContentProvider.TITLE)); in onActivityResult()
DMyRssReader5.java70 new String[]{RssContentProvider.TITLE}, // Columns to retrieve. in onCreate()
190 … vals.put(RssContentProvider.TITLE, data.getStringExtra(RssContentProvider.TITLE)); in onActivityResult()
DAddRssItem.java48 res.putExtra(RssContentProvider.TITLE, title);
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
DConstants.java27 public static final String TITLE = "title"; field in Constants
DHomeListenerService.java27 import static com.example.android.wearable.agendadata.Constants.TITLE;
124 .setContentTitle(data.getString(TITLE)) in UpdateNotificationForDataItem()
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
DConstants.java32 public static final String TITLE = "title"; field in Constants
DCalendarQueryService.java31 import static com.example.android.wearable.agendadata.Constants.TITLE;
78 CalendarContract.Instances.TITLE,
145 int titleIdx = cursor.getColumnIndex(CalendarContract.Instances.TITLE); in queryEvents()
257 data.putString(TITLE, title); in toPutDataMapRequest()
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DMusicRetriever.java80 int titleColumn = cur.getColumnIndex(MediaStore.Audio.Media.TITLE); in prepare()
/development/apps/Development/src/com/android/development/
DMediaScannerActivity.java180 map.put(MediaStore.MediaColumns.TITLE, in addAlbum()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java67 Groups.TITLE + "=?", in ensureSampleGroupExists()
84 contentValues.put(Groups.TITLE, SAMPLE_GROUP_NAME); in ensureSampleGroupExists()
/development/apps/Development/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/development/apps/Fallback/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/development/apps/GestureBuilder/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/development/apps/CustomLocale/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/development/samples/CubeLiveWallpaper/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/development/samples/VoicemailProviderDemo/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/development/apps/DevelopmentSettings/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/development/samples/AccelerometerPlay/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/development/apps/SdkSetup/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/development/apps/launchperf/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/development/apps/BluetoothDebug/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/development/apps/OBJViewer/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/development/cmds/monkey/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/development/samples/Home/
DNOTICE161 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A

12