Searched refs:TriFunction (Results 1 – 3 of 3) sorted by relevance
/cts/common/device-side/bedstead/activitycontext/src/main/java/com/android/activitycontext/ |
D | ActivityContext.java | 200 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/ |
D | ShellIdentityUtils.java | 138 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/ |
D | StorageOwnedFilesTest.java | 206 TriFunction<String, String, ContentResolver, Uri> inserter) throws Exception { in assertInsertFile() 221 interface TriFunction<A, B, C, R> { interface in StorageOwnedFilesTest
|