HomeSort by relevance Sort by last modified time
    Searched refs:mCallType (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/ims/
ImsCallProfile.java 166 public int mCallType;
178 mCallType = CALL_TYPE_VOICE_N_VIDEO;
185 mCallType = callType;
245 mCallType = profile.mCallType;
256 ", callType=" + mCallType +
269 out.writeInt(mCallType);
276 mCallType = in.readInt();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 135 int callType = imsCall.getCallProfile().mCallType;
148 int localCallTypeCapability = localCallProfile.mCallType;
629 int localCallTypeCapability = localCallProfile.mCallType;
647 int newVideoState = ImsCallProfile.getVideoStateFromCallType(callProfile.mCallType);

Completed in 30 milliseconds