Home | History | Annotate | Download | only in phone

Lines Matching refs:mApp

70     final private PhoneGlobals mApp;
123 mApp = app;
137 if (mApp.cdmaPhoneCallState.getCurrentCallState()
140 mApp.cdmaPhoneCallState.setThreeWayCallOrigState(false);
142 mApp.getCallModeler().setCdmaOutgoing3WayCall(null);
209 String number = PhoneNumberUtils.getNumberFromIntent(intent, mApp);
230 Phone phone = mApp.mCM.getDefaultPhone();
243 mApp.setRestoreMuteOnInCallResume(false);
354 boolean isEmergencyNumber = PhoneNumberUtils.isLocalEmergencyNumber(number, mApp);
356 PhoneNumberUtils.isPotentialLocalEmergencyNumber(number, mApp);
441 int callStatus = PhoneUtils.placeCall(mApp,
455 // TODO(OTASP): still need more cleanup to simplify the mApp.cdma*State objects:
477 if (mApp.cdmaPhoneCallState.getCurrentCallState()
492 mApp.cdmaPhoneCallState.setThreeWayCallOrigState(true);
593 final Intent intent = new Intent(mApp, ErrorDialogActivity.class);
661 final Intent mmiIntent = new Intent(mApp, MMIDialogActivity.class);
664 mApp.startActivity(mmiIntent);
676 mApp.startActivity(intent);