HomeSort by relevance Sort by last modified time
    Searched refs:getOperatorNumeric (Results 1 - 25 of 45) sorted by null

1 2

  /cts/tests/tests/telephony/src/android/telephony/cts/
ServiceStateTest.java 64 assertEquals(OPERATOR_NUMERIC, serviceState.getOperatorNumeric());
109 assertNull(s.getOperatorNumeric());
  /packages/services/Telephony/src/com/android/phone/
CellInfoUtil.java 132 return bidiFormatter.unicodeWrap(oi.getOperatorNumeric(), TextDirectionHeuristics.LTR);
174 String plmn = CellInfoUtil.getOperatorInfoFromCellInfo(cellInfo).getOperatorNumeric();
NetworkSelectListPreference.java 427 networkEntryValuesList.add(getOperatorNumeric(cellInfo));
522 return bidiFormatter.unicodeWrap(ni.getOperatorNumeric(), TextDirectionHeuristics.LTR);
532 private String getOperatorNumeric(CellInfo cellInfo) {
533 return getOperatorInfoFromCellInfo(cellInfo).getOperatorNumeric();
NetworkQueryService.java 375 String operatorNumeric = oi.getOperatorNumeric();
MobileNetworkSettings.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
OperatorInfo.java 51 getOperatorNumeric() {
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
OverrideApnTest.java 96 assertEquals(TEST_OPERATOR_NUMERIC, apnList.get(0).getOperatorNumeric());
171 assertEquals(TEST_OPERATOR_NUMERIC, apnList.get(0).getOperatorNumeric());
203 assertEquals("", apnList.get(0).getOperatorNumeric());
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyEvents.java 257 mServiceState.getOperatorNumeric());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java     [all...]
Phone.java     [all...]
GsmCdmaPhone.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SIMRecords.java 102 + " getOperatorNumeric=" + getOperatorNumeric();
609 public String getOperatorNumeric() {
612 log("getOperatorNumeric: IMSI == null");
    [all...]
IccRecords.java 805 public String getOperatorNumeric() {
    [all...]
UiccProfile.java 590 String operator = mIccRecords.getOperatorNumeric();
    [all...]
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 692 public String getOperatorNumeric() {
    [all...]
  /frameworks/base/telephony/java/android/telephony/data/
ApnSetting.java 473 public String getOperatorNumeric() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcTrackerTest.java 423 doReturn("44010").when(mSimRecords).getOperatorNumeric();
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 1104 milliseconds

1 2