/frameworks/base/include/drm/ |
D | DrmMetadata.h | 46 bool hasNext(); 68 bool hasNext(); 81 while (keyIt.hasNext()) { in ~DrmMetadata()
|
D | DrmConstraints.h | 82 bool hasNext(); 105 bool hasNext(); 118 while (keyIt.hasNext()) { in ~DrmConstraints()
|
D | DrmInfoRequest.h | 81 bool hasNext(); 105 bool hasNext();
|
D | DrmInfo.h | 67 bool hasNext(); 91 bool hasNext();
|
D | DrmSupportInfo.h | 48 bool hasNext(); 71 bool hasNext();
|
/frameworks/base/core/java/android/content/ |
D | CursorEntityIterator.java | 58 public final boolean hasNext() { in hasNext() method in CursorEntityIterator 79 if (!hasNext()) { in next()
|
D | IntentFilter.java | 1033 return it.hasNext() ? it.next() : null; in matchCategories() 1036 while (it.hasNext()) { in matchCategories() 1266 while (it.hasNext()) { in dump() 1275 while (it.hasNext()) { in dump() 1284 while (it.hasNext()) { in dump() 1293 while (it.hasNext()) { in dump() 1305 while (it.hasNext()) { in dump() 1315 while (it.hasNext()) { in dump()
|
/frameworks/base/core/java/android/database/ |
D | CursorJoiner.java | 120 public boolean hasNext() { in hasNext() method in CursorJoiner 157 if (!hasNext()) { in next() 161 assert hasNext(); in next()
|
/frameworks/base/core/java/android/webkit/ |
D | CookieManager.java | 399 while (iter.hasNext()) { in setCookie() 433 while (iter2.hasNext()) { in setCookie() 525 while (iter.hasNext()) { in getCookie() 541 while (setIter.hasNext()) { in getCookie() 616 while (listIter.hasNext()) { in removeSessionCookie() 619 while (iter.hasNext()) { in removeSessionCookie() 694 while (listIter.hasNext()) { in removeExpiredCookie() 697 while (iter.hasNext()) { in removeExpiredCookie() 761 while (listIter.hasNext()) { in getUpdatedCookiesSince() 764 while (iter.hasNext()) { in getUpdatedCookiesSince() [all …]
|
D | UrlInterceptRegistry.java | 130 while (iter.hasNext()) { in getSurrogate() 158 while (iter.hasNext()) { in getPluginData()
|
/frameworks/base/drm/common/ |
D | DrmInfoRequest.cpp | 68 bool DrmInfoRequest::KeyIterator::hasNext() { in hasNext() function in DrmInfoRequest::KeyIterator 97 bool DrmInfoRequest::Iterator::hasNext() { in hasNext() function in DrmInfoRequest::Iterator
|
D | DrmInfo.cpp | 74 bool DrmInfo::KeyIterator::hasNext() { in hasNext() function in DrmInfo::KeyIterator 102 bool DrmInfo::Iterator::hasNext() { in hasNext() function in DrmInfo::Iterator
|
D | DrmMetadata.cpp | 64 bool DrmMetadata::KeyIterator::hasNext() { in hasNext() function in DrmMetadata::KeyIterator 109 bool DrmMetadata::Iterator::hasNext() { in hasNext() function in DrmMetadata::Iterator
|
D | DrmConstraints.cpp | 61 bool DrmConstraints::KeyIterator::hasNext() { in hasNext() function in DrmConstraints::KeyIterator 104 bool DrmConstraints::Iterator::hasNext() { in hasNext() function in DrmConstraints::Iterator
|
D | DrmSupportInfo.cpp | 127 bool DrmSupportInfo::FileSuffixIterator::hasNext() { in hasNext() function in DrmSupportInfo::FileSuffixIterator 151 bool DrmSupportInfo::MimeTypeIterator::hasNext() { in hasNext() function in DrmSupportInfo::MimeTypeIterator
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | BroadcastInterceptingContext.java | 113 while (i.hasNext()) { in unregisterReceiver() 126 while (i.hasNext()) { in sendBroadcast()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | ExportTestProvider.java | 56 public boolean hasNext() { in hasNext() method in ExportTestProvider.MockEntityIterator 57 return mIterator.hasNext(); in hasNext()
|
/frameworks/base/services/java/com/android/server/am/ |
D | UriPermissionOwner.java | 97 while (it.hasNext()) { in removeUriPermissionLocked() 116 while (it.hasNext()) { in removeUriPermissionLocked()
|
D | AppBindRecord.java | 44 while (it.hasNext()) { in dumpInIntentBind()
|
/frameworks/base/opengl/java/android/opengl/ |
D | Group.java | 107 while (iter.hasNext()) { in getNumTriangles() 133 while (iter.hasNext()) { in draw()
|
D | Object3D.java | 106 while (iter.hasNext()) { in getNumTriangles() 240 while (iter.hasNext()) { in draw()
|
/frameworks/base/services/java/com/android/server/ |
D | IntentResolver.java | 172 public boolean hasNext() { in hasNext() method in IntentResolver.IteratorWrapper 173 return mI.hasNext(); in hasNext() 364 while (i.hasNext()) { in register_mime_types() 413 while (i.hasNext()) { in unregister_mime_types() 449 while (i.hasNext()) { in register_intent_filter() 471 while (i.hasNext()) { in unregister_intent_filter()
|
/frameworks/base/core/java/android/util/ |
D | FastImmutableArraySet.java | 64 public boolean hasNext() { in hasNext() method in FastImmutableArraySet.FastIterator
|
/frameworks/base/core/java/com/android/internal/net/ |
D | DomainNameValidator.java | 98 while (i.hasNext()) { in matchIpAddress() 135 while (i.hasNext()) { in matchDns()
|
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
D | SipCallBase.java | 48 for (Iterator<Connection> it = connections.iterator(); it.hasNext(); ) { in clearDisconnected()
|