Searched defs:otaShowListeningScreen (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DOtaUtils.java581 // otaShowListeningScreen() here to make sure that the DTMF dialpad
585 // app.otaUtils.otaShowListeningScreen();
590 // But this doesn't actually work; the call to otaShowListeningScreen()
592 // cdmaOtaConfigData.otaShowListeningScreen config parameter hasn't been
747 otaShowListeningScreen();
784 private void otaShowListeningScreen() { method in class:OtaUtils
785 if (DBG) log("otaShowListeningScreen()...");
788 Log.w(LOG_TAG, "otaShowListeningScreen: not interactive!");
792 if (mApplication.cdmaOtaConfigData.otaShowListeningScreen
794 if (DBG) log("otaShowListeningScreen()
1509 public int otaShowListeningScreen; field in class:OtaUtils.CdmaOtaConfigData
[all...]

Completed in 32 milliseconds