/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 | 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()
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | BluetoothMapIMContentTest.java | 61 while (c.moveToNext()) { in dumpImMessageTable() 103 while(convo.moveToNext()) { in dumpImConversationTable() 123 } while(cContact.moveToNext()); in dumpImContactsTable() 141 } while(cContact.moveToNext()); in dumpImAccountsTable()
|
D | BluetoothMapContentTest.java | 146 while (c.moveToNext()) { in addEmailFolders() 291 if (c.moveToNext()) { in writeMessage() 301 while (c.moveToNext()) { in dumpCursor() 319 while (c.moveToNext()) { in callBluetoothProvider() 448 while (c.moveToNext()) { in testGetMessages() 493 while (c.moveToNext()) { in testAccountUpdate() 546 if (c != null && c.moveToNext()) { in testDumpMessageContent() 725 } while(c.moveToNext()); in printMmsAddr() 766 } while(c.moveToNext()); in printMmsParts() 780 while (c.moveToNext()) { in dumpMmsTable() [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | EnterpriseContactsCursorWrapperTest.java | 210 rewritten.moveToNext(); in testWrappedResults() 236 rewritten.moveToNext(); in testWrappedResults() 243 rewritten.moveToNext(); in testWrappedResults() 251 rewritten.moveToNext(); in testWrappedResults()
|
D | BaseContactsProvider2Test.java | 690 assertTrue(c.moveToNext()); in assertSingleGroup() 692 assertFalse(c.moveToNext()); in assertSingleGroup() 703 assertTrue(c.moveToNext()); in assertSingleGroupMembership() 705 assertFalse(c.moveToNext()); in assertSingleGroupMembership() 800 assertFalse(c.moveToNext()); in assertNoRowsAndClose() 830 assertTrue(c.moveToNext()); in assertDirty() 832 assertFalse(c.moveToNext()); in assertDirty() 838 assertTrue(c.moveToNext()); in assertMetadataDirty() 840 assertFalse(c.moveToNext()); in assertMetadataDirty() 846 assertTrue(c.moveToNext()); in getVersion() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 133 while (rawContactsToAccountsCursor.moveToNext()) { in aggregateContact() 270 while (c.moveToNext()) { in clearSuperPrimarySetting() 486 while (cursor.moveToNext()) { in updateAggregationAfterVisibilityChange() 569 while (c.moveToNext()) { in pickBestMatchBasedOnExceptions() 721 while (c.moveToNext()) { in updateMatchScoresBasedOnIdentityMatch() 767 while (c.moveToNext()) { in updateMatchScoresBasedOnNameMatches() 792 while (c.moveToNext()) { in updateMatchScoresBasedOnEmailMatches() 809 while (c.moveToNext()) { in updateMatchScoresBasedOnPhoneMatches() 870 while (c.moveToNext()) { in matchAllCandidates() 907 while (c.moveToNext()) { in findMatchingContacts()
|
D | ContactAggregator2.java | 262 while (c.moveToNext()) { in clearSuperPrimarySetting() 408 while (cursor.moveToNext()) { in canBeReused() 471 while (cursor.moveToNext()) { in updateAggregationAfterVisibilityChange() 520 while (c.moveToNext()) { in updateMatchScoresBasedOnExceptions() 563 while (c.moveToNext()) { in updateMatchScoresBasedOnIdentityMatch() 587 while (c.moveToNext()) { in updateMatchScoresBasedOnNameMatches() 617 while (c.moveToNext()) { in updateMatchScoresBasedOnEmailMatches() 648 while (c.moveToNext()) { in updateMatchScoresBasedOnNameMatches() 674 while (c.moveToNext()) { in updateMatchScoresBasedOnPhoneMatches() 744 while (c.moveToNext()) { in matchAllCandidates() [all …]
|
/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/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SuggestionCursorWrapper.java | 55 public boolean moveToNext() { in moveToNext() method in SuggestionCursorWrapper 57 return mCursor.moveToNext(); in moveToNext()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
D | ContactUtil.java | 50 if (cursor.moveToNext()) { in recordExistsForContactId() 64 if (cursor.moveToNext()) { in queryContactLastUpdatedTimestamp()
|
D | CommonDatabaseUtils.java | 43 if (cursor.moveToNext()) { in singleRecordToArray() 56 while (cursor.moveToNext()) { in multiRecordToArray()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | ParticipantRefresh.java | 267 while (cursor.moveToNext()) { in refreshParticipants() 324 while (cursor.moveToNext()) { in getExistingSubIds() 464 selfCursor.moveToNext(); in refreshFromSelfProfile() 531 while (matchingContactCursor.moveToNext()) { in refreshFromContacts() 642 while (cursor.moveToNext()) { in getInactiveSelfParticipantIds() 680 while (cursor.moveToNext()) { in getConversationsWithSelfParticipantIds()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | AsyncDbTask.java | 184 while (c.moveToNext()) { in onQuery() 226 if (c.moveToNext()) { in onQuery() 232 if (c.moveToNext()) { in onQuery()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | BucketHelper.java | 106 while (cursor.moveToNext()) { in updateBucketEntriesFromTable() 165 while (cursor.moveToNext()) { in loadBucketEntriesFromFilesTable() 191 if (cursor != null && cursor.moveToNext()) { in getBucketNameInTable()
|
/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()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 336 while (cursor.moveToNext()) { in queryChildDocuments() 349 while (cursor.moveToNext()) { in queryChildDocuments() 358 while (cursor.moveToNext()) { in queryChildDocuments() 371 while (cursor.moveToNext()) { in queryChildDocuments() 379 while (cursor.moveToNext()) { in queryChildDocuments() 387 while (cursor.moveToNext()) { in queryChildDocuments() 396 while (cursor.moveToNext()) { in queryChildDocuments() 423 while (cursor.moveToNext() && result.getCount() < 64) { in queryRecentDocuments() 431 while (cursor.moveToNext() && result.getCount() < 64) { in queryRecentDocuments()
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | AccountUtils.java | 79 while (accountsCursor.moveToNext()) { in getSyncingAccounts() 107 while (accountsCursor.moveToNext()) { in getAccounts()
|
/packages/apps/TV/src/com/android/tv/search/ |
D | TvProviderSearch.java | 221 while (c.moveToNext()) { in searchChannels() 272 if (c != null && c.moveToNext() && !isRatingBlocked(c.getString(2))) { in fillProgramInfo() 344 while (c.moveToNext()) { in searchPrograms() 369 if (cChannel != null && cChannel.moveToNext() in searchPrograms() 504 if (c != null && c.moveToNext()) { in getMaxWatchStartTime()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | PhoneLookupWithStarPrefix.java | 75 while (cursor.moveToNext()) { in removeNonStarMatchesFromCursor() 124 while (cursor.moveToNext()) { in matchingNumberStartsWithStar()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | CommonNicknameCache.java | 77 cursor.moveToNext(); in preloadNicknameBloomFilter() 142 cursor.moveToNext(); in loadNicknameClusters()
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | AttachmentsView.java | 242 if (metadataCursor.moveToNext()) { in generateLocalAttachment() 261 if (metadataCursor != null && metadataCursor.moveToNext()) { in generateLocalAttachment() 272 if (metadataCursor != null && metadataCursor.moveToNext()) { in generateLocalAttachment()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
D | MailboxUtilities.java | 79 while (childCursor.moveToNext()) { in setFlagsAndChildrensParentKey() 146 while (noParentKeyMailboxCursor.moveToNext()) { in fixupUninitializedParentKeys() 259 while(c.moveToNext()) { in setupHierarchicalNames()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | LocalSource.java | 88 while (cursor.moveToNext()) { in findAlbums() 145 while (data.position == -1 && data.cursor.moveToNext()) { in findPosition() 220 while (foundImages.size() < howMany && cursor.moveToNext()) { in findImages()
|
/packages/apps/EmergencyInfo/src/com/android/emergency/ |
D | EmergencyContactManager.java | 54 if (cursor.moveToNext()) { in getContact() 70 if (cursor2.moveToNext()) { in getContact()
|