Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTokenTests.java231 BiFunction<Integer, Bundle, RootDisplayArea> selectFunc = in testWindowAttachedWithOptions() local
234 spyOn(selectFunc); in testWindowAttachedWithOptions()
243 verify(selectFunc).apply(token1.windowType, null); in testWindowAttachedWithOptions()
254 verify(selectFunc).apply(token2.windowType, options); in testWindowAttachedWithOptions()