HomeSort by relevance Sort by last modified time
    Searched refs:TITLE (Results 101 - 125 of 236) sorted by null

1 2 3 45 6 7 8 910

  /packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java 169 p.mLabelColumn = MediaStore.Audio.Media.TITLE;
MediaDocumentsProvider.java 713 AudioColumns.TITLE,
719 final int TITLE = 1;
731 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(SongQuery.TITLE));
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 416 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.TITLE,
417 android.provider.Contacts.Organizations.TITLE);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 278 "title TEXT," +
357 final int titleIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.TITLE);
376 values.put(LauncherSettings.Favorites.TITLE, c.getString(titleIndex));
855 String title; local
    [all...]
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java 141 MediaStore.Audio.Media.TITLE,
150 MediaStore.Audio.Media.TITLE,
449 // For compilation albums show only the album title,
624 int titleidx = c.getColumnIndex(MediaStore.Audio.Media.TITLE);
628 String title = c.getString(titleidx); local
633 title != null &&
634 title.startsWith("recording")) {
676 MediaStore.Audio.Media.TITLE));
747 CharSequence title = null; local
754 title = mCurrentTrackName
    [all...]
QueryBrowserActivity.java 134 String title = intent.getStringExtra(MediaStore.EXTRA_MEDIA_TITLE); local
136 if (focus.startsWith("audio/") && title != null) {
137 mFilterString = title;
327 MediaStore.Audio.Media.TITLE,
440 MediaStore.Audio.Media.TITLE));
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 118 /** The title of the photo. String value. */
119 public static final String TITLE = "title";
151 /** The title of the album. String value. */
152 public static final String TITLE = "title";
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java 39 private static final String TITLE = "Android System Trace";
97 setTitle(TITLE);
  /external/libvorbis/doc/
05-comment.tex 73 comment[1]="TITLE=the sound of Vorbis";
99 \item[TITLE]
104 versions of the same track title in a single collection. (e.g. remix
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 63 Snapshots.TITLE,
280 TextView title = (TextView) view.findViewById(R.id.title); local
281 title.setText(cursor.getString(SNAPSHOT_TITLE));
  /packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java 104 History.TITLE,
133 } else if (key.equals("title")) {
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java 58 CalendarAlerts.TITLE, // 1
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncParser.java 475 cv.put(Events.TITLE, getValue());
    [all...]
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
QuickLaunchSettings.java 67 Bookmarks.SHORTCUT, Bookmarks.TITLE, Bookmarks.INTENT
86 /** The bookmark title of the shortcut that is being cleared. */
240 // Pass an empty title so it gets resolved each time this bookmark is
306 CharSequence title = Bookmarks.getTitle(this, c); local
309 * The title retrieved from Bookmarks.getTitle() will be in
311 * Try to look up a localized title from the PackageManager.
320 title = info.loadLabel(packageManager);
323 // Just use the non-localized title, then.
326 pref.setTitle(title);
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientShouldOverrideUrlLoadingTest.java 41 private final static String TITLE = "TITLE";
134 return CommonResources.makeHtmlPageFrom("<title>" + TITLE + "</title> " + headers, body);
229 for (String title: pageTitles) {
231 CommonResources.makeHtmlPageFrom("<title>" + title + "</title>", ""),
288 assertEquals(TITLE, getTitleOnUiThread(awContents))
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.cc 33 "urls.title AS title, android_urls.raw_url AS url, "
342 if (row.is_value_set_explicitly(HistoryAndBookmarkRow::TITLE) ||
782 url_row.set_title(i->title);
957 projections.push_back(HistoryAndBookmarkRow::TITLE);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 288 Groups.TITLE,
298 public static final int TITLE = 5;
799 final String title = cursor.getString(GroupQuery.TITLE); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 341 "title TEXT," +
477 final int titleIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.TITLE);
496 values.put(LauncherSettings.Favorites.TITLE, c.getString(titleIndex));
1079 final String title = a.getString(R.styleable.Favorite_title); local
1102 String title; local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 331 Organizations._ID, Organizations.COMPANY, Organizations.TITLE,
357 value.put(Organizations.TITLE, insertOrganizationsTitle);
380 value.put(Organizations.TITLE, updateOrganizationsTitle);
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 572 values.put(Groups.TITLE, label);
630 values.put(Groups.TITLE, label);
711 values.put(Groups.TITLE, label);
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java 606 if (name.equalsIgnoreCase("title") || name.startsWith("title;")) {
609 // inserting the title in to the database.
767 map.put(MediaStore.MediaColumns.TITLE, mTitle);
823 String title = values.getAsString(MediaStore.MediaColumns.TITLE);
824 if (title == null || TextUtils.isEmpty(title.trim())) {
825 title = MediaFile.getFileTitle(values.getAsString(MediaStore.MediaColumns.DATA));
826 values.put(MediaStore.MediaColumns.TITLE, title)
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 118 column = MediaColumns.TITLE;
367 // first try title
373 // if title and name fail, extract name from full path
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetService.java 60 BrowserContract.Bookmarks.TITLE,
222 String title = mBookmarks.getString(BOOKMARK_INDEX_TITLE); local
235 // Set the title of the bookmark. Use the url as a backup.
236 String displayTitle = title;
238 // The browser always requires a title for bookmarks, but jic...
  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 232 * <li> Events.TITLE </li>
373 // The title might not be necessary, but it makes it easier
375 String title = mModel.mTitle; local
376 values.put(Events.TITLE, title);

Completed in 760 milliseconds

1 2 3 45 6 7 8 910