Searched defs:callDetails (Results 1 – 3 of 3) sorted by relevance
23 private Call.Details callDetails; field in ShadowCallScreeningService.RespondToCallInput26 public RespondToCallInput(Call.Details callDetails, CallResponse callResponse) { in RespondToCallInput()46 protected final void respondToCall(Call.Details callDetails, CallResponse response) { in respondToCall()104 void respondToCall(Call.Details callDetails, CallResponse response); in respondToCall()
56 public AsyncCall(CallInvocationDetails<TRequest, TResponse> callDetails) in AsyncCall()66 …public AsyncCall(CallInvocationDetails<TRequest, TResponse> callDetails, INativeCall injectedNativ… in AsyncCall()
1440 JSONObject callDetails = new JSONObject(); in buildCallDetails() local