Home
last modified time | relevance | path

Searched refs:iteratorWithAdditions (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/app-toolkit/common/src/test/java/androidx/collection/
DSafeIterableMapTest.java271 Iterator<Entry<Integer, Boolean>> iterator = map.iteratorWithAdditions(); in testIteratorWithAdditions1()
287 Iterator<Entry<Integer, Boolean>> iterator = map.iteratorWithAdditions(); in testIteratorWithAdditions2()
305 Iterator<Entry<Integer, Boolean>> iterator = map.iteratorWithAdditions(); in testIteratorWithAdditions3()
320 Iterator<Entry<Integer, Boolean>> iterator = map.iteratorWithAdditions(); in testIteratorWithAdditions4()
340 Iterator<Entry<Integer, Boolean>> iterator = map.iteratorWithAdditions(); in testIteratorWithAddition5()
440 Iterator<Entry<Integer, Boolean>> iterator = map.iteratorWithAdditions(); in testIteratorWithAdditionEmpty()
/frameworks/support/lifecycle/livedata-core/src/main/java/androidx/lifecycle/
DLiveData.java125 mObservers.iteratorWithAdditions(); iterator.hasNext(); ) { in dispatchingValue()
/frameworks/support/lifecycle/runtime/src/main/java/androidx/lifecycle/
DLifecycleRegistry.java286 mObserverMap.iteratorWithAdditions(); in forwardPass()
/frameworks/support/app-toolkit/common/src/main/java/androidx/arch/core/internal/
DSafeIterableMap.java157 public IteratorWithAdditions iteratorWithAdditions() { in iteratorWithAdditions() method in SafeIterableMap