Lines Matching refs:mApp
71 final private PhoneGlobals mApp; field in CallController
124 mApp = app; in CallController()
138 if (mApp.cdmaPhoneCallState.getCurrentCallState() in handleMessage()
141 mApp.cdmaPhoneCallState.setThreeWayCallOrigState(false); in handleMessage()
211 String number = PhoneNumberUtils.getNumberFromIntent(intent, mApp); in placeCall()
232 Phone phone = mApp.mCM.getDefaultPhone(); in placeCall()
245 mApp.setRestoreMuteOnInCallResume(false); in placeCall()
359 boolean isEmergencyNumber = PhoneNumberUtils.isLocalEmergencyNumber(mApp, number); in placeCallInternal()
361 PhoneNumberUtils.isPotentialLocalEmergencyNumber(mApp, number); in placeCallInternal()
446 int callStatus = PhoneUtils.placeCall(mApp, in placeCallInternal()
483 if (mApp.cdmaPhoneCallState.getCurrentCallState() in placeCallInternal()
496 mApp.cdmaPhoneCallState.setThreeWayCallOrigState(true); in placeCallInternal()
597 final Intent intent = new Intent(mApp, ErrorDialogActivity.class); in handleOutgoingCallError()
665 final Intent mmiIntent = new Intent(mApp, MMIDialogActivity.class); in handleOutgoingCallError()
668 mApp.startActivity(mmiIntent); in handleOutgoingCallError()
680 mApp.startActivity(intent); in handleOutgoingCallError()