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.java584 private ImsCallProfile mProposedCallProfile = null; field in ImsCall
701 mProposedCallProfile = null; in close()
823 return mProposedCallProfile; in getProposedCallProfile()
1226 if (mInCall && (mProposedCallProfile != null)) { in accept()
1231 mCallProfile = mProposedCallProfile; in accept()
1233 mProposedCallProfile = null; in accept()
1284 if (mInCall && (mProposedCallProfile != null)) { in reject()
1289 mProposedCallProfile = null; in reject()
2945 mProposedCallProfile = profile; in callSessionUpdateReceived()