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

1234567

/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DCities.java38 while (i.hasNext()) {
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcUnlockManager.java57 while (iterator.hasNext()) {
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
H A DBuilder.java100 while (it.hasNext()) {
170 while (it.hasNext()) {
230 public boolean hasNext() { method in class:Builder.ChildNodeIterator
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnEngineJAJP.java236 while (convResult.hasNext()) {
250 while(it.hasNext()) {
426 if ((headCandidates == null) || (!headCandidates.hasNext())) {
453 while(it.hasNext()) {
502 while (clauses.hasNext()) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterDrawRepresentation.java217 for (Iterator<StrokeData> elem = representation.mDrawing.iterator(); elem.hasNext(); ) {
351 while (sreader.hasNext()) {
356 while (sreader.hasNext()) {
370 while (sreader.hasNext()) {
H A DFilterStraightenRepresentation.java132 while (reader.hasNext()) {
H A DFilterColorBorderRepresentation.java188 while (reader.hasNext()) {
H A DFilterCropRepresentation.java165 while (reader.hasNext()) {
H A DFilterMirrorRepresentation.java196 while (reader.hasNext()) {
H A DFilterRotateRepresentation.java176 while (reader.hasNext()) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDeferredHandler.java107 while (iter.hasNext()) {
H A DUninstallShortcutReceiver.java76 while (iter.hasNext()) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeferredHandler.java108 while (iter.hasNext()) {
H A DUninstallShortcutReceiver.java71 while (iter.hasNext()) {
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndSubtypeUtil.java119 while (sStringInputMethodSplitter.hasNext()) {
122 if (sStringInputMethodSubtypeSplitter.hasNext()) {
126 while (sStringInputMethodSubtypeSplitter.hasNext()) {
154 while(sStringInputMethodSplitter.hasNext()) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DAppRestrictionsManager.java299 .hasNext(true)
314 .hasNext(mRestrictionsIntent == null)
334 .hasNext(mRestrictionsIntent == null)
350 .hasNext(mRestrictionsIntent == null)
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
H A DHeader.java136 for (Iterator<Field> it = fields.iterator(); it.hasNext();) {
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DSplitter.java423 public final boolean hasNext() { method in class:Splitter.AbstractIterator
446 if (!hasNext()) {
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DSplitter.java423 public final boolean hasNext() { method in class:Splitter.AbstractIterator
446 if (!hasNext()) {
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DIOUtils.java528 * while (it.hasNext()) {
560 * while (it.hasNext()) {
905 for (Iterator<Object> it = lines.iterator(); it.hasNext(); ) {
941 for (Iterator<Object> it = lines.iterator(); it.hasNext(); ) {
970 for (Iterator<Object> it = lines.iterator(); it.hasNext(); ) {
/packages/apps/Browser/src/com/android/browser/
H A DPreloadRequestReceiver.java117 while (iter.hasNext()) {
/packages/apps/Dialer/tests/src/com/android/dialer/util/
H A DFakeAsyncTaskExecutor.java211 while (iter.hasNext()) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DSymbolList.java214 if (mCurrentListIterator == null || !mCurrentListIterator.hasNext()) {
H A DWnnSentence.java60 while (ci.hasNext()) {
/packages/apps/Calendar/src/com/android/calendar/
H A DAsyncQueryServiceHelper.java183 while (it.hasNext()) {
220 while (it.hasNext()) {

Completed in 578 milliseconds

1234567