Home
last modified time | relevance | path

Searched refs:moveToNext (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/protos/mock/
DMockUiProviderTests.java68 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/
DCalendarDatabaseHelperTest.java468 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/
DBluetoothMapIMContentTest.java61 while (c.moveToNext()) { in dumpImMessageTable()
103 while(convo.moveToNext()) { in dumpImConversationTable()
123 } while(cContact.moveToNext()); in dumpImContactsTable()
141 } while(cContact.moveToNext()); in dumpImAccountsTable()
DBluetoothMapContentTest.java146 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/
DEnterpriseContactsCursorWrapperTest.java210 rewritten.moveToNext(); in testWrappedResults()
236 rewritten.moveToNext(); in testWrappedResults()
243 rewritten.moveToNext(); in testWrappedResults()
251 rewritten.moveToNext(); in testWrappedResults()
DBaseContactsProvider2Test.java690 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/
DContactAggregator.java133 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()
DContactAggregator2.java262 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/
DWidgetDatabaseHelper.java117 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/
DSuggestionCursorWrapper.java55 public boolean moveToNext() { in moveToNext() method in SuggestionCursorWrapper
57 return mCursor.moveToNext(); in moveToNext()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DContactUtil.java50 if (cursor.moveToNext()) { in recordExistsForContactId()
64 if (cursor.moveToNext()) { in queryContactLastUpdatedTimestamp()
DCommonDatabaseUtils.java43 if (cursor.moveToNext()) { in singleRecordToArray()
56 while (cursor.moveToNext()) { in multiRecordToArray()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java267 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/
DAsyncDbTask.java184 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/
DBucketHelper.java106 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/
DTestProviderTests.java119 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/
DMediaDocumentsProvider.java336 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/
DAccountUtils.java79 while (accountsCursor.moveToNext()) { in getSyncingAccounts()
107 while (accountsCursor.moveToNext()) { in getAccounts()
/packages/apps/TV/src/com/android/tv/search/
DTvProviderSearch.java221 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/
DPhoneLookupWithStarPrefix.java75 while (cursor.moveToNext()) { in removeNonStarMatchesFromCursor()
124 while (cursor.moveToNext()) { in matchingNumberStartsWithStar()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DCommonNicknameCache.java77 cursor.moveToNext(); in preloadNicknameBloomFilter()
142 cursor.moveToNext(); in loadNicknameClusters()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java242 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/
DMailboxUtilities.java79 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/
DLocalSource.java88 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/
DEmergencyContactManager.java54 if (cursor.moveToNext()) { in getContact()
70 if (cursor2.moveToNext()) { in getContact()

12345678910>>...14