/packages/apps/Settings/src/com/android/settings/notification/ |
SoundSettings.java | 412 // Fetch the ringtone title from the media provider 414 new String[] { MediaStore.Audio.Media.TITLE }, null, null, null); 425 // Unknown title for the ringtone
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ExchangeSource.java | 260 kind.fieldList.add(new EditField(Organization.TITLE, R.string.ghostData_title,
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
SearchIndexManagerTest.java | 202 values.put(Organization.TITLE, "Director");
|
BaseContactsProvider2Test.java | 189 protected long createGroup(Account account, String sourceId, String title) { 190 return createGroup(account, sourceId, title, 1, false, false); 193 protected long createGroup(Account account, String sourceId, String title, int visible) { 194 return createGroup(account, sourceId, title, visible, false, false); 202 protected long createGroup(Account account, String sourceId, String title, 206 values.put(Groups.TITLE, title); 687 protected long assertSingleGroup(Long rowId, Account account, String sourceId, String title) { 691 long actualRowId = assertGroup(c, rowId, account, sourceId, title); 721 protected long assertGroup(Cursor c, Long rowId, Account account, String sourceId, String title) { [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
UnicodeProperty.java | 402 public final int RAW = 0, TITLE = 1, NORMAL = 2; 410 pretty = regularize(name, style == TITLE); [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
UnicodeProperty.java | 401 public final int RAW = 0, TITLE = 1, NORMAL = 2; 409 pretty = regularize(name, style == TITLE); [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...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherProvider.java | 603 "title TEXT," + [all...] |
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaProvider.java | 190 "NULL AS itemorder" // We should be sorting by the artist/album/title keys, but that 198 MediaStore.Audio.Media.TITLE, 707 "_data,_size,_display_name,mime_type,title,date_added," + 713 "_data,_size,_display_name,mime_type,title,date_added," + 2211 String title = null; local 3177 String title = values.getAsString(MediaStore.MediaColumns.TITLE); local [all...] |
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardImporterTests.java | [all...] |
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/ |
parser.js | 496 if (tn === $.TITLE || tn === $.TEXTAREA) [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | [all...] |
Contacts.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/CalendarProvider/src/com/android/providers/calendar/ |
CalendarProvider2.java | 304 * are the same then we sort alphabetically on the title. This isn't 307 public static final String SORT_CALENDAR_VIEW = "begin ASC, end DESC, title ASC"; 348 CalendarContract.Events.TITLE, 385 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...] |
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackService.java | 131 MediaStore.Audio.Media.TITLE, [all...] |
/prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/ |
commons-validator-1.2.0.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/ |
doxia-module-apt-1.0.jar | |
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/ |
parse5.js | 228 'xlink:title': {prefix: 'xlink', name: 'title', namespace: NS.XLINK}, 393 return ns === NS.SVG && (tn === $.FOREIGN_OBJECT || tn === $.DESC || tn === $.TITLE); 549 TITLE: 'title', 646 SPECIAL_ELEMENTS[NS.HTML][$.TITLE] = true; 662 SPECIAL_ELEMENTS[NS.SVG][$.TITLE] = true; [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaScannerTest.java | 485 MediaStore.Audio.Media.TITLE,
|
/cts/tests/tests/provider/src/android/provider/cts/ |
CalendarTest.java | 313 Events.TITLE, 371 values.put(Events.TITLE, "TITLE:" + seedString); 483 values.put(Events.TITLE, "TITLE:" + seedString); 1918 String title = ExtendedPropertiesHelper.lookupValueByName(mContentResolver, eventId1, local 1936 String title = ExtendedPropertiesHelper.lookupValueByName(mContentResolver, eventId1, local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UCaseProps.java | 457 /** @return NONE, LOWER, UPPER, TITLE */ [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UCaseProps.java | 453 /** @return NONE, LOWER, UPPER, TITLE */ [all...] |