Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DCtsTestUtils.java42 public static <T> void runIfNotNull(T callee, Consumer<T> action) { in runIfNotNull() argument
43 Optional.ofNullable(callee).ifPresent(action); in runIfNotNull()
/cts/tests/tests/content/BinderPermissionTestService/
DREADME.txt7 caller (the test) and the callee (this service) are different.