HomeSort by relevance Sort by last modified time
    Searched refs:operatorNumeric (Results 1 - 8 of 8) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
NetworkInfo.java 35 String operatorNumeric;
52 return operatorNumeric;
62 String operatorNumeric,
67 this.operatorNumeric = operatorNumeric;
75 String operatorNumeric,
78 operatorNumeric, rilStateToState(stateString));
103 + "/" + operatorNumeric
126 dest.writeString(operatorNumeric);
140 in.readString(), /*operatorNumeric*/
    [all...]
GsmServiceStateTracker.java     [all...]
GSMPhone.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 196 String operatorNumeric = SystemProperties.get("ro.cdma.home.operator.numeric");
197 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, operatorNumeric);
200 setIsoCountryProperty(operatorNumeric);
203 updateCurrentCarrierInProvider(operatorNumeric);
    [all...]
CdmaServiceStateTracker.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
RIL.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]

Completed in 222 milliseconds