Lines Matching full:otashowactivationscreen
262 int otaShowActivationScreen = context.getResources().getInteger(
263 R.integer.OtaShowActivationScreen);
264 if (DBG) log("otaShowActivationScreen: " + otaShowActivationScreen);
270 && (otaShowActivationScreen == OTA_SHOW_ACTIVATION_SCREEN_ON)) {
700 if (mApplication.cdmaOtaConfigData.otaShowActivationScreen
890 && (mApplication.cdmaOtaConfigData.otaShowActivationScreen ==
1153 mContext.getResources().getInteger(R.integer.OtaShowActivationScreen);
1154 mApplication.cdmaOtaConfigData.otaShowActivationScreen = tmpOtaShowActivationScreen;
1155 if (DBG) log("readXmlSettings(), otaShowActivationScreen = "
1156 + mApplication.cdmaOtaConfigData.otaShowActivationScreen);
1447 public int otaShowActivationScreen;
1454 otaShowActivationScreen = OTA_SHOW_ACTIVATION_SCREEN_OFF;