Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTestsBase.java28 import static android.appenumeration.cts.Utils.ThrowingBiFunction;
206 ThrowingBiFunction<String, String, String[]> commandMethod) throws Exception { in assertVisible()
213 ThrowingBiFunction<String, String, String[]> commandMethod) throws Exception { in assertNotVisible()
DUtils.java53 interface ThrowingBiFunction<T, U, R> { interface in Utils
DAppEnumerationTests.java131 import static android.appenumeration.cts.Utils.ThrowingBiFunction;
1425 String intentAction, ThrowingBiFunction<String, Intent, String[]> commandMethod) in assertNotQueryable()
1438 String intentAction, ThrowingBiFunction<String, Intent, String[]> commandMethod) in assertQueryable()