Home
last modified time | relevance | path

Searched defs:callee (Results 1 – 2 of 2) 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()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsCallSessionImpl.java118 public void start(String callee, ImsCallProfile profile) { in start()