Home
last modified time | relevance | path

Searched refs:mProposedCallProfile (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java554 private ImsCallProfile mProposedCallProfile = null; field in ImsCall
671 mProposedCallProfile = null; in close()
793 return mProposedCallProfile; in getProposedCallProfile()
1196 if (mInCall && (mProposedCallProfile != null)) { in accept()
1201 mCallProfile = mProposedCallProfile; in accept()
1203 mProposedCallProfile = null; in accept()
1254 if (mInCall && (mProposedCallProfile != null)) { in reject()
1259 mProposedCallProfile = null; in reject()
2859 mProposedCallProfile = profile; in callSessionUpdateReceived()