/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | SyncCalendarTest.java | 78 cursor.moveToNext(); in testEditEventTitle() 92 while (cursor.moveToNext()) { in testEditEventTitle() 106 cursor.moveToNext(); in testEditEventDate() 124 while (cursor.moveToNext()){ in testEditEventDate() 138 cursor.moveToNext(); in testEditEventDescription() 154 while (cursor.moveToNext()){ in testEditEventDescription()
|
D | CalendarDatabaseHelperTest.java | 468 while (goodCursor.moveToNext()) { in testSchemasEqualForAllTables() 478 assertTrue("Should have same number of tables", badCursor.moveToNext()); in testSchemasEqualForAllTables() 511 assertFalse("Should have same number of tables", badCursor.moveToNext()); in testSchemasEqualForAllTables() 539 while(c1.moveToNext() && c2.moveToNext()) { in compareCursors()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SuggestionCursorWrapper.java | 55 public boolean moveToNext() { in moveToNext() method in SuggestionCursorWrapper 57 return mCursor.moveToNext(); in moveToNext()
|
D | SuggestionCursor.java | 54 boolean moveToNext(); in moveToNext() method
|
D | CursorBackedSuggestionCursor.java | 138 public boolean moveToNext() { in moveToNext() method in CursorBackedSuggestionCursor 143 return mCursor.moveToNext(); in moveToNext()
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
D | EmailSyncAlarmReceiver.java | 78 while (c.moveToNext()) { in handleReceive() 95 while (c.moveToNext()) { in handleReceive()
|
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
D | ExchangeDirectoryProviderTests.java | 65 assertTrue(c.moveToNext()); in testBuildSimpleGalResultCursor() 107 assertTrue(c.moveToNext()); in testDisplayNameLogic() 121 assertTrue(c.moveToNext()); in testLookupKeyLogic()
|
D | MockProviderTests.java | 122 while (c.moveToNext()) { in testInsertQueryandDelete() 150 assertTrue(c.moveToNext()); in testInsertQueryandDelete() 171 while (c.moveToNext()) { in testUpdate()
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
D | MailboxFragmentAdapterTest.java | 93 assertTrue(cursor.moveToNext()); in testBuildCombinedMailboxes() 97 assertTrue(cursor.moveToNext()); in testBuildCombinedMailboxes() 101 assertTrue(cursor.moveToNext()); in testBuildCombinedMailboxes()
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/ |
D | ExchangeDirectoryProviderTests.java | 65 assertTrue(c.moveToNext()); in testBuildSimpleGalResultCursor() 107 assertTrue(c.moveToNext()); in testDisplayNameLogic() 121 assertTrue(c.moveToNext()); in testLookupKeyLogic()
|
D | MockProviderTests.java | 122 while (c.moveToNext()) { in testInsertQueryandDelete() 150 assertTrue(c.moveToNext()); in testInsertQueryandDelete() 171 while (c.moveToNext()) { in testUpdate()
|
/packages/apps/Browser/src/com/android/browser/homepages/ |
D | Template.java | 62 boolean moveToNext(); in moveToNext() method 109 while (iter.moveToNext()) { in write() 125 public boolean moveToNext() { in moveToNext() method in Template.CursorListEntityWrapper 126 return mCursor.moveToNext(); in moveToNext()
|
/packages/apps/Browser/tests/src/com/android/browser/tests/ |
D | BP1to2UpgradeTests.java | 59 while (c.moveToNext()) { in testStockUpgrade() 69 while (c.moveToNext()) { in testStockUpgrade() 79 while (c.moveToNext()) { in testStockUpgrade()
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
D | WidgetDatabaseHelper.java | 110 while (cursor.moveToNext()) { in saveData() 126 while (cursor.moveToNext()) { in saveData() 225 if (cursor == null || !cursor.moveToNext()) { in getEntry() 250 while (cursor.moveToNext()) { in getEntries()
|
D | LocalPhotoSource.java | 126 Utils.assertTrue(cursor.moveToNext()); in getPhotoCount() 148 Utils.assertTrue(cursor.moveToNext()); in isContentSound()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | CommonNicknameCache.java | 77 cursor.moveToNext(); in preloadNicknameBloomFilter() 142 cursor.moveToNext(); in loadNicknameClusters()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 445 while (c.moveToNext()) { in aggregateInTransaction() 595 while (cursor.moveToNext()) { in markAllVisibleForAggregation() 841 while (duplicatesCursor.moveToNext()) { in canJoinIntoContact() 976 if (!cursor.moveToNext()) { in splitAutomaticallyAggregatedRawContacts() 1040 while (cursor.moveToNext()) { in updateAggregationAfterVisibilityChange() 1132 while (c.moveToNext()) { in prefetchAggregationExceptionIds() 1192 while (c.moveToNext()) { in pickBestMatchBasedOnExceptions() 1316 while (c.moveToNext()) { in loadNameMatchCandidates() 1380 while (c.moveToNext()) { in updateMatchScoresBasedOnIdentityMatch() 1426 while (c.moveToNext()) { in updateMatchScoresBasedOnNameMatches() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocalAlbum.java | 123 while (cursor.moveToNext()) { in getMediaItem() 187 while (i < n && cursor.moveToNext()) { in getMediaItemById() 230 Utils.assertTrue(cursor.moveToNext()); in getMediaItemCount()
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
D | AccountBackupRestoreTests.java | 129 assertTrue(c.moveToNext()); in testBackupAndRestore() 143 assertTrue(c.moveToNext()); in testBackupAndRestore()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | FileCache.java | 171 if (!cursor.moveToNext()) return null; in queryDatabase() 206 if (cursor.moveToNext()) mTotalBytes = cursor.getLong(0); in initialize() 223 && mTotalBytes > mCapacity && cursor.moveToNext()) { in freeSomeSpaceIfNeed()
|
/packages/apps/Email/src/com/android/email/activity/ |
D | MessageOrderManager.java | 260 while (mCursor.moveToNext() in adjustCursorPosition() 295 if (canMoveToOlder() && mCursor.moveToNext()) { in moveToOlder()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 697 assertTrue(c.moveToNext()); in assertSingleGroup() 699 assertFalse(c.moveToNext()); in assertSingleGroup() 710 assertTrue(c.moveToNext()); in assertSingleGroupMembership() 712 assertFalse(c.moveToNext()); in assertSingleGroupMembership() 793 assertFalse(c.moveToNext()); in assertNoRowsAndClose() 823 assertTrue(c.moveToNext()); in assertDirty() 825 assertFalse(c.moveToNext()); in assertDirty() 831 assertTrue(c.moveToNext()); in getVersion() 833 assertFalse(c.moveToNext()); in getVersion() 1112 while (cursor.moveToNext()) { in assertCursorValues() [all …]
|
D | ContactDirectoryManagerTest.java | 181 cursor.moveToNext(); in testScanAllProviders() 186 cursor.moveToNext(); in testScanAllProviders() 237 cursor.moveToNext(); in testPackageInstalled() 337 cursor.moveToNext(); in testPackageReplaced() 404 cursor.moveToNext(); in testPackageRenamed()
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
D | DateSortedExpandableListAdapter.java | 121 mCursor.moveToNext(); in buildMap() 182 mCursor.moveToNext()) { in groupFromChildId()
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/provider/ |
D | MailboxUtilities.java | 73 while (childCursor.moveToNext()) { in setFlagsAndChildrensParentKey() 138 while (noParentKeyMailboxCursor.moveToNext()) { in fixupUninitializedParentKeys()
|