Searched refs:callee (Results 1 – 4 of 4) sorted by relevance
45 public static <T> void runIfNotNull(T callee, Consumer<T> action) { in runIfNotNull() argument46 Optional.ofNullable(callee).ifPresent(action); in runIfNotNull()
76 for (MethodProfile callee: method.getCommonMethodCalls().values()) { in tarjan()77 String calleeSignature = callee.getMethodSignatureWithClass(); in tarjan()80 w = tarjan(callee); in tarjan()
7 caller (the test) and the callee (this service) are different.
118 public void start(String callee, ImsCallProfile profile) { in start() argument119 mCallee = callee; in start()