Home
last modified time | relevance | path

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

12345678910>>...16

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
DReadableArchiveTest.java99 assertTrue(cursor.moveToNext()); in testQueryChildDocument()
109 assertTrue(cursor.moveToNext()); in testQueryChildDocument()
120 assertFalse(cursor.moveToNext()); in testQueryChildDocument()
156 assertFalse(cursor.moveToNext()); in testQueryChildDocument_NoDirs()
174 assertFalse(childCursor.moveToNext()); in testQueryChildDocument_NoDirs()
185 assertFalse(childCursor2.moveToNext()); in testQueryChildDocument_NoDirs()
203 assertFalse(cursor.moveToNext()); in testQueryChildDocument_EmptyDirs()
222 assertTrue(childCursor.moveToNext()); in testQueryChildDocument_EmptyDirs()
235 assertFalse(cursor.moveToNext()); in testQueryChildDocument_EmptyDirs()
/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/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/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java338 while (cursor.moveToNext()) { in queryChildDocuments()
351 while (cursor.moveToNext()) { in queryChildDocuments()
360 while (cursor.moveToNext()) { in queryChildDocuments()
373 while (cursor.moveToNext()) { in queryChildDocuments()
381 while (cursor.moveToNext()) { in queryChildDocuments()
389 while (cursor.moveToNext()) { in queryChildDocuments()
398 while (cursor.moveToNext()) { in queryChildDocuments()
425 while (cursor.moveToNext() && result.getCount() < 64) { in queryRecentDocuments()
433 while (cursor.moveToNext() && result.getCount() < 64) { in queryRecentDocuments()
461 while (cursor.moveToNext()) { in querySearchDocuments()
[all …]
DMediaProvider.java772 while (c.moveToNext()) { in makePristine()
780 while (c.moveToNext()) { in makePristine()
788 while (c.moveToNext()) { in makePristine()
796 while (c.moveToNext()) { in makePristine()
1193 if (c == null || c.getCount() != 1 || !c.moveToNext()) { in canonicalize()
1231 if (c != null && c.getCount() == 1 && c.moveToNext() && in uncanonicalize()
1246 if (!c.moveToNext()) { in uncanonicalize()
2291 if (c != null && c.moveToNext()) { in getObjectReferences()
2317 if (c != null && c.moveToNext()) { in setObjectReferences()
2350 if (c != null && c.moveToNext()) { in setObjectReferences()
[all …]
/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()
DCalendarProvider2Test.java395 while (cursor.moveToNext()) { in execute()
470 while (cursor.moveToNext()) { in execute()
1054 while (cursor.moveToNext()) { in dumpCursor()
1239 while (cursor.moveToNext()) { in deleteMatchingEvents()
1270 while (cursor.moveToNext()) { in updateMatchingEvents()
1334 while (cursor.moveToNext()) { in updateMatchingEventsStatusOnly()
2137 cursor.moveToNext(); in testAttendees()
2154 cursor.moveToNext(); in testAttendees()
2160 cursor.moveToNext(); in testAttendees()
2178 cursor.moveToNext(); in testAttendees()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
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 …]
DEnterpriseContactsCursorWrapperTest.java210 rewritten.moveToNext(); in testWrappedResults()
236 rewritten.moveToNext(); in testWrappedResults()
243 rewritten.moveToNext(); in testWrappedResults()
251 rewritten.moveToNext(); in testWrappedResults()
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DColumnFilterTest.java90 cursor.moveToNext(); in testQueryChannel()
110 cursor.moveToNext(); in testQueryChannelWithNoValidColumn()
124 cursor.moveToNext(); in testInsertAndQueryChannel()
142 cursor.moveToNext(); in testUpdateChannel()
/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()
DDatabaseHelper.java690 while (tableCursor.moveToNext()) { in dropAllTables()
721 while (triggerCursor.moveToNext()) { in dropAllTriggers()
751 while (viewCursor.moveToNext()) { in dropAllViews()
770 while (indexCursor.moveToNext()) { in dropAllIndexes()
/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/Launcher3/tests/src/com/android/launcher3/model/
DLoaderCursorTest.java104 assertTrue(mLoaderCursor.moveToNext()); in getAppShortcutInfo_dontAllowMissing_invalidComponent()
113 assertTrue(mLoaderCursor.moveToNext()); in getAppShortcutInfo_dontAllowMissing_validComponent()
126 assertTrue(mLoaderCursor.moveToNext()); in getAppShortcutInfo_allowMissing_invalidComponent()
138 assertTrue(mLoaderCursor.moveToNext()); in loadSimpleShortcut()
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DMetadataDbHelper.java401 } while (cursor.moveToNext()); in saveLastUpdateTimeOfUri()
470 } while (cursor.moveToNext()); in getOldestUpdateTime()
592 if (cursor.moveToNext()) { in getFirstLineAsContentValues()
694 } while (cursor.moveToNext()); in getDownloadRecordsForDownloadId()
944 } while (cursor.moveToNext()); in registerMetadataDownloadId()
988 } while (c.moveToNext()); in markEntryAsFinishedDownloadingAndInstalled()
/packages/apps/TV/src/com/android/tv/search/
DTvProviderSearch.java222 while (c.moveToNext()) { in searchChannels()
273 if (c != null && c.moveToNext() && !isRatingBlocked(c.getString(2))) { in fillProgramInfo()
343 while (c.moveToNext()) { in searchPrograms()
368 if (cChannel != null && cChannel.moveToNext() in searchPrograms()
524 if (c != null && c.moveToNext()) { in getMaxWatchStartTime()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java2326 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()
3449 if (cursor.moveToNext()) { in removeDuplicateEvent()
/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/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPicasaSource.java127 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/TV/src/com/android/tv/tuner/tvinput/
DChannelDataManager.java269 } while (cursor.moveToNext()); in notifyScanStarted()
628 while (cursor.moveToNext()) { in checkVersion()
659 } while (cursor.moveToNext()); in getChannelId()
695 } while (cursor.moveToNext()); in getAllProgramsForChannel()
714 } while (cursor.moveToNext()); in buildChannelMap()
/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()

12345678910>>...16