HomeSort by relevance Sort by last modified time
    Searched full:otashowactivationscreen (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
OtaUtils.java 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
    [all...]
  /packages/services/Telephony/res/values/
config.xml 50 <integer name="OtaShowActivationScreen">1</integer>

Completed in 46 milliseconds