Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DOperatorInfo.java60 OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument
65 mOperatorAlphaLong = operatorAlphaLong; in OperatorInfo()
73 public OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument
77 this (operatorAlphaLong, operatorAlphaShort, in OperatorInfo()
81 public OperatorInfo(String operatorAlphaLong, in OperatorInfo() argument
84 this(operatorAlphaLong, operatorAlphaShort, operatorNumeric, State.UNKNOWN); in OperatorInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java204 public String operatorAlphaLong; field in PhoneBase.NetworkSelectMessage
1006 nsm.operatorAlphaLong = ""; in onCheckForNetworkSelectionModeAutomatic()
1030 nsm.operatorAlphaLong = network.getOperatorAlphaLong(); in selectNetworkManually()
1064 editor.putString(NETWORK_SELECTION_NAME_KEY + subId, nsm.operatorAlphaLong); in updateSavedNetworkOperator()