Searched refs:findConferenceForAction (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConnectionService.java | 117 findConferenceForAction(callId, "setActive") 147 findConferenceForAction(callId, "setDisconnected") 158 findConferenceForAction(callId, "setOnHold") 176 findConferenceForAction(callId, "setConnectionCapabilities") 188 findConferenceForAction(callId, "setConnectionProperties") 207 findConferenceForAction(conferenceCallId, "setIsConferenced"); 283 findConferenceForAction(callId, "removeCall") 374 findConferenceForAction(callId, "setConferenceableConnections") 410 findConferenceForAction(callId, "putExtras").putExtras(extras); 419 findConferenceForAction(callId, "removeExtra").removeExtras(keys); [all …]
|
D | ConnectionService.java | 2208 onCreateConferenceComplete(findConferenceForAction(callId, in notifyCreateConferenceComplete() 2223 findConferenceForAction(callId, "answer").onAnswer(videoState); in answerVideo() 2232 findConferenceForAction(callId, "answer").onAnswer(); in answer() 2246 findConferenceForAction(callId, "reject").onReject(); in reject() 2282 findConferenceForAction(callId, "disconnect").onDisconnect(); in disconnect() 2291 findConferenceForAction(callId, "hold").onHold(); in hold() 2300 findConferenceForAction(callId, "unhold").onUnhold(); in unhold() 2310 findConferenceForAction(callId, "onCallAudioStateChanged").setCallAudioState( in onCallAudioStateChanged() 2336 findConferenceForAction(callId, "playDtmfTone").onPlayDtmfTone(digit); in playDtmfTone() 2345 findConferenceForAction(callId, "stopDtmfTone").onStopDtmfTone(); in stopDtmfTone() [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 55214 Landroid/telecom/ConnectionService;->findConferenceForAction(Ljava/lang/String;Ljava/lang/String;)L… 55898 Landroid/telecom/RemoteConnectionService;->findConferenceForAction(Ljava/lang/String;Ljava/lang/Str…
|