OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operatoralpha
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java
199
String
operatorAlpha
= SystemProperties.get("ro.cdma.home.operator.alpha");
201
log("init:
operatorAlpha
='" +
operatorAlpha
205
if (!TextUtils.isEmpty(
operatorAlpha
)) {
206
log("init: set 'gsm.sim.operator.alpha' to operator='" +
operatorAlpha
+ "'");
207
setSystemProperty(PROPERTY_ICC_OPERATOR_ALPHA,
operatorAlpha
);
[
all
...]
Completed in 167 milliseconds