Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A 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()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java2144 public void setOperatorAlphaLongRaw(String operatorAlphaLong) { in setOperatorAlphaLongRaw() argument
2145 mOperatorAlphaLongRaw = operatorAlphaLong; in setOperatorAlphaLongRaw()