Searched refs:selectFunc (Results 1 – 1 of 1) sorted by relevance
231 BiFunction<Integer, Bundle, RootDisplayArea> selectFunc = in testWindowAttachedWithOptions() local234 spyOn(selectFunc); in testWindowAttachedWithOptions()243 verify(selectFunc).apply(token1.windowType, null); in testWindowAttachedWithOptions()254 verify(selectFunc).apply(token2.windowType, options); in testWindowAttachedWithOptions()