/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | OperatorInfo.java | 62 String operatorNumeric, in OperatorInfo() 75 String operatorNumeric, in OperatorInfo() 83 String operatorNumeric) { in OperatorInfo()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CDMALTEPhone.java | 193 boolean updateCurrentCarrierInProvider(String operatorNumeric) { in updateCurrentCarrierInProvider() 209 String operatorNumeric = getOperatorNumeric(); in updateCurrentCarrierInProvider() local 356 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC); in setProperties() local 359 tm.setSimOperatorNumericForPhone(getPhoneId(), operatorNumeric); in setProperties() local 405 String operatorNumeric = null; in getOperatorNumeric() local
|
D | CdmaLteServiceStateTracker.java | 183 String operatorNumeric = null; in handlePollStateResultMessage() local 479 String operatorNumeric; in pollStateDone() local 490 tm.setNetworkOperatorNumericForPhone(mPhone.getPhoneId(), operatorNumeric); in pollStateDone() local
|
D | CdmaServiceStateTracker.java | 1271 String operatorNumeric; in pollStateDone() local 1284 tm.setNetworkOperatorNumericForPhone(mPhone.getPhoneId(), operatorNumeric); in pollStateDone() local 1365 protected boolean isInvalidOperatorNumeric(String operatorNumeric) { in isInvalidOperatorNumeric() 1370 protected String fixUnknownMcc(String operatorNumeric, int sid) { in fixUnknownMcc() 1401 protected void setOperatorIdd(String operatorNumeric) { in setOperatorIdd() 1914 String operatorNumeric = ((TelephonyManager) mPhone.getContext(). in getImsi() local
|
D | CDMAPhone.java | 196 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC); in init() local 1703 protected void setIsoCountryProperty(String operatorNumeric) { in setIsoCountryProperty() 1730 boolean updateCurrentCarrierInProvider(String operatorNumeric) { in updateCurrentCarrierInProvider()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmServiceStateTracker.java | 1154 String operatorNumeric; in pollStateDone() local 1162 tm.setNetworkOperatorNumericForPhone(mPhone.getPhoneId(), operatorNumeric); in pollStateDone() local 1570 String operatorNumeric = s.getOperatorNumeric(); in currentMccEqualsSimMcc() local 1592 String operatorNumeric = s.getOperatorNumeric(); in isOperatorConsideredNonRoaming() local 1609 String operatorNumeric = s.getOperatorNumeric(); in isOperatorConsideredRoaming() local
|
D | GSMPhone.java | 1697 String operatorNumeric = getOperatorNumeric(); in updateCurrentCarrierInProvider() local 1933 String operatorNumeric = null; in getOperatorNumeric() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | RuimRecords.java | 632 String operatorNumeric = getRUIMOperatorNumeric(); in handleMessage() local 640 String operatorNumeric = getRUIMOperatorNumeric(); in handleMessage() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 877 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric, in shouldFixTimeZoneNow() 1033 protected boolean inSameCountry(String operatorNumeric) { in inSameCountry()
|
D | PhoneBase.java | 203 public String operatorNumeric; field in PhoneBase.NetworkSelectMessage
|
D | CommandsInterface.java | 1264 void setNetworkSelectionModeManual(String operatorNumeric, Message response); in setNetworkSelectionModeManual()
|
D | RIL.java | 1744 setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 323 String operatorNumeric, Message response) { in setNetworkSelectionModeManual()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 322 String operatorNumeric, Message response) { in setNetworkSelectionModeManual()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 1239 String operatorNumeric, Message result) {unimplemented(result);} in setNetworkSelectionModeManual()
|