Searched defs:hasNext (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/content/
H A DCursorEntityIterator.java58 public final boolean hasNext() { method in class:CursorEntityIterator
60 throw new IllegalStateException("calling hasNext() when the iterator is closed");
73 * @see EntityIterator#hasNext()
79 if (!hasNext()) {
80 throw new IllegalStateException("you may only call next() if hasNext() is true");
/frameworks/base/core/java/android/util/
H A DFastImmutableArraySet.java64 public boolean hasNext() { method in class:FastImmutableArraySet.FastIterator
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
549 if (!hasNext() || peek() == JsonToken.END_DOCUMENT) {
H A DMapCollections.java49 public boolean hasNext() { method in class:MapCollections.ArrayIterator
84 public boolean hasNext() { method in class:MapCollections.MapIterator
201 while (it.hasNext()) {
380 while (it.hasNext()) {
458 while (it.hasNext()) {
469 while (it.hasNext()) {
478 while (it.hasNext()) {
/frameworks/av/drm/common/
H A DDrmConstraints.cpp61 bool DrmConstraints::KeyIterator::hasNext() { function in class:DrmConstraints::KeyIterator
104 bool DrmConstraints::Iterator::hasNext() { function in class:DrmConstraints::Iterator
H A DDrmInfoRequest.cpp68 bool DrmInfoRequest::KeyIterator::hasNext() { function in class:DrmInfoRequest::KeyIterator
97 bool DrmInfoRequest::Iterator::hasNext() { function in class:DrmInfoRequest::Iterator
H A DDrmMetadata.cpp64 bool DrmMetadata::KeyIterator::hasNext() { function in class:DrmMetadata::KeyIterator
109 bool DrmMetadata::Iterator::hasNext() { function in class:DrmMetadata::Iterator
H A DDrmInfo.cpp74 bool DrmInfo::KeyIterator::hasNext() { function in class:DrmInfo::KeyIterator
102 bool DrmInfo::Iterator::hasNext() { function in class:DrmInfo::Iterator
H A DDrmSupportInfo.cpp127 bool DrmSupportInfo::FileSuffixIterator::hasNext() { function in class:DrmSupportInfo::FileSuffixIterator
151 bool DrmSupportInfo::MimeTypeIterator::hasNext() { function in class:DrmSupportInfo::MimeTypeIterator
/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp51 bool FileCollectionIterator::hasNext() { function in class:aapt::io::FileCollectionIterator
H A DZipArchive.cpp63 bool ZipFileCollectionIterator::hasNext() { function in class:aapt::io::ZipFileCollectionIterator
/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/base/core/java/android/database/
H A DCursorJoiner.java120 public boolean hasNext() { method in class:CursorJoiner
146 * The caller must check that hasNext() returns true before calling this.
157 if (!hasNext()) {
158 throw new IllegalStateException("you must only call next() when hasNext() is true");
161 assert hasNext();
/frameworks/base/core/java/android/util/jar/
H A DStrictJarFile.java234 public boolean hasNext() { method in class:StrictJarFile.EntryIterator
257 while (entryIterator.hasNext()) {
/frameworks/base/location/java/android/location/
H A DGpsStatus.java53 public boolean hasNext() { method in class:GpsStatus.SatelliteIterator
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DSupplicantBridge.java391 while (chars.hasNext()) {
393 if (ch != '\\' || ! chars.hasNext()) {
442 private boolean hasNext() { method in class:SupplicantBridge.CharIterator
/frameworks/support/compat/java/android/support/v4/util/
H A DMapCollections.java46 public boolean hasNext() { method in class:MapCollections.ArrayIterator
81 public boolean hasNext() { method in class:MapCollections.MapIterator
198 while (it.hasNext()) {
377 while (it.hasNext()) {
455 while (it.hasNext()) {
466 while (it.hasNext()) {
475 while (it.hasNext()) {
/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java136 mCues.entriesBetween(mLastUpdateTimeMs, timeMs).iterator(); it.hasNext(); ) {
490 public boolean hasNext() { method in class:SubtitleTrack.CueList.EntryIterator
502 if (!mListIterator.hasNext()) {
562 } while (!mListIterator.hasNext());
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java322 public boolean hasNext() { method in class:IntentResolver.IteratorWrapper
323 return mI.hasNext();
574 while (i.hasNext()) {
605 while (i.hasNext()) {
635 while (i.hasNext()) {
651 while (i.hasNext()) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedAction.java486 * @param hasNext Whether this action has a next state.
488 public B hasNext(boolean hasNext) { argument
489 setFlags(hasNext ? PF_HAS_NEXT : 0, PF_HAS_NEXT);
841 public boolean hasNext() { method in class:GuidedAction
847 * this and {@link #hasNext()} are true, infoOnly takes precedence. The default is false. For
/frameworks/base/core/java/android/text/
H A DTextUtils.java314 if (it.hasNext()) {
316 while (it.hasNext()) {
416 public boolean hasNext() { method in class:TextUtils.SimpleStringSplitter
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp84 jmethodID hasNext; member in struct:android::IteratorFields
480 jboolean hasNext = env->CallBooleanMethod(iterator, gFields.iterator.hasNext); local
481 while (hasNext) {
510 hasNext = env->CallBooleanMethod(iterator, gFields.iterator.hasNext);
664 GET_METHOD_ID(gFields.iterator.hasNext, clazz, "hasNext", "()Z");
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 790 milliseconds

12