HomeSort by relevance Sort by last modified time
    Searched refs:TITLE (Results 201 - 225 of 347) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java 74 private static final String COLUMN_LABEL = MediaStore.Audio.Media.TITLE;
715 // Set text as the title of the ringtone
MediaProvider.java 193 "NULL AS itemorder" // We should be sorting by the artist/album/title keys, but that
201 MediaStore.Audio.Media.TITLE,
721 "_data,_size,_display_name,mime_type,title,date_added," +
1197 String title = null; local
1997 String title = null; local
2254 String title = values.getAsString(MediaStore.MediaColumns.TITLE); local
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/widget/
VideoView2Impl.java 746 // Save file name as title since the file may not have a title Metadata.
1047 String title = mRetriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_TITLE); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 86 CalendarContract.Events.TITLE + " ASC";
108 Instances.TITLE, // 1
514 vh.title.setTextColor(mSelectedItemTextColor);
1282 String title = ""; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 70 Events.TITLE, // 1
1215 String title = model.mTitle; local
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardImporterTests.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 288 if (modelShortcut.title.toString().equals(shortcut.title.toString()) &&
424 String transaction = "DbDebug Modify item (" + item.title + ") in db, id: " + item.id +
456 String transaction = "DbDebug Modify item (" + item.title + ") in db, id: " + item.id +
498 * we identify a shortcut by its title and intent.
500 static boolean shortcutExists(Context context, String title, Intent intent) {
503 new String[] { "title", "intent" }, "title=? and intent=?",
504 new String[] { title, intent.toUri(0) }, null);
576 final int titleIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.TITLE);
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 197 protected long createGroup(Account account, String sourceId, String title) {
198 return createGroup(account, sourceId, title, 1, false, false);
201 protected long createGroup(Account account, String sourceId, String title, int visible) {
202 return createGroup(account, sourceId, title, visible, false, false);
210 protected long createGroup(Account account, String sourceId, String title,
214 values.put(Groups.TITLE, title);
695 protected long assertSingleGroup(Long rowId, Account account, String sourceId, String title) {
699 long actualRowId = assertGroup(c, rowId, account, sourceId, title);
729 protected long assertGroup(Cursor c, Long rowId, Account account, String sourceId, String title) {
1417 private final String title; field in class:BaseContactsProvider2Test.GoldenContact
1536 private String title; field in class:BaseContactsProvider2Test.GoldenContactBuilder
1594 public GoldenContactBuilder title(String value) { method in class:BaseContactsProvider2Test.GoldenContactBuilder
    [all...]
  /system/iot/attestation/at-factory-tool/
atft.py 287 self.TITLE += ' ' + self.ATFT_VERSION
486 # Title
487 self.TITLE = ['Google Android Things Factory Tool',
755 # Device Output Title
770 # Device Output Title
801 # Command Output Title
821 self.SetTitle(self.TITLE)
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 311 * are the same then we sort alphabetically on the title. This isn't
314 public static final String SORT_CALENDAR_VIEW = "begin ASC, end DESC, title ASC";
355 CalendarContract.Events.TITLE,
392 ALLOWED_IN_EXCEPTION.add(Events.TITLE);
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 156 final String title; local
164 title = _title.toString ();
167 final HTMLDocument page = createPage (title);
334 // TODO: set title [from a prop?]
350 final IElementList title = new ElementList (); local
351 title.add (new Text ("COVERAGE SUMMARY FOR PACKAGE [", true));
352 title.add (itemname);
353 title.add (new Text ("]", true));
355 page.addH (1, title, null);
451 // TODO: set title [from a prop?
467 final IElementList title = new ElementList (); local
644 final IElementList title = new ElementList (); local
1359 IContent title = m_pageTitle; local
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.xml/
bcel.md 167 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
xalan.md 174 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
xerces.md 172 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
xmlresolver.md 168 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.xml.crypto/
santuario.md 170 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.xml.bind/
xmlresolver.md 168 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  /prebuilts/jdk/jdk9/linux-x86/legal/java.xml/
bcel.md 167 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
xalan.md 174 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
xerces.md 172 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
xmlresolver.md 168 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  /prebuilts/jdk/jdk9/linux-x86/legal/java.xml.crypto/
santuario.md 170 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 

Completed in 713 milliseconds

1 2 3 4 5 6 7 891011>>