Searched refs:hasNext (Results 51 - 75 of 104) sorted by relevance

12345

/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTestCore.java160 if (test_iter.hasNext()) {
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DPredictor.java163 while(itr.hasNext()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DAdnRecordCache.java203 for (Iterator<AdnRecord> it = oldAdnList.iterator(); it.hasNext(); ) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DEnableAccessibilityController.java139 while (iterator.hasNext()) {
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp264 while (keyIt.hasNext()) {
309 while (keyIt.hasNext()) {
885 while (keyIt.hasNext()) {
915 while (keyIt.hasNext()) {
1038 while (keyIt.hasNext()) {
1304 while (fileSuffixIt.hasNext()) {
1310 while (mimeTypeIt.hasNext()) {
/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java260 while (it.hasNext()) {
274 while (it.hasNext()) {
H A DCompatModePackages.java358 while (it.hasNext()) {
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java212 if (it.hasNext()) {
/frameworks/base/core/java/android/util/
H A DJsonReader.java44 * while loop that accumulates values, terminating when {@link #hasNext}
50 * This loop should terminate when {@link #hasNext} is false. Finally,
101 * while (reader.hasNext()) {
115 * while (reader.hasNext()) {
137 * while (reader.hasNext()) {
149 * while (reader.hasNext()) {
318 public boolean hasNext() throws IOException { method in class:JsonReader
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjectorFallback.java435 while (semiColonSplitter.hasNext()) {
H A DAccessibilityInjector.java605 while (keys.hasNext()) {
H A DWebViewDatabaseClassic.java540 while (iter.hasNext()) {
H A DBrowserFrame.java595 while (iter.hasNext()) {
618 while (iter.hasNext()) {
/frameworks/base/voip/java/com/android/server/sip/
H A DSipWakeupTimer.java194 iter.hasNext();) {
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java254 while (iterator.hasNext()) {
/frameworks/base/core/java/android/app/
H A DLoadedApk.java534 while (it.hasNext()) {
560 while (it.hasNext()) {
991 while (it.hasNext()) {
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java4857 while (iterator.hasNext()) {
5005 while(iterator.hasNext()) {
5053 while (iterator.hasNext()) {
5093 while (iterator.hasNext()) {
5307 while (iterator.hasNext()) {
5440 while (iterator.hasNext()) {
5698 while (iterator.hasNext()) {
6326 while(iterator.hasNext()) {
6696 while (iterator.hasNext()) {
7250 while (iterator.hasNext()) {
11009 public boolean hasNext() { method in class:WindowManagerService.DisplayContentsIterator
11048 public boolean hasNext() { method in class:WindowManagerService.AllWindowsIterator
[all...]
H A DInputMonitor.java254 while (iterator.hasNext()) {
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQueryBuilder.java646 while (entryIter.hasNext()) {
/frameworks/base/keystore/java/android/security/
H A DAndroidKeyStore.java112 while (it.hasNext()) {
/frameworks/base/services/java/com/android/server/
H A DTwilightService.java426 while (providers.hasNext()) {
H A DVibratorService.java322 while (iter.hasNext()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java468 while (iter.hasNext()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java103 if (recycledViews.hasNext()) {
H A DRecentsVerticalScrollView.java108 if (recycledViews.hasNext()) {

Completed in 7500 milliseconds

12345