Searched defs:mProposedCallProfile (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java485 private ImsCallProfile mProposedCallProfile = null; field in class:ImsCall
562 mProposedCallProfile = null;
670 return mProposedCallProfile;
1060 if (mInCall && (mProposedCallProfile != null)) {
1065 mCallProfile = mProposedCallProfile;
1066 mProposedCallProfile = null;
1091 if (mInCall && (mProposedCallProfile != null)) {
1096 mProposedCallProfile = null;
2507 mProposedCallProfile = profile;

Completed in 122 milliseconds