Lines Matching refs:app
25 import android.app.Activity;
26 import android.app.ActivityManager;
27 import android.app.AlertDialog;
28 import android.app.PendingIntent;
29 import android.app.PendingIntent.CanceledException;
226 PhoneGlobals app = PhoneGlobals.getInstance(); in maybeDoOtaCall() local
271 app.cdmaOtaProvisionData.isOtaCallIntentProcessed = false; in maybeDoOtaCall()
283 app.cdmaOtaProvisionData.isOtaCallIntentProcessed = false; in maybeDoOtaCall()
310 PhoneGlobals app = PhoneGlobals.getInstance(); in startInteractiveOtasp() local
375 PhoneGlobals app = PhoneGlobals.getInstance(); in startNonInteractiveOtasp() local
377 if (app.otaUtils != null) { in startNonInteractiveOtasp()
384 app.otaUtils = new OtaUtils(context, false /* non-interactive mode */); in startNonInteractiveOtasp()
385 if (DBG) log("- created OtaUtils: " + app.otaUtils); in startNonInteractiveOtasp()
433 PhoneGlobals app = PhoneGlobals.getInstance(); in isOtaspCallIntent() local
434 Phone phone = app.mCM.getDefaultPhone(); in isOtaspCallIntent()
452 if ((app.cdmaOtaScreenState == null) || (app.cdmaOtaProvisionData == null)) { in isOtaspCallIntent()
489 PhoneGlobals app = PhoneGlobals.getInstance(); in setupOtaspCall() local
491 if (app.otaUtils != null) { in setupOtaspCall()
499 app.otaUtils = new OtaUtils(app.getApplicationContext(), true /* interactive */); in setupOtaspCall()
500 if (DBG) log("- created OtaUtils: " + app.otaUtils); in setupOtaspCall()
515 app.otaUtils.setCdmaOtaInCallScreenUiState( in setupOtaspCall()
539 if (app.cdmaOtaProvisionData != null) { in setupOtaspCall()
540 app.cdmaOtaProvisionData.isOtaCallCommitted = false; in setupOtaspCall()