/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | MtpDatabaseTest.java | 95 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 …]
|
D | MtpDocumentsProviderTest.java | 155 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/ |
D | MatrixCursorTest.java | 35 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()
|
D | DatabaseCursorTest.java | 114 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 …]
|
D | DatabaseStatementTest.java | 145 c.moveToNext(); in testStatementLongBinding() 167 c.moveToNext(); in testStatementStringBinding() 189 c.moveToNext(); in testStatementClearBindings() 240 c.moveToNext(); in testStatementMultipleBindings() 275 c.moveToNext(); in run()
|
D | DatabaseGeneralTest.java | 379 c.moveToNext(); in testCopyString() 387 c.moveToNext(); in testCopyString() 811 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma() 817 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma() 822 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma() 828 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma() 833 Assert.assertTrue(cur.moveToNext()); in testTableInfoPragma() 1046 assertTrue(cur.moveToNext()); in testCollateLocalizedForJapanese() 1048 assertTrue(cur.moveToNext()); in testCollateLocalizedForJapanese()
|
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
D | SQLiteCursorTest.java | 106 while (c.moveToNext()) { in testFillWindow() 131 while (c.moveToNext()) { in testFillWindow() 143 for (int p = 0; p < K && c.moveToNext(); p++) { in testFillWindow() 152 while (c.moveToNext()) { in testFillWindow() 170 while (ac.moveToNext()) { in testCustomWindowSize() 183 while (ac.moveToNext()) { in testCustomWindowSize()
|
/frameworks/base/core/java/android/database/ |
D | CursorJoiner.java | 220 mCursorLeft.moveToNext(); in incrementCursors() 223 mCursorRight.moveToNext(); in incrementCursors() 226 mCursorLeft.moveToNext(); in incrementCursors() 227 mCursorRight.moveToNext(); in incrementCursors()
|
D | CursorWrapper.java | 201 public boolean moveToNext() { in moveToNext() method in CursorWrapper 202 return mCursor.moveToNext(); in moveToNext()
|
D | Cursor.java | 128 boolean moveToNext(); in moveToNext() method
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDatabase.java | 136 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/ |
D | AccountsDb.java | 344 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/apct-tests/perftests/core/src/android/database/ |
D | SQLiteDatabasePerfTest.java | 85 assertTrue(cursor.moveToNext()); in testSelect() 107 while(cursor.moveToNext()) { in testSelectMultipleRows() 131 while(cursor.moveToNext()) { in testCursorIterateForward() 184 assertTrue(cursor.moveToNext()); in testInnerJoin()
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | SettingsProviderTest.java | 114 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/support/room/compiler/src/test/data/daoWriter/output/ |
D | ComplexDao.java | 54 while(_cursor.moveToNext()) { in fullNames() 162 while(_cursor.moveToNext()) { in loadAllByIds() 220 while(_cursor.moveToNext()) { in getAllAges() 255 while(_cursor.moveToNext()) { in getAllAgesAsList() 358 while(_cursor.moveToNext()) { in loadUsersByIdsLive() 420 while(_cursor.moveToNext()) {
|
/frameworks/base/core/java/android/provider/ |
D | SyncStateContract.java | 84 if (c.moveToNext()) { in get() 138 if (c.moveToNext()) { in getWithUri()
|
D | CalendarContract.java | 577 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/support/work/workmanager/src/androidTest/java/androidx/work/ |
D | WorkDatabaseMigrationTest.java | 150 cursor.moveToNext(); in testMigrationVersion1To2() 189 cursor.moveToNext(); in testMigrationVersion2To1() 235 cursor.moveToNext(); in testMigrationVersion1To2To1()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | CalendarTracker.java | 103 while (cursor != null && cursor.moveToNext()) { in getPrimaryCalendars() 126 while (cursor != null && cursor.moveToNext()) { in checkEvent() 191 while (cursor != null && cursor.moveToNext()) {
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | BaseEmailAddressAdapter.java | 372 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()
|
D | DataUsageStatUpdater.java | 131 while(cursor.moveToNext()) { in updateWithAddress() 181 while(cursor.moveToNext()) { in updateWithPhoneNumber()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpPropertyGroup.java | 185 if (c != null && c.moveToNext()) { in queryAudio() 205 if (c != null && c.moveToNext()) { in queryGenre() 234 if (c != null && !c.moveToNext()) { in getPropertyList()
|
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/ |
D | GlobalResultsStore.java | 156 while (cursor.moveToNext()) { in loadTestResults() 225 while (cursor.moveToNext()) { in loadDetailedResults() 283 while (runIdCursor.moveToNext()) { in exportToCsv()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | TrackerDataHelper.java | 170 cursor.moveToNext(); in getNextOutput()
|
/frameworks/base/core/java/android/content/ |
D | ContentQueryMap.java | 152 while (cursor.moveToNext()) { in readCursorIntoCache()
|