Home
last modified time | relevance | path

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

12345678910>>...17

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DRcsProviderQueryTest.java165 cursor.moveToNext(); in testCanQueryUnifiedThreads()
173 cursor.moveToNext(); in testCanQueryUnifiedThreads()
178 cursor.moveToNext(); in testCanQueryUnifiedThreads()
200 cursor.moveToNext(); in testCanQueryUnifiedThreadsWithLimitAndSorting()
220 cursor.moveToNext(); in testCanContinueThreadQuery()
239 cursor.moveToNext(); in testCanContinueThreadQuery()
254 cursor.moveToNext(); in testCanContinueThreadQuery()
279 cursor.moveToNext(); in testQueryGroupThreads()
295 cursor.moveToNext(); in testQueryParticipant()
302 cursor.moveToNext(); in testQueryParticipant()
[all …]
DRcsProviderUpdateTest.java141 cursor.moveToNext(); in testUpdate1To1ThreadWithSelection()
158 cursor.moveToNext(); in testUpdate1To1ThreadWithId()
176 cursor.moveToNext(); in testUpdateGroupThreadWithSelection()
192 cursor.moveToNext(); in testUpdateGroupThreadWithId()
210 cursor.moveToNext(); in testUpdateParticipantWithId()
269 cursor.moveToNext(); in testUpdateMessage()
288 cursor.moveToNext(); in testUpdateIncomingMessageSpecificColumn()
307 cursor.moveToNext(); in testUpdateMessageDelivery()
327 cursor.moveToNext(); in testUpdateFileTransfer()
/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/TvProvider/tests/src/com/android/providers/tv/
DColumnFilterTest.java90 cursor.moveToNext(); in testQueryChannel()
103 cursor.moveToNext(); in testQueryChannel_count()
122 cursor.moveToNext(); in testQueryChannelWithNoValidColumn()
136 cursor.moveToNext(); in testInsertAndQueryChannel()
154 cursor.moveToNext(); in testUpdateChannel()
DUtils.java221 while (cursor.moveToNext()) { in queryPrograms()
255 while (cursor.moveToNext()) { in queryPreviewPrograms()
287 while (cursor.moveToNext()) { in queryRecordedPrograms()
325 while (cursor.moveToNext()) { in queryWatchedPrograms()
359 while (cursor.moveToNext()) { in queryWatchNextPrograms()
/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/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 …]
DAbstractContactAggregator.java471 while (c.moveToNext()) { in aggregateInTransaction()
622 while (cursor.moveToNext()) { in markAllVisibleForAggregation()
850 while (cursor.moveToNext()) { in findIdPairs()
974 while (c.moveToNext()) { in prefetchAggregationExceptionIds()
1013 while (c.moveToNext()) { in loadNameMatchCandidates()
1137 while (c.moveToNext()) { in updateMatchScoresBasedOnNameMatches()
1233 while (c.moveToNext()) { in matchAllCandidates()
1412 while (c.moveToNext()) { in computeAggregateData()
1641 while (c.moveToNext()) { in updatePhotoId()
1788 while (c.moveToNext()) { in updateDisplayNameForContact()
[all …]
/packages/apps/UniversalMediaPlayer/java/com/android/pump/db/
DAudioStore.java93 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) { in load()
120 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) { in load()
158 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) { in load()
198 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) { in load()
222 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) { in load()
437 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) { in loadAlbums()
463 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) { in loadAudios()
490 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) { in loadAudios()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DEnterpriseContactsCursorWrapperTest.java209 rewritten.moveToNext(); in testWrappedResults()
235 rewritten.moveToNext(); in testWrappedResults()
242 rewritten.moveToNext(); in testWrappedResults()
250 rewritten.moveToNext(); in testWrappedResults()
DBaseContactsProvider2Test.java698 assertTrue(c.moveToNext()); in assertSingleGroup()
700 assertFalse(c.moveToNext()); in assertSingleGroup()
711 assertTrue(c.moveToNext()); in assertSingleGroupMembership()
713 assertFalse(c.moveToNext()); in assertSingleGroupMembership()
808 assertFalse(c.moveToNext()); in assertNoRowsAndClose()
838 assertTrue(c.moveToNext()); in assertDirty()
840 assertFalse(c.moveToNext()); in assertDirty()
846 assertTrue(c.moveToNext()); in assertMetadataDirty()
848 assertFalse(c.moveToNext()); in assertMetadataDirty()
854 assertTrue(c.moveToNext()); in getVersion()
[all …]
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
DCp2DefaultDirectoryPhoneLookup.java136 while (cursor.moveToNext()) { in lookupInternal()
312 } while (cursor.moveToNext());
335 while (cursor.moveToNext()) {
359 while (cursor.moveToNext()) {
635 while (cursor.moveToNext()) {
790 while (cursor.moveToNext()) {
821 while (cursor.moveToNext()) {
929 while (cursor.moveToNext()) {
/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/Launcher3/tests/src/com/android/launcher3/model/
DLoaderCursorTest.java102 assertTrue(mLoaderCursor.moveToNext()); in getAppShortcutInfo_dontAllowMissing_invalidComponent()
111 assertTrue(mLoaderCursor.moveToNext()); in getAppShortcutInfo_dontAllowMissing_validComponent()
124 assertTrue(mLoaderCursor.moveToNext()); in getAppShortcutInfo_allowMissing_invalidComponent()
136 assertTrue(mLoaderCursor.moveToNext()); in loadSimpleShortcut()
/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/DocumentsUI/tests/unit/com/android/documentsui/
DGlobalSearchLoaderTest.java154 c.moveToNext(); in testSearchResult_includeDirectory()
166 c.moveToNext(); in testSearchResult_isNotMovable()
195 c.moveToNext(); in testSearchResult_includeSearchString()
199 c.moveToNext(); in testSearchResult_includeSearchString()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java663 while (cursor.moveToNext()) { in queryChildDocuments()
676 while (cursor.moveToNext()) { in queryChildDocuments()
685 while (cursor.moveToNext()) { in queryChildDocuments()
698 while (cursor.moveToNext()) { in queryChildDocuments()
706 while (cursor.moveToNext()) { in queryChildDocuments()
714 while (cursor.moveToNext()) { in queryChildDocuments()
723 while (cursor.moveToNext()) { in queryChildDocuments()
769 while (cursor.moveToNext() && result.getCount() < limit) { in queryRecentDocuments()
777 while (cursor.moveToNext() && result.getCount() < limit) { in queryRecentDocuments()
828 while (cursor.moveToNext()) { in querySearchDocuments()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java231 if (metadataCursor.moveToNext()) { in isVirtualDocument()
292 if (metadataCursor.moveToNext()) { in generateLocalAttachment()
315 if (metadataCursor != null && metadataCursor.moveToNext()) { in generateLocalAttachment()
327 if (metadataCursor != null && metadataCursor.moveToNext()) { in generateLocalAttachment()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
DReadableArchiveTest.java185 assertFalse(cursor.moveToNext()); in testQueryChildDocument_NoDirs()
203 assertFalse(childCursor.moveToNext()); in testQueryChildDocument_NoDirs()
214 assertFalse(childCursor2.moveToNext()); in testQueryChildDocument_NoDirs()
234 assertFalse(cursor.moveToNext()); in testQueryChildDocument_EmptyDirs()
324 cursor.moveToNext(); in queryDocumentByResIdWithMimeTypeAndVerify()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
DModernMediaScannerTest.java275 cursor.moveToNext(); in doPlaylist()
277 cursor.moveToNext(); in doPlaylist()
279 cursor.moveToNext(); in doPlaylist()
292 cursor.moveToNext(); in doPlaylist()
294 cursor.moveToNext(); in doPlaylist()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
DTestProviderTests.java114 while (c.moveToNext()) { in testInsertQueryandDelete()
142 assertTrue(c.moveToNext()); in testInsertQueryandDelete()
162 while (c.moveToNext()) { in testUpdate()
/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/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DPreIndexDataCollector.java147 while (cursor.moveToNext()) { in getIndexablesForXmlResourceUri()
229 while (cursor.moveToNext()) { in getIndexablesForRawDataUri()
288 while (cursor.moveToNext()) { in getSiteMapFromProvider()
322 while (cursor.moveToNext()) { in getNonIndexablesKeys()
/packages/apps/TV/src/com/android/tv/search/
DTvProviderSearch.java256 while (c.moveToNext()) { in searchChannels()
308 if (c != null && c.moveToNext() && !isRatingBlocked(c.getString(2))) { in fillProgramInfo()
398 while (c.moveToNext()) { in searchPrograms()
429 && cChannel.moveToNext() in searchPrograms()
615 if (c != null && c.moveToNext()) { in getMaxWatchStartTime()

12345678910>>...17