Searched refs:hasNext (Results 1 - 25 of 104) sorted by relevance

12345

/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/av/include/drm/
H A DDrmMetadata.h46 bool hasNext();
68 bool hasNext();
81 while (keyIt.hasNext()) {
H A DDrmConstraints.h82 bool hasNext();
105 bool hasNext();
118 while (keyIt.hasNext()) {
H A DDrmInfo.h67 bool hasNext();
91 bool hasNext();
H A DDrmInfoRequest.h81 bool hasNext();
105 bool hasNext();
H A DDrmSupportInfo.h48 bool hasNext();
71 bool hasNext();
/frameworks/base/core/java/android/webkit/
H A DUrlInterceptRegistry.java130 while (iter.hasNext()) {
158 while (iter.hasNext()) {
H A DByteArrayBuilder.java85 while (it.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/
H A DFastImmutableArraySet.java64 public boolean hasNext() { method in class:FastImmutableArraySet.FastIterator
H A DLocalLog.java52 while (itr.hasNext()) {
/frameworks/av/drm/common/
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 DDrmInfoRequest.cpp68 bool DrmInfoRequest::KeyIterator::hasNext() { function in class:DrmInfoRequest::KeyIterator
97 bool DrmInfoRequest::Iterator::hasNext() { function in class:DrmInfoRequest::Iterator
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 DDrmMetadata.cpp64 bool DrmMetadata::KeyIterator::hasNext() { function in class:DrmMetadata::KeyIterator
109 bool DrmMetadata::Iterator::hasNext() { function in class:DrmMetadata::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/services/tests/servicestests/src/com/android/server/
H A DBroadcastInterceptingContext.java113 while (i.hasNext()) {
126 while (i.hasNext()) {
/frameworks/base/services/java/com/android/server/am/
H A DAppBindRecord.java44 while (it.hasNext()) {
H A DUriPermissionOwner.java97 while (it.hasNext()) {
116 while (it.hasNext()) {
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DFeatureAssembly.java60 while(itr.hasNext()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCallBase.java48 for (Iterator<Connection> it = connections.iterator(); it.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/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java105 while (it.hasNext()) {
/frameworks/base/services/java/com/android/server/
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/services/java/com/android/server/location/
H A DGeofenceManager.java147 while (iter.hasNext()) {
173 while (iter.hasNext()) {
186 while (iter.hasNext()) {

Completed in 659 milliseconds

12345