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.java540 private ImsCallProfile mProposedCallProfile = null; field in ImsCall
657 mProposedCallProfile = null; in close()
779 return mProposedCallProfile; in getProposedCallProfile()
1180 if (mInCall && (mProposedCallProfile != null)) { in accept()
1185 mCallProfile = mProposedCallProfile; in accept()
1187 mProposedCallProfile = null; in accept()
1236 if (mInCall && (mProposedCallProfile != null)) { in reject()
1241 mProposedCallProfile = null; in reject()
2782 mProposedCallProfile = profile; in callSessionUpdateReceived()