Searched refs:findConnectionForAction (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConnectionService.java | 64 findConnectionForAction(id, "handleCreateConnectionSuccessful"); 117 findConnectionForAction(callId, "setActive") 127 findConnectionForAction(callId, "setRinging") 133 findConnectionForAction(callId, "setDialing") 139 findConnectionForAction(callId, "setPulling") 147 findConnectionForAction(callId, "setDisconnected") 158 findConnectionForAction(callId, "setOnHold") 168 findConnectionForAction(callId, "setRingbackRequested") 176 findConnectionForAction(callId, "setConnectionCapabilities") 188 findConnectionForAction(callId, "setConnectionProperties") [all …]
|
D | ConnectionService.java | 2531 onCreateConnectionComplete(findConnectionForAction(callId, in notifyCreateConnectionComplete() 2555 findConnectionForAction(callId, "abort").onAbort(); in abort() 2561 findConnectionForAction(callId, "answer").onAnswer(videoState); in answerVideo() 2570 findConnectionForAction(callId, "answer").onAnswer(); in answer() 2578 findConnectionForAction(callId, "deflect").onDeflect(address); in deflect() 2584 findConnectionForAction(callId, "reject").onReject(); in reject() 2592 findConnectionForAction(callId, "reject").onReject(rejectWithMessage); in reject() 2597 findConnectionForAction(callId, "reject").onReject(rejectReason); in reject() 2602 findConnectionForAction(callId, "transfer").onTransfer(number, isConfirmationRequired); in transfer() 2607 Connection connection1 = findConnectionForAction(callId, "consultativeTransfer"); in consultativeTransfer() [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 51249 Landroid/telecom/ConnectionService;->findConnectionForAction(Ljava/lang/String;Ljava/lang/String;)L… 51933 Landroid/telecom/RemoteConnectionService;->findConnectionForAction(Ljava/lang/String;Ljava/lang/Str…
|