/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() 246 cursor.moveToNext(); in testPutChildDocuments() 282 cursor.moveToNext(); in testPutChildDocuments_operationsSupported() 299 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() 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/ |
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 | 350 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/ |
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/core/tests/coretests/src/android/database/sqlite/ |
D | SQLiteCursorTest.java | 100 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/ |
D | MtpDatabase.java | 135 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/ |
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/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/base/media/java/android/mtp/ |
D | MtpPropertyGroup.java | 205 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()
|
D | MtpDatabase.java | 268 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/ |
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/base/test-runner/src/android/test/ |
D | DatabaseTestUtils.java | 49 while (entityCursor.moveToNext()) { in getSchemaSet()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | CalendarTracker.java | 102 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/ |
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/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()
|
/frameworks/support/core-utils/api21/android/support/v4/provider/ |
D | DocumentsContractApi21.java | 62 while (c.moveToNext()) { in listFiles()
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockCursor.java | 162 public boolean moveToNext() { in moveToNext() method in MockCursor
|