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.java600 private ImsCallProfile mProposedCallProfile = null; field in ImsCall
717 mProposedCallProfile = null; in close()
839 return mProposedCallProfile; in getProposedCallProfile()
1256 if (mInCall && (mProposedCallProfile != null)) { in accept()
1261 mCallProfile = mProposedCallProfile; in accept()
1263 mProposedCallProfile = null; in accept()
1314 if (mInCall && (mProposedCallProfile != null)) { in reject()
1319 mProposedCallProfile = null; in reject()
2994 mProposedCallProfile = profile; in callSessionUpdateReceived()