Searched defs:getImsCall (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java105 ImsCall imsCall = getImsCall();
144 ImsCall call = getImsCall();
243 null : getFirstConnection().getImsCall();
286 getImsCall() { method in class:ImsPhoneCall
287 return (getFirstConnection() == null) ? null : getFirstConnection().getImsCall();
H A DImsPhoneConnection.java624 public ImsCall getImsCall() { method in class:ImsPhoneConnection
691 ImsCall imsCall = getImsCall();

Completed in 583 milliseconds