Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DCtsTestUtils.java45 public static <T> void runIfNotNull(T callee, Consumer<T> action) { in runIfNotNull() argument
46 Optional.ofNullable(callee).ifPresent(action); in runIfNotNull()
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DTarJan.java76 for (MethodProfile callee: method.getCommonMethodCalls().values()) { in tarjan()
77 String calleeSignature = callee.getMethodSignatureWithClass(); in tarjan()
80 w = tarjan(callee); in tarjan()
/cts/tests/tests/content/BinderPermissionTestService/
DREADME.txt7 caller (the test) and the callee (this service) are different.
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsCallSessionImpl.java118 public void start(String callee, ImsCallProfile profile) { in start() argument
119 mCallee = callee; in start()