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.java555 private ImsCallProfile mProposedCallProfile = null; field in ImsCall
672 mProposedCallProfile = null; in close()
794 return mProposedCallProfile; in getProposedCallProfile()
1197 if (mInCall && (mProposedCallProfile != null)) { in accept()
1202 mCallProfile = mProposedCallProfile; in accept()
1204 mProposedCallProfile = null; in accept()
1255 if (mInCall && (mProposedCallProfile != null)) { in reject()
1260 mProposedCallProfile = null; in reject()
2860 mProposedCallProfile = profile; in callSessionUpdateReceived()