Home
last modified time | relevance | path

Searched refs:moveToNext (Results 1 – 25 of 84) 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()
247 cursor.moveToNext(); in testPutChildDocuments()
283 cursor.moveToNext(); in testPutChildDocuments_operationsSupported()
300 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()
360 cursor.moveToNext(); in testQueryDocument_directory()
387 cursor.moveToNext(); in testQueryDocument_forStorage()
411 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()
DRedactingCursorTest.java43 redacting.moveToNext(); in testMissing()
47 redacting.moveToNext(); in testMissing()
58 redacting.moveToNext(); in testSingle()
69 redacting.moveToNext(); in testSingle()
81 redacting.moveToNext(); in testMultiple()
DDatabaseCursorTest.java111 c.moveToNext(); in testBlob()
164 c.moveToNext(); in testCursor1()
170 c.moveToNext(); in testCursor1()
174 c.moveToNext(); in testCursor1()
179 c.moveToNext(); in testCursor1()
189 for (c.moveToFirst(), i = 0; !c.isAfterLast(); c.moveToNext(), i++) { in testCursor1()
220 for (c.moveToFirst(), i = 0; !c.isAfterLast(); c.moveToNext(), i++) { in testCursor2()
274 while (c.moveToNext()) { in onChanged()
304 while (c.moveToNext()) { in testManyRowsLong()
340 while (c.moveToNext()) { in testManyRowsTxt()
[all …]
DTranslatingCursorTest.java36 translating.moveToNext(); in testDuplicateColumnName()
41 translating.moveToNext(); in testDuplicateColumnName()
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.java380 c.moveToNext(); in testCopyString()
388 c.moveToNext(); in testCopyString()
640 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma()
646 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma()
651 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma()
657 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma()
662 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma()
875 assertTrue(cur.moveToNext()); in testCollateLocalizedForJapanese()
877 assertTrue(cur.moveToNext()); in testCollateLocalizedForJapanese()
DDatabaseLocaleTest.java70 while (c.moveToNext()) { in query()
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteCursorTest.java107 while (c.moveToNext()) { in testFillWindow()
132 while (c.moveToNext()) { in testFillWindow()
144 for (int p = 0; p < K && c.moveToNext(); p++) { in testFillWindow()
153 while (c.moveToNext()) { in testFillWindow()
171 while (ac.moveToNext()) { in testCustomWindowSize()
184 while (ac.moveToNext()) { in testCustomWindowSize()
/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.java205 public boolean moveToNext() { in moveToNext() method in CursorWrapper
206 return mCursor.moveToNext(); in moveToNext()
DCursor.java132 boolean moveToNext(); in moveToNext() method
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabase.java136 while (deviceCursor.moveToNext()) { in queryRoots()
162 deviceRoot.moveToNext(); in queryRoots()
173 while (storageCursor.moveToNext()) { in queryRoots()
274 for (int i = 0; cursor.moveToNext(); i++) { in getStorageDocumentIds()
310 if (cursor.moveToNext()) { in getDocumentIdForDevice()
337 if (cursor.moveToNext()) { in getParentIdentifier()
359 cursor.moveToNext(); in getDeviceDocumentId()
425 cursor.moveToNext(); in createIdentifier()
457 while (cursor.moveToNext()) { in deleteDocumentsAndRootsRecursively()
495 while (cursor.moveToNext()) { in disconnectDocumentsRecursively()
[all …]
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java356 while (cursor.moveToNext()) { in findAuthTokensByAccount()
422 if (cursor.moveToNext()) { in findExtrasIdByAccountId()
459 while (cursor.moveToNext()) { in findUserExtrasForAccount()
475 if (cursor.moveToNext()) { in findCeAccountId()
489 if (cursor.moveToNext()) { in findAccountPasswordByNameAndType()
740 } while (cursor.moveToNext()); in getSharedAccounts()
757 if (cursor.moveToNext()) { in findSharedAccountId()
792 while (cursor.moveToNext()) { in dumpDeAccountsTable()
810 if (cursor.moveToNext()) { in findDeAccountId()
823 while (cursor.moveToNext()) { in findAllDeAccounts()
[all …]
/frameworks/base/apct-tests/perftests/core/src/android/database/
DSQLiteDatabasePerfTest.java86 assertTrue(cursor.moveToNext()); in testSelect()
108 while(cursor.moveToNext()) { in testSelectMultipleRows()
132 while(cursor.moveToNext()) { in testCursorIterateForward()
185 assertTrue(cursor.moveToNext()); in testInnerJoin()
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java123 assertTrue(c.moveToNext()); in testRowNameContentUri()
126 assertFalse(c.moveToNext()); in testRowNameContentUri()
142 assertTrue(c.moveToNext()); in testRowNameContentUri()
145 assertFalse(c.moveToNext()); in testRowNameContentUri()
158 assertTrue(c.moveToNext()); in testRowNameContentUri()
161 assertFalse(c.moveToNext()); in testRowNameContentUri()
/frameworks/base/core/java/android/provider/
DSyncStateContract.java84 if (c.moveToNext()) { in get()
138 if (c.moveToNext()) { in getWithUri()
DCalendarContract.java654 cursor.moveToNext(); in getEntityAndIncrementCursor()
1556 while (subCursor.moveToNext()) { in getEntityAndIncrementCursor()
1578 while (subCursor.moveToNext()) { in getEntityAndIncrementCursor()
1612 while (subCursor.moveToNext()) { in getEntityAndIncrementCursor()
1626 cursor.moveToNext(); in getEntityAndIncrementCursor()
2577 while (cursor.moveToNext()) { in rescheduleMissedAlarms()
/frameworks/base/services/core/java/com/android/server/notification/
DCalendarTracker.java102 while (cursor != null && cursor.moveToNext()) { in getCalendarsWithAccess()
127 while (cursor != null && cursor.moveToNext()) { in checkEvent()
194 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierResolver.java264 while (cursor.moveToNext()) { in loadCarrierMatchingRulesOnMccMnc()
292 while (cursor.moveToNext()) { in getCarrierNameFromId()
323 while (cursor.moveToNext()) { in getCarrierMatchingRulesFromMccMnc()
353 while (cursor.moveToNext()) { in getPreferApn()
975 while (cursor.moveToNext()) { in getCarrierIdsFromApnQuery()
997 if (cursor == null || !cursor.moveToNext()) return TelephonyManager.UNKNOWN_CARRIER_ID; in getCarrierIdFromMccMnc()
1020 if (cursor == null || !cursor.moveToNext()) return null; in getCarrierNameFromMccMnc()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
DGlobalResultsStore.java156 while (cursor.moveToNext()) { in loadTestResults()
225 while (cursor.moveToNext()) { in loadDetailedResults()
283 while (runIdCursor.moveToNext()) { in exportToCsv()
/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()

1234