Searched refs:findConnectionForAction (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConnectionService.java | 61 findConnectionForAction(id, "handleCreateConnectionSuccessful"); 114 findConnectionForAction(callId, "setActive") 124 findConnectionForAction(callId, "setRinging") 130 findConnectionForAction(callId, "setDialing") 136 findConnectionForAction(callId, "setPulling") 144 findConnectionForAction(callId, "setDisconnected") 155 findConnectionForAction(callId, "setOnHold") 165 findConnectionForAction(callId, "setRingbackRequested") 173 findConnectionForAction(callId, "setConnectionCapabilities") 185 findConnectionForAction(callId, "setConnectionProperties") [all …]
|
D | ConnectionService.java | 2191 onCreateConnectionComplete(findConnectionForAction(callId, in notifyCreateConnectionComplete() 2215 findConnectionForAction(callId, "abort").onAbort(); in abort() 2221 findConnectionForAction(callId, "answer").onAnswer(videoState); in answerVideo() 2230 findConnectionForAction(callId, "answer").onAnswer(); in answer() 2238 findConnectionForAction(callId, "deflect").onDeflect(address); in deflect() 2244 findConnectionForAction(callId, "reject").onReject(); in reject() 2252 findConnectionForAction(callId, "reject").onReject(rejectWithMessage); in reject() 2257 findConnectionForAction(callId, "reject").onReject(rejectReason); in reject() 2262 findConnectionForAction(callId, "transfer").onTransfer(number, isConfirmationRequired); in transfer() 2267 Connection connection1 = findConnectionForAction(callId, "consultativeTransfer"); in consultativeTransfer() [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 55215 Landroid/telecom/ConnectionService;->findConnectionForAction(Ljava/lang/String;Ljava/lang/String;)L… 55899 Landroid/telecom/RemoteConnectionService;->findConnectionForAction(Ljava/lang/String;Ljava/lang/Str…
|