Home
last modified time | relevance | path

Searched refs:operatorAlphaLong (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DOperatorInfo.java79 OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument
84 mOperatorAlphaLong = operatorAlphaLong; in OperatorInfo()
91 OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument
96 this (operatorAlphaLong, operatorAlphaShort, operatorNumeric, state); in OperatorInfo()
101 public OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument
105 this (operatorAlphaLong, operatorAlphaShort, in OperatorInfo()
109 public OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument
113 this (operatorAlphaLong, operatorAlphaShort, operatorNumeric); in OperatorInfo()
118 public OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument
121 this(operatorAlphaLong, operatorAlphaShort, operatorNumeric, State.UNKNOWN); in OperatorInfo()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java2077 public void setOperatorAlphaLongRaw(String operatorAlphaLong) { in setOperatorAlphaLongRaw() argument
2078 mOperatorAlphaLongRaw = operatorAlphaLong; in setOperatorAlphaLongRaw()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java278 public String operatorAlphaLong; field in Phone.NetworkSelectMessage
1413 nsm.operatorAlphaLong = ""; in onCheckForNetworkSelectionModeAutomatic()
1464 nsm.operatorAlphaLong = network.getOperatorAlphaLong(); in selectNetworkManually()
1503 editor.putString(NETWORK_SELECTION_NAME_KEY + subId, nsm.operatorAlphaLong); in updateSavedNetworkOperator()