/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 474 while (c.moveToNext()) { in aggregateInTransaction() 624 while (cursor.moveToNext()) { in markAllVisibleForAggregation() 786 while (rawContactsToAccountsCursor.moveToNext()) { in aggregateContact() 921 while (c.moveToNext()) { in clearSuperPrimarySetting() 1249 while (cursor.moveToNext()) { in findIdPairs() 1324 while (cursor.moveToNext()) { in updateAggregationAfterVisibilityChange() 1421 while (c.moveToNext()) { in prefetchAggregationExceptionIds() 1481 while (c.moveToNext()) { in pickBestMatchBasedOnExceptions() 1605 while (c.moveToNext()) { in loadNameMatchCandidates() 1669 while (c.moveToNext()) { in updateMatchScoresBasedOnIdentityMatch() [all …]
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/protos/mock/ |
D | MockUiProviderTests.java | 68 while (cursor.moveToNext()) { in testGetFolders() 93 while (foldersCursor.moveToNext()) { in testGetFolders() 138 while (childFoldersCursor.moveToNext()) { in testGetFolders() 161 while (convFoldersCursor.moveToNext()) { in testGetFolders() 192 while (messageCursor.moveToNext()) { in testGetFolders() 219 while (attachmentCursor.moveToNext()) { in testGetFolders() 254 while (cursor.moveToNext()) { in traverseUri()
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | SyncCalendarTest.java | 78 cursor.moveToNext(); in testEditEventTitle() 92 while (cursor.moveToNext()) { in testEditEventTitle() 106 cursor.moveToNext(); in testEditEventDate() 124 while (cursor.moveToNext()){ in testEditEventDate() 138 cursor.moveToNext(); in testEditEventDescription() 154 while (cursor.moveToNext()){ in testEditEventDescription()
|
D | CalendarDatabaseHelperTest.java | 468 while (goodCursor.moveToNext()) { in testSchemasEqualForAllTables() 478 assertTrue("Should have same number of tables", badCursor.moveToNext()); in testSchemasEqualForAllTables() 511 assertFalse("Should have same number of tables", badCursor.moveToNext()); in testSchemasEqualForAllTables() 539 while(c1.moveToNext() && c2.moveToNext()) { in compareCursors()
|
D | CalendarProvider2Test.java | 387 while (cursor.moveToNext()) { in execute() 462 while (cursor.moveToNext()) { in execute() 1035 while (cursor.moveToNext()) { in dumpCursor() 1220 while (cursor.moveToNext()) { in deleteMatchingEvents() 1251 while (cursor.moveToNext()) { in updateMatchingEvents() 1315 while (cursor.moveToNext()) { in updateMatchingEventsStatusOnly() 2074 cursor.moveToNext(); in testAttendees() 2091 cursor.moveToNext(); in testAttendees() 2097 cursor.moveToNext(); in testAttendees() 2115 cursor.moveToNext(); in testAttendees() [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 680 assertTrue(c.moveToNext()); in assertSingleGroup() 682 assertFalse(c.moveToNext()); in assertSingleGroup() 693 assertTrue(c.moveToNext()); in assertSingleGroupMembership() 695 assertFalse(c.moveToNext()); in assertSingleGroupMembership() 790 assertFalse(c.moveToNext()); in assertNoRowsAndClose() 820 assertTrue(c.moveToNext()); in assertDirty() 822 assertFalse(c.moveToNext()); in assertDirty() 828 assertTrue(c.moveToNext()); in getVersion() 830 assertFalse(c.moveToNext()); in getVersion() 1101 while (cursor.moveToNext()) { in assertCursorHasAnyRecordMatch() [all …]
|
D | ContactDirectoryManagerTest.java | 184 cursor.moveToNext(); in testScanAllProviders() 189 cursor.moveToNext(); in testScanAllProviders() 240 cursor.moveToNext(); in testPackageInstalled() 340 cursor.moveToNext(); in testPackageReplaced() 407 cursor.moveToNext(); in testPackageRenamed()
|
D | ContactsProvider2Test.java | 875 cursor.moveToNext(); in assertDataRows() 879 cursor.moveToNext(); in assertDataRows() 967 cursor.moveToNext(); in assertEntityRows() 984 cursor.moveToNext(); in assertEntityRows() 2022 rewritten.moveToNext(); in testRewriteCorpPhoneLookup() 3555 c.moveToNext(); in testPhonesWithStatusUpdate() 4483 assertTrue(c.moveToNext()); in testSendToVoicemailDefault() 4657 assertTrue(c.moveToNext()); in testStatusUpdateMatchingImOrEmail() 4659 assertTrue(c.moveToNext()); in testStatusUpdateMatchingImOrEmail() 4661 assertTrue(c.moveToNext()); in testStatusUpdateMatchingImOrEmail() [all …]
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 306 while (cursor.moveToNext()) { in queryChildDocuments() 319 while (cursor.moveToNext()) { in queryChildDocuments() 328 while (cursor.moveToNext()) { in queryChildDocuments() 341 while (cursor.moveToNext()) { in queryChildDocuments() 349 while (cursor.moveToNext()) { in queryChildDocuments() 357 while (cursor.moveToNext()) { in queryChildDocuments() 366 while (cursor.moveToNext()) { in queryChildDocuments() 393 while (cursor.moveToNext() && result.getCount() < 64) { in queryRecentDocuments() 401 while (cursor.moveToNext() && result.getCount() < 64) { in queryRecentDocuments()
|
D | MediaProvider.java | 1955 while (cursor.moveToNext()) { in updateBucketNames() 1992 while (cursor.moveToNext()) { in updateDisplayName() 2196 if (c == null || c.getCount() != 1 || !c.moveToNext()) { in canonicalize() 2234 if (c != null && c.getCount() == 1 && c.moveToNext() && in uncanonicalize() 2249 if (!c.moveToNext()) { in uncanonicalize() 3265 if (c != null && c.moveToNext()) { in getObjectReferences() 3291 if (c != null && c.moveToNext()) { in setObjectReferences() 3324 if (c != null && c.moveToNext()) { in setObjectReferences() 3375 cursor.moveToNext(); in updateGenre() 3724 while (c.moveToNext()) { in onMediaScannerConnected() [all …]
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarDatabaseHelper.java | 2326 if (cursor.moveToNext()) { in upgradeToVersion203() 2490 while (cursor.moveToNext()) { in upgradeToVersion200() 2545 while (cursor.moveToNext()) { in upgradeToVersion69() 2739 while (cursor.moveToNext()) { in upgradeToVersion62() 2938 while (cursor.moveToNext()) { in upgradeToVersion56() 2960 while (cursor.moveToNext()) { in upgradeResync() 3045 while (cursor.moveToNext()) { in upgradeToVersion52() 3062 if (recur.moveToNext()) { in upgradeToVersion52() 3111 while (cursor.moveToNext()) { in dropTables() 3458 if (cursor.moveToNext()) { in removeDuplicateEvent()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | MetadataDbHelper.java | 372 } while (cursor.moveToNext()); in saveLastUpdateTimeOfUri() 441 } while (cursor.moveToNext()); in getOldestUpdateTime() 558 if (cursor.moveToNext()) { in getFirstLineAsContentValues() 660 } while (cursor.moveToNext()); in getDownloadRecordsForDownloadId() 900 } while (cursor.moveToNext()); in registerMetadataDownloadId() 944 } while (c.moveToNext()); in markEntryAsFinishedDownloadingAndInstalled()
|
/packages/apps/Browser/src/com/android/browser/homepages/ |
D | Template.java | 62 boolean moveToNext(); in moveToNext() method 109 while (iter.moveToNext()) { in write() 125 public boolean moveToNext() { in moveToNext() method in Template.CursorListEntityWrapper 126 return mCursor.moveToNext(); in moveToNext()
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
D | WidgetDatabaseHelper.java | 117 while (cursor.moveToNext()) { in saveData() 133 while (cursor.moveToNext()) { in saveData() 240 if (cursor == null || !cursor.moveToNext()) { in getEntry() 266 while (cursor.moveToNext()) { in getEntries()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherProvider.java | 623 while (c.moveToNext()) { in copyFromCursor() 928 while (c.moveToNext()) { in updateContactsShortcuts() 1006 while (c.moveToNext()) { in normalizeIcons() 1083 if (c != null && c.moveToNext()) { in initializeMaxItemId() 1124 if (c != null && c.moveToNext()) { in initializeMaxScreenId() 1165 while (c != null && c.moveToNext()) { in convertWidgets() 1305 if (c != null && c.moveToNext()) { in getMaxScreenRank() 1409 while (c.moveToNext()) { in migrateLauncher2Shortcuts()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 2877 while (c.moveToNext()) { in upgradeToVersion202() 3038 while (cursor.moveToNext()) { in upgradeStructuredNamesToVersion205() 3122 while (cursor.moveToNext()) { in upgradeOrganizationsToVersion205() 3179 while (cursor.moveToNext()) { in upgradeEmailToVersion303() 3215 while (cursor.moveToNext()) { in upgradeNicknameToVersion303() 3252 while (contactIdCursor.moveToNext()) { in upgradeToVersion306() 3262 while (c.moveToNext()) { in upgradeToVersion306() 3413 while (cursor.moveToNext()) { in rebuildSortKeys() 3454 while (cursor.moveToNext()) { in insertStructuredNameLookup() 3476 while (cursor.moveToNext()) { in insertEmailLookup() [all …]
|
/packages/apps/Dialer/src/com/android/dialer/database/ |
D | DialerDatabaseHelper.java | 533 while (deletedContactCursor.moveToNext()) { in removeDeletedContacts() 595 while (updatedContactCursor.moveToNext()) { in removeUpdatedContacts() 646 while (updatedContactCursor.moveToNext()) { in insertUpdatedContactsAndNumberPrefix() 725 while (nameCursor.moveToNext()) { in insertNamePrefixes() 965 while ((cursor.moveToNext()) && (counter < MAX_ENTRIES)) { in getLooseMatches()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | MmsSmsDatabaseHelper.java | 257 while (c.moveToNext()) { in removeUnferencedCanonicalAddresses() 365 if (c.moveToNext()) { in updateThread() 399 while (c.moveToNext()) { in updateAllThreads() 473 while (smsRows.moveToNext()) { in populateWordsTable() 506 while (mmsRows.moveToNext()) { in populateWordsTable() 1430 while (textRows.moveToNext()) { in upgradeDatabaseToVersion46()
|
/packages/apps/Browser/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 531 while (c.moveToNext()) { in importFromBrowserProvider() 562 while (c.moveToNext()) { in importFromBrowserProvider() 742 if (c != null && c.moveToNext()) { in getClientId() 1242 while (cursor.moveToNext()) { in appendBookmarksIfFolder() 1356 while (c.moveToNext()) { in deleteInTransaction() 1629 if (cursor.moveToNext()) { in insertSearchesInTransaction() 1655 if (cursor.moveToNext()) { in insertSettingsInTransaction() 1834 while (cursor.moveToNext()) { in shouldUpdateImages() 1925 while (cursor.moveToNext()) { in updateBookmarksInTransaction() 2033 while (cursor.moveToNext()) { in updateHistoryInTransaction()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PicasaSource.java | 127 while (data.position == -1 && data.cursor.moveToNext()) { in findPosition() 233 while (cursor.moveToNext()) { in findImages() 309 while (cursor.moveToNext()) { in resolveAlbumIds() 354 while (cursor.moveToNext()) { in findAlbums()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 628 while(c != null && c.moveToNext()) { in getTextPartsMms() 1040 while (c != null && c.moveToNext()) { in setWhereFilterPhones() 1049 while (p != null && p.moveToNext()) { in setWhereFilterPhones() 1284 while (smsCursor.moveToNext()) { in msgListing() 1316 while (mmsCursor.moveToNext()) { in msgListing() 1348 while (emailCursor.moveToNext()) { in msgListing() 1595 while (p != null && p.moveToNext()) { in setVCardFromPhoneNumber() 1684 while (c != null && c.moveToNext()) { in extractMmsAddresses() 1763 while(c != null && c.moveToNext()) { in extractMmsParts()
|
/packages/apps/Browser/src/com/android/browser/ |
D | SuggestionsAdapter.java | 213 cursor.moveToNext(); in doInBackground() 307 more = s.moveToNext(); in mixResults() 396 boolean moveToNext() { in moveToNext() method in SuggestionsAdapter.CursorSource 397 return mCursor.moveToNext(); in moveToNext()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 240 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) { in updateActiveNotification() 382 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) { in updateCompletedNotification() 431 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) { in updateCompletedNotification() 482 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) { in updateIncomingFileConfirmNotification()
|
/packages/apps/Browser/tests/src/com/android/browser/tests/ |
D | BP1to2UpgradeTests.java | 59 while (c.moveToNext()) { in testStockUpgrade() 69 while (c.moveToNext()) { in testStockUpgrade() 79 while (c.moveToNext()) { in testStockUpgrade()
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
D | TestProviderTests.java | 119 while (c.moveToNext()) { in testInsertQueryandDelete() 147 assertTrue(c.moveToNext()); in testInsertQueryandDelete() 168 while (c.moveToNext()) { in testUpdate()
|