Searched refs:operatorAlphaShort (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | OperatorInfo.java | 80 String operatorAlphaShort, in OperatorInfo() argument 85 mOperatorAlphaShort = operatorAlphaShort; in OperatorInfo() 92 String operatorAlphaShort, in OperatorInfo() argument 96 this (operatorAlphaLong, operatorAlphaShort, operatorNumeric, state); in OperatorInfo() 102 String operatorAlphaShort, in OperatorInfo() argument 105 this (operatorAlphaLong, operatorAlphaShort, in OperatorInfo() 110 String operatorAlphaShort, in OperatorInfo() argument 113 this (operatorAlphaLong, operatorAlphaShort, operatorNumeric); in OperatorInfo() 119 String operatorAlphaShort, in OperatorInfo() argument 121 this(operatorAlphaLong, operatorAlphaShort, operatorNumeric, State.UNKNOWN); in OperatorInfo()
|
/frameworks/base/telephony/java/android/telephony/ |
D | ServiceState.java | 2097 public void setOperatorAlphaShortRaw(String operatorAlphaShort) { in setOperatorAlphaShortRaw() argument 2098 mOperatorAlphaShortRaw = operatorAlphaShort; in setOperatorAlphaShortRaw()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Phone.java | 279 public String operatorAlphaShort; field in Phone.NetworkSelectMessage 1414 nsm.operatorAlphaShort = ""; in onCheckForNetworkSelectionModeAutomatic() 1465 nsm.operatorAlphaShort = network.getOperatorAlphaShort(); in selectNetworkManually() 1504 editor.putString(NETWORK_SELECTION_SHORT_KEY + subId, nsm.operatorAlphaShort); in updateSavedNetworkOperator()
|