HomeSort by relevance Sort by last modified time
    Searched defs:getOperatorNumeric (Results 1 - 21 of 21) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
OperatorInfo.java 51 getOperatorNumeric() {
  /cts/tests/tests/telephony/src/android/telephony/cts/
ServiceStateTest.java 54 assertEquals(OPERATOR_NUMERIC, serviceState.getOperatorNumeric());
80 assertNull(s.getOperatorNumeric());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 154 nsm.operatorNumeric = network.getOperatorNumeric();
160 mCi.setNetworkSelectionModeManual(network.getOperatorNumeric(), msg);
225 String operatorNumeric = mSimRecords.getOperatorNumeric();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 449 public String getOperatorNumeric() {
SIMRecords.java 101 + " getOperatorNumeric=" + getOperatorNumeric();
545 public String getOperatorNumeric() {
547 log("getOperatorNumeric: IMSI == null");
    [all...]