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.java73 OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument
78 mOperatorAlphaLong = operatorAlphaLong; in OperatorInfo()
87 public OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument
91 this (operatorAlphaLong, operatorAlphaShort, in OperatorInfo()
96 public OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument
99 this(operatorAlphaLong, operatorAlphaShort, operatorNumeric, State.UNKNOWN); in OperatorInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java271 public String operatorAlphaLong; field in Phone.NetworkSelectMessage
1338 nsm.operatorAlphaLong = ""; in onCheckForNetworkSelectionModeAutomatic()
1389 nsm.operatorAlphaLong = network.getOperatorAlphaLong(); in selectNetworkManually()
1427 editor.putString(NETWORK_SELECTION_NAME_KEY + subId, nsm.operatorAlphaLong); in updateSavedNetworkOperator()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java1962 public void setOperatorAlphaLongRaw(String operatorAlphaLong) { in setOperatorAlphaLongRaw() argument
1963 mOperatorAlphaLongRaw = operatorAlphaLong; in setOperatorAlphaLongRaw()