Home | History | Annotate | Download | only in phone

Lines Matching full:mapp

69     private PhoneGlobals mApp;
81 mApp = PhoneGlobals.getInstance();
82 mCM = mApp.mCM;
158 mPhone = mApp.mCM.getDefaultPhone();
162 PowerManager pm = (PowerManager) mApp.getSystemService(Context.POWER_SERVICE);
188 mApp.inCallUiState.setProgressIndication(ProgressIndicationType.TURNING_ON_RADIO);
190 // (Our caller is responsible for calling mApp.displayCallScreen().)
224 mApp.inCallUiState.clearProgressIndication();
230 mApp.displayCallScreen();
311 mApp.inCallUiState.clearProgressIndication();
330 mApp.displayCallScreen();
350 if (Settings.Global.getInt(mApp.getContentResolver(),
355 Settings.Global.putInt(mApp.getContentResolver(),
361 mApp.sendBroadcastAsUser(intent, UserHandle.ALL);
391 int callStatus = PhoneUtils.placeCall(mApp,
447 mApp.inCallUiState.setPendingCallStatusCode(CallStatusCode.CALL_FAILED);
451 mApp.inCallUiState.setProgressIndication(ProgressIndicationType.RETRYING);
480 mApp.inCallUiState.clearProgressIndication();
497 mApp.updateInCallScreen();