Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/activitycontext/src/main/java/com/android/activitycontext/
DActivityContext.java200 TriFunction<ActivityContext, E, F, G> runnable) throws InterruptedException { in getWithContext()
210 TriFunction<ActivityContext, E, F, G> runnable, in getWithContext()
326 interface TriFunction<T, U, V, R> { interface in ActivityContext
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DShellIdentityUtils.java138 public interface TriFunction<T, U, V, R> { interface in ShellIdentityUtils
177 TriFunction<? super T, ? super U, ? super V, ? extends R> methodHelper, in invokeMethodWithShellPermissions()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DStorageOwnedFilesTest.java206 TriFunction<String, String, ContentResolver, Uri> inserter) throws Exception { in assertInsertFile()
221 interface TriFunction<A, B, C, R> { interface in StorageOwnedFilesTest