OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imsCall
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java
26
import com.android.ims.
ImsCall
;
206
ImsCall
imsCall
= getFirstConnection() == null ?
208
if (
imsCall
!= null) {
210
imsCall
.setMute(mute);
226
/*package*/
ImsCall
231
/*package*/ static boolean isLocalTone(
ImsCall
imsCall
) {
232
if ((
imsCall
== null) || (
imsCall
.getCallProfile() == null
[
all
...]
ImsPhoneCallTracker.java
44
import com.android.ims.
ImsCall
;
101
ImsCall
imsCall
= mImsManager.takeCall(mServiceId, intent, mImsCallListener);
103
ImsPhoneConnection conn = new ImsPhoneConnection(mPhone.getContext(),
imsCall
,
108
imsCall
.getCallSession().getVideoCallProvider();
117
conn.update(
imsCall
, ImsPhoneCall.State.WAITING);
158
private
ImsCall
mUssdSession = null;
404
ImsCall
imsCall
= mImsManager.makeCall(mServiceId, profile,
406
conn.setImsCall(
imsCall
);
660
ImsCall
imscall
= mForegroundCall.getImsCall();
local
[
all
...]
Completed in 35 milliseconds