Searched refs:hasNext (Results 1 - 25 of 104) sorted by last modified time

12345

/frameworks/support/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java254 while (iterator.hasNext()) {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java56 public boolean hasNext() { method in class:ExportTestProvider.MockEntityIterator
57 return mIterator.hasNext();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java530 if (!entityIterator.hasNext()) {
535 while (entityIterator.hasNext()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIntRangeManager.java508 if (iterator.hasNext()) {
513 while (iterator.hasNext()) {
H A DSmsUsageMonitor.java622 while (iter.hasNext()) {
H A DAdnRecordCache.java203 for (Iterator<AdnRecord> it = oldAdnList.iterator(); it.hasNext(); ) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java257 while (iter.hasNext()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java468 while (iter.hasNext()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCallBase.java48 for (Iterator<Connection> it = connections.iterator(); it.hasNext(); ) {
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java99 while (it.hasNext()) {
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DFeatureAssembly.java60 while(itr.hasNext()) {
H A DPredictor.java163 while(itr.hasNext()) {
/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java681 while (i.hasNext()) {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DRenderable.java139 while (allParamsIter.hasNext()) {
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTestCore.java160 if (test_iter.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/voip/java/com/android/server/sip/
H A DSipWakeupTimer.java194 iter.hasNext();) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java518 if (iter.hasNext()) {
527 if (dnsIterator.hasNext()) {
/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 DAppWidgetServiceImpl.java748 while (it.hasNext()) {
813 while (it.hasNext()) {
1575 while (it.hasNext()) {
H A DInputMethodManagerService.java3521 while (mInputMethodSplitter.hasNext()) {
3524 if (mSubtypeSplitter.hasNext()) {
3528 while (mSubtypeSplitter.hasNext()) {
3777 while (mInputMethodSplitter.hasNext()) {
3780 if (mSubtypeSplitter.hasNext()) {
3784 while (mSubtypeSplitter.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()) {
H A DIntentResolverOld.java173 public boolean hasNext() { method in class:IntentResolverOld.IteratorWrapper
174 return mI.hasNext();
366 while (i.hasNext()) {
415 while (i.hasNext()) {
451 while (i.hasNext()) {
473 while (i.hasNext()) {

Completed in 242 milliseconds

12345