OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:otashowlisteningscreen
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
OtaUtils.java
523
//
otaShowListeningScreen
() here to make sure that the DTMF dialpad
527
// app.otaUtils.
otaShowListeningScreen
();
532
// But this doesn't actually work; the call to
otaShowListeningScreen
()
534
// cdmaOtaConfigData.
otaShowListeningScreen
config parameter hasn't been
686
otaShowListeningScreen
();
723
private void
otaShowListeningScreen
() {
724
if (DBG) log("
otaShowListeningScreen
()...");
727
Log.w(LOG_TAG, "
otaShowListeningScreen
: not interactive!");
731
if (mApplication.cdmaOtaConfigData.
otaShowListeningScreen
733
if (DBG) log("
otaShowListeningScreen
(): show listening screen")
[
all
...]
/packages/services/Telephony/res/values/
config.xml
53
<integer name="
OtaShowListeningScreen
">0</integer>
Completed in 60 milliseconds