Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/textservice/
DLazyIntToIntMapTest.java70 final AtomicReference<IntUnaryOperator> funcRef = new AtomicReference<>(func1); in testDelete() local
71 final LazyIntToIntMap map = new LazyIntToIntMap(i -> funcRef.get().applyAsInt(i)); in testDelete()
81 funcRef.set(func2); in testDelete()