Home
last modified time | relevance | path

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

1234

/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java95 cursor.moveToNext(); in testPutSingleStorageDocuments()
128 cursor.moveToNext(); in testPutSingleStorageDocuments()
158 cursor.moveToNext(); in testPutStorageDocuments()
173 cursor.moveToNext(); in testPutStorageDocuments()
177 cursor.moveToNext(); in testPutStorageDocuments()
208 cursor.moveToNext(); in testPutChildDocuments()
227 cursor.moveToNext(); in testPutChildDocuments()
246 cursor.moveToNext(); in testPutChildDocuments()
282 cursor.moveToNext(); in testPutChildDocuments_operationsSupported()
299 cursor.moveToNext(); in testPutChildDocuments_operationsSupported()
[all …]
DMtpDocumentsProviderTest.java155 assertTrue(cursor.moveToNext()); in testOpenDeviceOnDemand()
213 cursor.moveToNext(); in testQueryRoots()
231 cursor.moveToNext(); in testQueryRoots()
232 cursor.moveToNext(); in testQueryRoots()
279 cursor.moveToNext(); in testQueryRoots_error()
289 cursor.moveToNext(); in testQueryRoots_error()
323 cursor.moveToNext(); in testQueryDocument()
359 cursor.moveToNext(); in testQueryDocument_directory()
386 cursor.moveToNext(); in testQueryDocument_forStorage()
410 cursor.moveToNext(); in testQueryDocument_forDeviceWithSingleStorage()
[all …]
/frameworks/base/core/tests/coretests/src/android/database/
DMatrixCursorTest.java35 cursor.moveToNext(); in testNullValue()
58 cursor.moveToNext(); in testMatrixCursor()
71 cursor.moveToNext(); in testMatrixCursor()
82 cursor.moveToNext(); in testAddArray()
95 cursor.moveToNext(); in testAddIterable()
115 cursor.moveToNext(); in testAddArrayList()
158 assertTrue(cursor.moveToNext()); in testRowBuilderOffer()
167 assertTrue(cursor.moveToNext()); in testRowBuilderOffer()
177 assertFalse(cursor.moveToNext()); in testRowBuilderOffer()
DDatabaseCursorTest.java114 c.moveToNext(); in testBlob()
167 c.moveToNext(); in testCursor1()
173 c.moveToNext(); in testCursor1()
177 c.moveToNext(); in testCursor1()
182 c.moveToNext(); in testCursor1()
192 for (c.moveToFirst(), i = 0; !c.isAfterLast(); c.moveToNext(), i++) { in testCursor1()
223 for (c.moveToFirst(), i = 0; !c.isAfterLast(); c.moveToNext(), i++) { in testCursor2()
277 while (c.moveToNext()) { in onChanged()
307 while (c.moveToNext()) { in testManyRowsLong()
343 while (c.moveToNext()) { in testManyRowsTxt()
[all …]
DDatabaseStatementTest.java145 c.moveToNext(); in testStatementLongBinding()
167 c.moveToNext(); in testStatementStringBinding()
189 c.moveToNext(); in testStatementClearBindings()
240 c.moveToNext(); in testStatementMultipleBindings()
275 c.moveToNext(); in run()
DDatabaseGeneralTest.java350 c.moveToNext(); in testCopyString()
358 c.moveToNext(); in testCopyString()
782 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma()
788 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma()
793 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma()
799 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma()
804 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma()
1017 assertTrue(cur.moveToNext()); in testCollateLocalizedForJapanese()
1019 assertTrue(cur.moveToNext()); in testCollateLocalizedForJapanese()
/frameworks/base/core/java/android/database/
DCursorJoiner.java220 mCursorLeft.moveToNext(); in incrementCursors()
223 mCursorRight.moveToNext(); in incrementCursors()
226 mCursorLeft.moveToNext(); in incrementCursors()
227 mCursorRight.moveToNext(); in incrementCursors()
DCursorWrapper.java201 public boolean moveToNext() { in moveToNext() method in CursorWrapper
202 return mCursor.moveToNext(); in moveToNext()
DCursor.java128 boolean moveToNext(); in moveToNext() method
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteCursorTest.java100 while (c.moveToNext()) { in testFillWindow()
125 while (c.moveToNext()) { in testFillWindow()
137 for (int p = 0; p < K && c.moveToNext(); p++) { in testFillWindow()
146 while (c.moveToNext()) { in testFillWindow()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabase.java135 while (deviceCursor.moveToNext()) { in queryRoots()
161 deviceRoot.moveToNext(); in queryRoots()
172 while (storageCursor.moveToNext()) { in queryRoots()
273 for (int i = 0; cursor.moveToNext(); i++) { in getStorageDocumentIds()
309 if (cursor.moveToNext()) { in getDocumentIdForDevice()
336 if (cursor.moveToNext()) { in getParentIdentifier()
358 cursor.moveToNext(); in getDeviceDocumentId()
424 cursor.moveToNext(); in createIdentifier()
456 while (cursor.moveToNext()) { in deleteDocumentsAndRootsRecursively()
494 while (cursor.moveToNext()) { in disconnectDocumentsRecursively()
[all …]
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java344 while (cursor.moveToNext()) { in findAuthTokensByAccount()
410 if (cursor.moveToNext()) { in findExtrasIdByAccountId()
447 while (cursor.moveToNext()) { in findUserExtrasForAccount()
463 if (cursor.moveToNext()) { in findCeAccountId()
477 if (cursor.moveToNext()) { in findAccountPasswordByNameAndType()
721 } while (cursor.moveToNext()); in getSharedAccounts()
738 if (cursor.moveToNext()) { in findSharedAccountId()
773 while (cursor.moveToNext()) { in dumpDeAccountsTable()
791 if (cursor.moveToNext()) { in findDeAccountId()
804 while (cursor.moveToNext()) { in findAllDeAccounts()
[all …]
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java114 assertTrue(c.moveToNext()); in testRowNameContentUri()
117 assertFalse(c.moveToNext()); in testRowNameContentUri()
133 assertTrue(c.moveToNext()); in testRowNameContentUri()
136 assertFalse(c.moveToNext()); in testRowNameContentUri()
149 assertTrue(c.moveToNext()); in testRowNameContentUri()
152 assertFalse(c.moveToNext()); in testRowNameContentUri()
/frameworks/base/media/java/android/mtp/
DMtpPropertyGroup.java205 if (c != null && c.moveToNext()) { in queryString()
225 if (c != null && c.moveToNext()) { in queryAudio()
246 if (c != null && c.moveToNext()) { in queryGenre()
268 if (c != null && c.moveToNext()) { in queryLong()
349 c.moveToNext(); in getPropertyList()
DMtpDatabase.java268 while (c.moveToNext()) { in initDeviceProperties()
532 c.moveToNext(); in getObjectList()
763 if (c != null && c.moveToNext()) { in renameFile()
908 if (c != null && c.moveToNext()) { in getObjectInfo()
955 if (c != null && c.moveToNext()) { in getObjectFilePath()
982 if (c != null && c.moveToNext()) { in getObjectFormat()
1006 if (c != null && c.moveToNext()) { in deleteFile()
1071 c.moveToNext(); in getObjectReferences()
/frameworks/base/core/java/android/provider/
DSyncStateContract.java84 if (c.moveToNext()) { in get()
138 if (c.moveToNext()) { in getWithUri()
DCalendarContract.java577 cursor.moveToNext(); in getEntityAndIncrementCursor()
1445 while (subCursor.moveToNext()) { in getEntityAndIncrementCursor()
1467 while (subCursor.moveToNext()) { in getEntityAndIncrementCursor()
1501 while (subCursor.moveToNext()) { in getEntityAndIncrementCursor()
1515 cursor.moveToNext(); in getEntityAndIncrementCursor()
2351 while (cursor.moveToNext()) { in rescheduleMissedAlarms()
/frameworks/base/test-runner/src/android/test/
DDatabaseTestUtils.java49 while (entityCursor.moveToNext()) { in getSchemaSet()
/frameworks/base/services/core/java/com/android/server/notification/
DCalendarTracker.java102 while (cursor != null && cursor.moveToNext()) { in getPrimaryCalendars()
125 while (cursor != null && cursor.moveToNext()) { in checkEvent()
188 while (cursor != null && cursor.moveToNext()) {
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java372 while (directoryCursor.moveToNext()) { in onDirectoryLoadFinished()
541 while (cursor.moveToNext() && count < DEFAULT_PREFERRED_MAX_RESULT_COUNT) { in removeDuplicatesAndTruncate()
556 while (cursor.moveToNext()) { in hasDuplicates()
576 while (cursor.moveToNext()) { in isDuplicate()
DDataUsageStatUpdater.java131 while(cursor.moveToNext()) { in updateWithAddress()
181 while(cursor.moveToNext()) { in updateWithPhoneNumber()
/frameworks/base/core/java/android/content/
DContentQueryMap.java152 while (cursor.moveToNext()) { in readCursorIntoCache()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerDataHelper.java170 cursor.moveToNext(); in getNextOutput()
/frameworks/support/core-utils/api21/android/support/v4/provider/
DDocumentsContractApi21.java62 while (c.moveToNext()) { in listFiles()
/frameworks/base/test-runner/src/android/test/mock/
DMockCursor.java162 public boolean moveToNext() { in moveToNext() method in MockCursor

1234