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

1 2 3 45 6 7 8 910

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 412 "title TEXT," +
555 final int titleIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.TITLE);
574 values.put(LauncherSettings.Favorites.TITLE, c.getString(titleIndex));
1197 final String title = a.getString(R.styleable.Favorite_title); local
1220 String title; local
    [all...]
LauncherBackupHelper.java 110 Favorites.TITLE, // 16
797 String title = c.getString(TITLE_INDEX); local
798 if (!TextUtils.isEmpty(title)) {
799 favorite.title = 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 298 "title TEXT," +
377 final int titleIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.TITLE);
396 values.put(LauncherSettings.Favorites.TITLE, c.getString(titleIndex));
875 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/Camera2/src/com/android/camera/
Storage.java 95 public static Uri addImage(ContentResolver resolver, String title, long date,
99 return addImage(resolver, title, date, location, orientation, exif, jpeg, width, height,
104 public static Uri addImage(ContentResolver resolver, String title, long date,
108 String path = generateFilepath(title);
110 return addImage(resolver, title, date, location, orientation,
115 public static ContentValues getContentValuesForData(String title,
120 values.put(ImageColumns.TITLE, title);
121 values.put(ImageColumns.DISPLAY_NAME, title + JPEG_POSTFIX);
139 public static Uri addImage(ContentResolver resolver, String title,
    [all...]
  /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 33 private static final String TITLE = "TITLE";
69 return CommonResources.makeHtmlPageFrom("<title>" + TITLE + "</title> " + headers, body);
164 for (String title : pageTitles) {
166 CommonResources.makeHtmlPageFrom("<title>" + title + "</title>", ""),
223 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/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 288 Groups.TITLE,
298 public static final int TITLE = 5;
800 final String title = cursor.getString(GroupQuery.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 579 values.put(Groups.TITLE, label);
637 values.put(Groups.TITLE, label);
718 values.put(Groups.TITLE, label);
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 713 AudioColumns.TITLE,
719 final int TITLE = 1;
731 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(SongQuery.TITLE));
    [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...

Completed in 1628 milliseconds

1 2 3 45 6 7 8 910