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

  /packages/services/Telephony/src/com/android/phone/
OtaUtils.java 530 // otaShowListeningScreen() here to make sure that the DTMF dialpad
534 // app.otaUtils.otaShowListeningScreen();
539 // But this doesn't actually work; the call to otaShowListeningScreen()
541 // cdmaOtaConfigData.otaShowListeningScreen config parameter hasn't been
696 otaShowListeningScreen();
733 private void otaShowListeningScreen() {
734 if (DBG) log("otaShowListeningScreen()...");
737 Log.w(LOG_TAG, "otaShowListeningScreen: not interactive!");
741 if (mApplication.cdmaOtaConfigData.otaShowListeningScreen
    [all...]
  /packages/services/Telephony/res/values/
config.xml 46 <integer name="OtaShowListeningScreen">0</integer>

Completed in 190 milliseconds