Home
last modified time | relevance | path

Searched refs:hasNext (Results 1 – 25 of 177) sorted by relevance

12345678

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGuidedAction.java174 public Builder hasNext(boolean hasNext) { in hasNext() method in GuidedAction.Builder
175 mHasNext = hasNext; in hasNext()
294 public boolean hasNext() { in hasNext() method in GuidedAction
/frameworks/av/include/drm/
DDrmMetadata.h46 bool hasNext();
68 bool hasNext();
81 while (keyIt.hasNext()) { in ~DrmMetadata()
DDrmConstraints.h82 bool hasNext();
105 bool hasNext();
118 while (keyIt.hasNext()) { in ~DrmConstraints()
DDrmInfo.h67 bool hasNext();
91 bool hasNext();
DDrmInfoRequest.h81 bool hasNext();
105 bool hasNext();
DDrmSupportInfo.h48 bool hasNext();
71 bool hasNext();
/frameworks/base/core/java/android/content/
DCursorEntityIterator.java58 public final boolean hasNext() { in hasNext() method in CursorEntityIterator
79 if (!hasNext()) { in next()
/frameworks/support/v4/java/android/support/v4/util/
DMapCollections.java47 public boolean hasNext() { in hasNext() method in MapCollections.ArrayIterator
82 public boolean hasNext() { in hasNext() method in MapCollections.MapIterator
199 while (it.hasNext()) { in containsAll()
378 while (it.hasNext()) { in containsAll()
456 while (it.hasNext()) { in containsAllHelper()
467 while (it.hasNext()) { in removeAllHelper()
476 while (it.hasNext()) { in retainAllHelper()
/frameworks/base/core/java/android/util/
DMapCollections.java49 public boolean hasNext() { in hasNext() method in MapCollections.ArrayIterator
84 public boolean hasNext() { in hasNext() method in MapCollections.MapIterator
201 while (it.hasNext()) { in containsAll()
380 while (it.hasNext()) { in containsAll()
458 while (it.hasNext()) { in containsAllHelper()
469 while (it.hasNext()) { in removeAllHelper()
478 while (it.hasNext()) { in retainAllHelper()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DFeatureAssembly.java75 while(itr.hasNext()) { in getFeatureMap()
88 while(itr.hasNext()) { in getFeatureMap()
106 while(itr.hasNext()) { in augmentFeatureInputString()
/frameworks/base/core/java/android/database/
DCursorJoiner.java120 public boolean hasNext() { in hasNext() method in CursorJoiner
157 if (!hasNext()) { in next()
161 assert hasNext(); in next()
/frameworks/base/services/core/java/com/android/server/audio/
DMediaFocusControl.java270 while (displayIterator.hasNext()) { in onReevaluateRemoteControlDisplays()
464 while(stackIterator.hasNext()) { in propagateFocusLossFromGain_syncAf()
479 while(stackIterator.hasNext()) { in dumpFocusStack()
517 while(stackIterator.hasNext()) { in removeFocusStackEntry()
541 while(stackIterator.hasNext()) { in removeFocusStackEntryForClient()
1223 while(stackIterator.hasNext()) { in dumpRCStack()
1238 while(stackIterator.hasNext()) { in dumpRCCStack()
1266 while (displayIterator.hasNext()) { in dumpRCDList()
1400 while (displayIterator.hasNext()) { in setNewRcClientOnDisplays_syncRcsCurrc()
1422 while(stackIterator.hasNext()) { in setNewRcClientGenerationOnClients_syncRcsCurrc()
[all …]
/frameworks/base/location/tests/locationtests/src/android/location/
DGpsStatusTest.java64 assertTrue("hasNext(1)", iterator.hasNext()); in testGpsStatusIterator()
65 assertTrue("hasNext(1) does not overflow", iterator.hasNext()); in testGpsStatusIterator()
68 assertTrue("hasNext(2)", iterator.hasNext()); in testGpsStatusIterator()
69 assertTrue("hasNext(2) does not overflow", iterator.hasNext()); in testGpsStatusIterator()
72 assertFalse("hasNext() no elements", iterator.hasNext()); in testGpsStatusIterator()
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DJsonParser.java46 while (reader.hasNext()) { in parse()
87 while (reader.hasNext()) { in parseArray()
/frameworks/base/core/java/android/webkit/
DUrlInterceptRegistry.java130 while (iter.hasNext()) { in getSurrogate()
158 while (iter.hasNext()) { in getPluginData()
/frameworks/av/drm/common/
DDrmInfoRequest.cpp68 bool DrmInfoRequest::KeyIterator::hasNext() { in hasNext() function in DrmInfoRequest::KeyIterator
97 bool DrmInfoRequest::Iterator::hasNext() { in hasNext() function in DrmInfoRequest::Iterator
DDrmMetadata.cpp64 bool DrmMetadata::KeyIterator::hasNext() { in hasNext() function in DrmMetadata::KeyIterator
109 bool DrmMetadata::Iterator::hasNext() { in hasNext() function in DrmMetadata::Iterator
DDrmInfo.cpp74 bool DrmInfo::KeyIterator::hasNext() { in hasNext() function in DrmInfo::KeyIterator
102 bool DrmInfo::Iterator::hasNext() { in hasNext() function in DrmInfo::Iterator
DDrmConstraints.cpp61 bool DrmConstraints::KeyIterator::hasNext() { in hasNext() function in DrmConstraints::KeyIterator
104 bool DrmConstraints::Iterator::hasNext() { in hasNext() function in DrmConstraints::Iterator
DDrmSupportInfo.cpp127 bool DrmSupportInfo::FileSuffixIterator::hasNext() { in hasNext() function in DrmSupportInfo::FileSuffixIterator
151 bool DrmSupportInfo::MimeTypeIterator::hasNext() { in hasNext() function in DrmSupportInfo::MimeTypeIterator
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DEvent.java164 while (mReader.hasNext()) { in getNextEvent()
212 while (mReader.hasNext()) { in readData()
238 while (mReader.hasNext()) { in consumeRemainingElements()
/frameworks/base/core/tests/coretests/src/android/net/
DNetworkScorerAppManagerTest.java84 assertTrue(result.hasNext()); in testGetAllValidScorers()
90 assertTrue(result.hasNext()); in testGetAllValidScorers()
96 assertFalse(result.hasNext()); in testGetAllValidScorers()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DBaseMenuWrapper.java102 while (iterator.hasNext()) { in internalRemoveGroup()
118 while (iterator.hasNext()) { in internalRemoveItem()
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeUtils.java67 while (it.hasNext()) { in toString()
71 if (it.hasNext()) { in toString()
/frameworks/base/services/core/java/com/android/server/am/
DUriPermissionOwner.java76 while (it.hasNext()) { in removeUriPermissionLocked()
91 while (it.hasNext()) { in removeUriPermissionLocked()

12345678