HomeSort by relevance Sort by last modified time
    Searched refs:moveToNext (Results 76 - 100 of 627) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/support/room/compiler/src/test/data/daoWriter/output/
ComplexDao.java 52 while(_cursor.moveToNext()) {
160 while(_cursor.moveToNext()) {
218 while(_cursor.moveToNext()) {
253 while(_cursor.moveToNext()) {
356 while(_cursor.moveToNext()) {
418 while(_cursor.moveToNext()) {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
ParticipantRefresh.java 267 while (cursor.moveToNext()) {
324 while (cursor.moveToNext()) {
464 selfCursor.moveToNext();
531 while (matchingContactCursor.moveToNext()) {
642 while (cursor.moveToNext()) {
680 while (cursor.moveToNext()) {
  /frameworks/base/services/core/java/com/android/server/notification/
CalendarTracker.java 102 while (cursor != null && cursor.moveToNext()) {
125 while (cursor != null && cursor.moveToNext()) {
188 while (cursor != null && cursor.moveToNext()) {
  /packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
SystemCallLogDataSource.java 236 } while (cursor.moveToNext());
286 } while (cursor.moveToNext());
320 } while (cursor.moveToNext());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MailboxUtilities.java 79 while (childCursor.moveToNext()) {
146 while (noParentKeyMailboxCursor.moveToNext()) {
259 while(c.moveToNext()) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 305 while (c.moveToNext()) {
331 while (c.moveToNext()) {
359 while (c.moveToNext()) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java 172 if (!cursor.moveToNext()) return null;
207 if (cursor.moveToNext()) mTotalBytes = cursor.getLong(0);
224 && mTotalBytes > mCapacity && cursor.moveToNext()) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbum.java 131 while (cursor.moveToNext()) {
197 while (i < n && cursor.moveToNext()) {
240 Utils.assertTrue(cursor.moveToNext());
  /packages/apps/TV/src/com/android/tv/util/
AsyncDbTask.java 193 while (c.moveToNext()) {
238 if (c.moveToNext()) {
244 if (c.moveToNext()) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogDatabaseHelper.java 318 while (source.moveToNext()) {
329 while (source.moveToNext()) {
384 while (c.moveToNext()) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 262 while (c.moveToNext()) {
408 while (cursor.moveToNext()) {
471 while (cursor.moveToNext()) {
520 while (c.moveToNext()) {
563 while (c.moveToNext()) {
587 while (c.moveToNext()) {
617 while (c.moveToNext()) {
648 while (c.moveToNext()) {
674 while (c.moveToNext()) {
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 338 while (cursor.moveToNext()) {
351 while (cursor.moveToNext()) {
360 while (cursor.moveToNext()) {
373 while (cursor.moveToNext()) {
381 while (cursor.moveToNext()) {
389 while (cursor.moveToNext()) {
398 while (cursor.moveToNext()) {
425 while (cursor.moveToNext() && result.getCount() < 64) {
433 while (cursor.moveToNext() && result.getCount() < 64) {
461 while (cursor.moveToNext()) {
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
LocalSource.java 88 while (cursor.moveToNext()) {
145 while (data.position == -1 && data.cursor.moveToNext()) {
220 while (foundImages.size() < howMany && cursor.moveToNext()) {
  /cts/tests/app/src/android/app/cts/
DownloadManagerTest.java 202 assertTrue(cursor.moveToNext());
207 assertFalse(cursor.moveToNext());
374 for (int i = 0; cursor.moveToNext(); i++) {
452 assertTrue(cursor.moveToNext());
  /cts/tests/tests/database/src/android/database/cts/
MergeCursorTest.java 92 mergeCursor.moveToNext();
119 // MergeCursor should points to cursors[1] moveToNext.
120 mergeCursor.moveToNext();
163 mergeCursor.moveToNext();
179 mergeCursor.moveToNext();
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Genres_MembersTest.java 178 while(c.moveToNext()) {
218 while(c.moveToNext()) {
272 while(c.moveToNext()) {
288 while(c.moveToNext()) {
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/simple/
SimpleTvInputService.java 97 cursor.moveToNext();
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
ContactablesLoaderCallbacks.java 137 } while (cursor.moveToNext());
  /developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
ContactablesLoaderCallbacks.java 137 } while (cursor.moveToNext());
  /development/samples/Vault/tests/src/com/example/android/vault/
VaultProviderTest.java 94 while (c.moveToNext()) {
  /development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
ContactablesLoaderCallbacks.java 137 } while (cursor.moveToNext());
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAbstractCursor.java 81 public boolean moveToNext() {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/
TestCursor.java 43 public boolean moveToNext() {
  /frameworks/base/core/java/android/content/
ContentQueryMap.java 152 while (cursor.moveToNext()) {
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLocaleTest.java 70 while (c.moveToNext()) {

Completed in 2489 milliseconds

1 2 34 5 6 7 8 91011>>