Searched refs:operatorAlphaLong (Results 1 – 3 of 3) sorted by relevance
73 OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument78 mOperatorAlphaLong = operatorAlphaLong; in OperatorInfo()87 public OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument91 this (operatorAlphaLong, operatorAlphaShort, in OperatorInfo()96 public OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument99 this(operatorAlphaLong, operatorAlphaShort, operatorNumeric, State.UNKNOWN); in OperatorInfo()
271 public String operatorAlphaLong; field in Phone.NetworkSelectMessage1338 nsm.operatorAlphaLong = ""; in onCheckForNetworkSelectionModeAutomatic()1389 nsm.operatorAlphaLong = network.getOperatorAlphaLong(); in selectNetworkManually()1427 editor.putString(NETWORK_SELECTION_NAME_KEY + subId, nsm.operatorAlphaLong); in updateSavedNetworkOperator()
1962 public void setOperatorAlphaLongRaw(String operatorAlphaLong) { in setOperatorAlphaLongRaw() argument1963 mOperatorAlphaLongRaw = operatorAlphaLong; in setOperatorAlphaLongRaw()