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

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadCache.java 95 if (cursor.moveToNext()) {
164 && mTotalBytes > mCapacity && cursor.moveToNext()) {
214 if (cursor.moveToNext()) {
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
BindWidgetTest.java 169 mCursor.moveToNext();
212 mCursor.moveToNext();
239 mCursor.moveToNext();
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessPendingMessagesAction.java 314 final boolean messageCurrentlySending = sending.moveToNext();
331 while (cursor.moveToNext()) {
425 if (downloadingCnt == 0 && cursor.moveToNext()) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 698 assertTrue(c.moveToNext());
700 assertFalse(c.moveToNext());
711 assertTrue(c.moveToNext());
713 assertFalse(c.moveToNext());
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
AppLinkTestActivity.java 65 if (cursor != null && cursor.moveToNext()) {
MultipleTracksTestActivity.java 125 if (cursor != null && cursor.moveToNext()) {
SearchUtil.java 68 while (c.moveToNext()) {
  /cts/tests/tests/tv/src/android/media/tv/cts/
StubTunerTvInputService.java 132 if (cursor != null && cursor.moveToNext()) {
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
PaginatedCursor.java 151 mCursor.moveToNext();
  /developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
LocationDbHelper.java 139 cursor.moveToNext();
  /developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
LocationDbHelper.java 139 cursor.moveToNext();
  /development/apps/Development/src/com/android/development/
Details.java 119 if (c != null && c.moveToNext()) {
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicRetriever.java 97 } while (cur.moveToNext());
  /development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
LocationDbHelper.java 139 cursor.moveToNext();
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CallLogFacade.java 108 while (cursor.moveToNext()) {
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 109 } while (cursor.moveToNext());
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 372 while (directoryCursor.moveToNext()) {
541 while (cursor.moveToNext() && count < DEFAULT_PREFERRED_MAX_RESULT_COUNT) {
556 while (cursor.moveToNext()) {
576 while (cursor.moveToNext()) {
  /frameworks/ex/common/java/com/android/common/content/
SyncStateContentProviderHelper.java 116 while (c.moveToNext()) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseCursorPagerAdapter.java 251 while (mCursor.moveToNext()) {
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ExportTestProvider.java 137 public boolean moveToNext() {
  /frameworks/support/core-utils/java/android/support/v4/provider/
TreeDocumentFile.java 138 while (c.moveToNext()) {
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/
DatabaseCallbackTest.java 88 while (cursor.moveToNext()) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 256 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
387 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
447 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
509 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapUtils.java 328 while (c.moveToNext()) {
378 while (dataCursor.moveToNext()) {
411 while (dataCursor.moveToNext()) {
523 while (c.moveToNext()) {
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/pbapclient/
PbapParserTest.java 122 while (cursor.moveToNext()) {

Completed in 843 milliseconds

1 2 3 4 5 67 8 91011>>