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.java475 private ImsCallProfile mProposedCallProfile = null; field in ImsCall
552 mProposedCallProfile = null; in close()
660 return mProposedCallProfile; in getProposedCallProfile()
1050 if (mInCall && (mProposedCallProfile != null)) { in accept()
1055 mCallProfile = mProposedCallProfile; in accept()
1056 mProposedCallProfile = null; in accept()
1081 if (mInCall && (mProposedCallProfile != null)) { in reject()
1086 mProposedCallProfile = null; in reject()
2459 mProposedCallProfile = profile; in callSessionUpdateReceived()