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

/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
/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/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/location/java/android/location/
H A DGpsStatus.java43 public boolean hasNext() { method in class:GpsStatus.SatelliteIterator
/frameworks/base/services/java/com/android/server/
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()) {
/frameworks/base/core/java/android/text/
H A DTextUtils.java408 public boolean hasNext() { method in class:TextUtils.SimpleStringSplitter
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java4894 while (iterator.hasNext()) {
5042 while(iterator.hasNext()) {
5090 while (iterator.hasNext()) {
5130 while (iterator.hasNext()) {
5344 while (iterator.hasNext()) {
5477 while (iterator.hasNext()) {
5735 while (iterator.hasNext()) {
6377 while(iterator.hasNext()) {
6747 while (iterator.hasNext()) {
7301 while (iterator.hasNext()) {
11060 public boolean hasNext() { method in class:WindowManagerService.DisplayContentsIterator
11099 public boolean hasNext() { method in class:WindowManagerService.AllWindowsIterator
[all...]

Completed in 1004 milliseconds