Home
last modified time | relevance | path

Searched defs:forEach (Results 1 – 3 of 3) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/
DSortedS2Ranges.java95 public void forEach(Consumer<? super T> action) { in forEach() method in SortedS2Ranges
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfMap.java242 public void forEach(BiConsumer<K, V> action) throws ErrnoException { in forEach() method in BpfMap
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java168 public void forEach(BiConsumer<K, V> action) throws ErrnoException { in forEach() method in BpfCoordinatorTest.TestBpfMap