Searched refs:findConnectionForAction (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | RemoteConnectionService.java | 115 findConnectionForAction(callId, "setActive") 125 findConnectionForAction(callId, "setRinging") 131 findConnectionForAction(callId, "setDialing") 137 findConnectionForAction(callId, "setPulling") 156 findConnectionForAction(callId, "setOnHold") 277 findConnectionForAction(callId, "removeCall") 287 findConnectionForAction(callId, "onPostDialWait") 293 findConnectionForAction(callId, "onPostDialChar") 321 findConnectionForAction(callId, "setVideoState") 341 findConnectionForAction(callId, "setAddress") [all …]
|
H A D | ConnectionService.java | 2529 onCreateConnectionComplete(findConnectionForAction(callId, in notifyCreateConnectionComplete() 2553 findConnectionForAction(callId, "abort").onAbort(); in abort() 2568 findConnectionForAction(callId, "answer").onAnswer(); in answer() 2576 findConnectionForAction(callId, "deflect").onDeflect(address); in deflect() 2582 findConnectionForAction(callId, "reject").onReject(); in reject() 2612 findConnectionForAction(callId, "silence").onSilence(); in silence() 2627 findConnectionForAction(callId, "hold").onHold(); in hold() 2636 findConnectionForAction(callId, "unhold").onUnhold(); in unhold() 2686 findConnectionForAction(callId, "onUsingAlternativeUi") in onUsingAlternativeUi() 2694 findConnectionForAction(callId, "onTrackedByNonUiService") in onTrackedByNonUiService() [all …]
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 51892 Landroid/telecom/ConnectionService;->findConnectionForAction(Ljava/lang/String;Ljava/lang/String;)L… 52576 Landroid/telecom/RemoteConnectionService;->findConnectionForAction(Ljava/lang/String;Ljava/lang/Str…
|