/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsActor.java | 493 values.put(ContactsContract.Groups.TITLE, groupName);
|
SearchIndexManagerTest.java | 182 values.put(Organization.TITLE, "Director");
|
BaseContactsProvider2Test.java | 178 protected long createGroup(Account account, String sourceId, String title) { 179 return createGroup(account, sourceId, title, 1, false, false); 182 protected long createGroup(Account account, String sourceId, String title, int visible) { 183 return createGroup(account, sourceId, title, visible, false, false); 191 protected long createGroup(Account account, String sourceId, String title, 195 values.put(Groups.TITLE, title); 633 protected long assertSingleGroup(Long rowId, Account account, String sourceId, String title) { 637 long actualRowId = assertGroup(c, rowId, account, sourceId, title); 667 protected long assertGroup(Cursor c, Long rowId, Account account, String sourceId, String title) { 1278 private final String title; field in class:BaseContactsProvider2Test.GoldenContact 1397 private String title; field in class:BaseContactsProvider2Test.GoldenContactBuilder 1455 public GoldenContactBuilder title(String value) { method in class:BaseContactsProvider2Test.GoldenContactBuilder [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/providers/MediaProvider/src/com/android/providers/media/ |
MediaProvider.java | 180 "NULL AS itemorder" // We should be sorting by the artist/album/title keys, but that 188 MediaStore.Audio.Media.TITLE, 661 "_data,_size,_display_name,mime_type,title,date_added," + 667 "_data,_size,_display_name,mime_type,title,date_added," + 673 "date_modified,title,title_key,duration,artist_id,composer,album_id," + 679 "date_modified,title,title_key,duration,artist_id,composer,album_id," + 685 "date_modified,title,title_key,duration,artist_id,composer,album_id," + 691 "title,duration,artist,album,resolution,description,isprivate,tags," + 698 "title,duration,artist,album,resolution,description,isprivate,tags," + 2161 String title = c.getString(c.getColumnIndex(MediaStore.Audio.Media.TITLE)); local 3098 String title = values.getAsString(MediaStore.MediaColumns.TITLE); local [all...] |
/external/chromium_org/chrome/browser/history/android/ |
android_provider_backend_unittest.cc | 285 ASSERT_EQ(title3, url_row.title()); 432 projections.push_back(HistoryAndBookmarkRow::TITLE); 524 EXPECT_EQ(row1.title(), 525 delegate_.modified_details()->changed_urls[0].title()); 531 EXPECT_EQ(row1.title(), child->GetTitle()); 542 EXPECT_EQ(row2.title(), 543 delegate_.modified_details()->changed_urls[0].title()); 552 projections.push_back(HistoryAndBookmarkRow::TITLE); 564 EXPECT_EQ(row1.title(), statement->statement()->ColumnString16(2)); 579 EXPECT_EQ(row2.title(), statement->statement()->ColumnString16(2)) [all...] |
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardImporterTests.java | [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsDatabaseHelper.java | [all...] |
/frameworks/base/core/java/android/provider/ |
Settings.java | 6409 String title = cursor.getString(titleColumn); local [all...] |
Contacts.java | [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherModel.java | 277 if (modelShortcut.title.toString().equals(shortcut.title.toString()) && 413 String transaction = "DbDebug Modify item (" + item.title + ") in db, id: " + item.id + 445 String transaction = "DbDebug Modify item (" + item.title + ") in db, id: " + item.id + 487 * we identify a shortcut by its title and intent. 489 static boolean shortcutExists(Context context, String title, Intent intent) { 492 new String[] { "title", "intent" }, "title=? and intent=?", 493 new String[] { title, intent.toUri(0) }, null); 558 final int titleIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.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...] |
/device/asus/grouper/keymaster/ |
NOTICE | 191 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
/device/asus/grouper/self-extractors/nvidia/staging/keymaster/ |
NOTICE | 191 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
/device/asus/tilapia/self-extractors/nvidia/staging/keymaster/ |
NOTICE | 191 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
/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/Exchange/src/com/android/exchange/adapter/ |
ContactsSyncParser.java | 102 String title = null; local 137 title = getValue(); 340 ops.addOrganization(entity, Organization.TYPE_WORK, companyName, title, department, [all...] |
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackService.java | 131 MediaStore.Audio.Media.TITLE, [all...] |
/external/chromium_org/chrome/browser/resources/local_ntp/ |
local_ntp.js | 46 TITLE: 'mv-title' 259 * The filename for a most visited iframe src which shows a page title. 263 var MOST_VISITED_TITLE_IFRAME = 'title.html'; 557 // The iframe which renders the page title. 580 titleElement.id = 'title-' + rid; 586 titleElement.className = CLASSES.TITLE; 616 blacklistButton.title = configData.translatedStrings.removeThumbnailTooltip;
|
/external/oprofile/libpp/ |
xml_utils.cpp | 262 cout << init_attr(TITLE, "opreport " + command_options);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
GlobalScreenshot.java | 207 values.put(MediaStore.Images.ImageColumns.TITLE, mImageFileName);
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserBookmarksPage.java | 439 String title = cursor.getString(BookmarksLoader.COLUMN_INDEX_TITLE); local 445 crumbs.pushView(title, uri); 455 String title = cursor.getString(BookmarksLoader.COLUMN_INDEX_TITLE); local 458 return BookmarkUtils.createAddToHomeIntent(context, url, title, touchIcon, favicon); 513 item.putString(BrowserContract.Bookmarks.TITLE, 538 String title = cursor.getString(BookmarksLoader.COLUMN_INDEX_TITLE); local 540 BookmarkUtils.displayRemoveBookmarkDialog(id, title, context, null);
|
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider.java | 71 "_id", "url", "title", "bookmark", "user_entered" 75 + " OR title LIKE ?) AND (bookmark = 1 OR user_entered = 1)"; 259 "title TEXT," + 278 db.execSQL("INSERT INTO bookmarks (title, url, visits, " + 319 "title TEXT," + 433 db.execSQL("INSERT INTO bookmarks (title, url, visits, " + 721 * Provides the title (text line 1) for a browser suggestion, which should be the 722 * webpage title. If the webpage title is empty, returns the stripped url instead. 724 * @return the title string to us [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarController.java | 125 // date range has changed, update the title 362 * @param title The title of the event 367 long selectedMillis, String title, long calendarId) { 388 info.eventTitle = title; 493 // Store the formatting flags if this is an update to the title 737 String title, long calendarId) { 738 Intent intent = generateCreateEventIntent(startMillis, endMillis, allDayEvent, title, 745 boolean allDayEvent, String title, long calendarId) { 752 intent.putExtra(Events.TITLE, title) [all...] |