OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:otashowactivationscreen
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
OtaUtils.java
267
int
otaShowActivationScreen
= context.getResources().getInteger(
268
R.integer.
OtaShowActivationScreen
);
269
if (DBG) log("
otaShowActivationScreen
: " +
otaShowActivationScreen
);
275
&& (
otaShowActivationScreen
== OTA_SHOW_ACTIVATION_SCREEN_ON)) {
710
if (mApplication.cdmaOtaConfigData.
otaShowActivationScreen
[
all
...]
/packages/services/Telephony/res/values/
config.xml
43
<integer name="
OtaShowActivationScreen
">1</integer>
Completed in 24 milliseconds