/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 | RedactingCursorTest.java | 43 redacting.moveToNext(); in testMissing() 47 redacting.moveToNext(); in testMissing() 58 redacting.moveToNext(); in testSingle() 69 redacting.moveToNext(); in testSingle() 81 redacting.moveToNext(); in testMultiple()
|
D | DatabaseCursorTest.java | 111 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 …]
|
D | TranslatingCursorTest.java | 36 translating.moveToNext(); in testDuplicateColumnName() 41 translating.moveToNext(); in testDuplicateColumnName()
|
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 | 380 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()
|
D | DatabaseLocaleTest.java | 70 while (c.moveToNext()) { in query()
|
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
D | SQLiteCursorTest.java | 107 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/ |
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 | 205 public boolean moveToNext() { in moveToNext() method in CursorWrapper 206 return mCursor.moveToNext(); in moveToNext()
|
D | Cursor.java | 132 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 | 356 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/ |
D | SQLiteDatabasePerfTest.java | 86 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/ |
D | SettingsProviderTest.java | 123 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/ |
D | SyncStateContract.java | 84 if (c.moveToNext()) { in get() 138 if (c.moveToNext()) { in getWithUri()
|
D | CalendarContract.java | 654 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/ |
D | CalendarTracker.java | 102 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/ |
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()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierResolver.java | 264 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/ |
D | GlobalResultsStore.java | 156 while (cursor.moveToNext()) { in loadTestResults() 225 while (cursor.moveToNext()) { in loadDetailedResults() 283 while (runIdCursor.moveToNext()) { in exportToCsv()
|
/frameworks/base/core/java/android/content/ |
D | ContentQueryMap.java | 152 while (cursor.moveToNext()) { in readCursorIntoCache()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | TrackerDataHelper.java | 170 cursor.moveToNext(); in getNextOutput()
|