Searched refs:hasNext (Results 26 - 50 of 104) sorted by relevance

12345

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java118 while (iter.hasNext()) {
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileObserverTest.java112 while (it.hasNext()) {
/frameworks/base/location/java/android/location/
H A DGpsStatus.java43 public boolean hasNext() { method in class:GpsStatus.SatelliteIterator
/frameworks/base/services/java/com/android/server/am/
H A DIntentBindRecord.java67 while (it.hasNext()) {
H A DActiveServices.java580 while (it.hasNext()) {
1068 while (bindings.hasNext()) {
1190 while (it.hasNext()) {
1203 while (it.hasNext()) {
1224 while (it.hasNext()) {
1600 while (it.hasNext()) {
1605 while (jt.hasNext()) {
1629 while (it.hasNext()) {
1640 while (it.hasNext()) {
1656 while (bindings.hasNext()) {
[all...]
H A DProviderMap.java236 while (it.hasNext()) {
248 while (it.hasNext()) {
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java99 while (it.hasNext()) {
/frameworks/base/core/java/android/content/
H A DIntentFilter.java1033 return it.hasNext() ? it.next() : null;
1036 while (it.hasNext()) {
1266 while (it.hasNext()) {
1275 while (it.hasNext()) {
1284 while (it.hasNext()) {
1293 while (it.hasNext()) {
1305 while (it.hasNext()) {
1315 while (it.hasNext()) {
H A DSyncQueue.java182 while (entries.hasNext()) {
/frameworks/base/media/java/android/media/
H A DAudioService.java1313 while (i.hasNext()) {
1486 while (iter.hasNext()) {
2757 while (i.hasNext()) {
2872 while (i.hasNext()) {
2889 while (i.hasNext()) {
2895 while (i.hasNext()) {
2947 while (i.hasNext()) {
2987 while (i.hasNext()) {
3054 while (i.hasNext()) {
3062 while (i.hasNext()) {
[all...]
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java309 while (it.hasNext()) {
333 while (it.hasNext()) {
356 while (it.hasNext()) {
545 while (it.hasNext())
588 while (it.hasNext()) {
697 while (it.hasNext()) {
777 while (it.hasNext())
H A DIntentResolver.java184 public boolean hasNext() { method in class:IntentResolver.IteratorWrapper
185 return mI.hasNext();
412 while (i.hasNext()) {
443 while (i.hasNext()) {
473 while (i.hasNext()) {
489 while (i.hasNext()) {
/frameworks/base/core/java/android/net/http/
H A DRequestQueue.java429 while (iter.hasNext()) {
436 while (iter.hasNext()) {
527 if (iter.hasNext()) {
H A DRequest.java197 while (i.hasNext()) {
216 while (i.hasNext()) {
/frameworks/base/core/java/android/webkit/
H A DWebCoreThreadWatchdog.java171 while (it.hasNext()) {
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DRSTestCore.java131 if (test_iter.hasNext()) {
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DRSTestCore.java135 if (test_iter.hasNext()) {
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java181 while (errIter.hasNext()) {
277 while (iter.hasNext()) {
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp266 while (keyIt.hasNext()) {
316 while (keyIt.hasNext()) {
361 while (iterator.hasNext()) {
367 while (it.hasNext()) {
441 jmethodID Iterator_hasNext = env->GetMethodID(Iterator_class, "hasNext", "()Z");
522 jmethodID Iterator_hasNext = env->GetMethodID(Iterator_class, "hasNext", "()Z");
560 while (it.hasNext()) {
/frameworks/base/test-runner/src/android/test/
H A DMoreAsserts.java370 if (iterable.iterator().hasNext()) {
404 if (!iterable.iterator().hasNext()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIntRangeManager.java508 if (iterator.hasNext()) {
513 while (iterator.hasNext()) {
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java530 if (!entityIterator.hasNext()) {
535 while (entityIterator.hasNext()) {
/frameworks/base/core/java/android/net/
H A DDnsPinger.java213 while (iter.hasNext()) {
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java46 while (iter.hasNext()) {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DRenderable.java139 while (allParamsIter.hasNext()) {

Completed in 401 milliseconds

12345