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"); 280 findConferenceForAction(callId, "removeCall") 371 findConferenceForAction(callId, "setConferenceableConnections") 402 findConferenceForAction(callId, "putExtras").putExtras(extras); 411 findConferenceForAction(callId, "removeExtra").removeExtras(keys); [all …]
|
D | ConnectionService.java | 2060 onCreateConferenceComplete(findConferenceForAction(callId, in notifyCreateConferenceComplete() 2075 findConferenceForAction(callId, "answer").onAnswer(videoState); in answerVideo() 2084 findConferenceForAction(callId, "answer").onAnswer(); in answer() 2098 findConferenceForAction(callId, "reject").onReject(); in reject() 2134 findConferenceForAction(callId, "disconnect").onDisconnect(); in disconnect() 2143 findConferenceForAction(callId, "hold").onHold(); in hold() 2152 findConferenceForAction(callId, "unhold").onUnhold(); in unhold() 2162 findConferenceForAction(callId, "onCallAudioStateChanged").setCallAudioState( in onCallAudioStateChanged() 2172 findConferenceForAction(callId, "playDtmfTone").onPlayDtmfTone(digit); in playDtmfTone() 2181 findConferenceForAction(callId, "stopDtmfTone").onStopDtmfTone(); in stopDtmfTone() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 65914 Landroid/telecom/ConnectionService;->findConferenceForAction(Ljava/lang/String;Ljava/lang/String;)L… 66598 Landroid/telecom/RemoteConnectionService;->findConferenceForAction(Ljava/lang/String;Ljava/lang/Str…
|