Searched refs:operatorAlphaShort (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A 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()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
H A D | MobileState.kt | 109 return serviceState?.operatorAlphaShort ?: "" 218 "operatorNameAlphaShort=$operatorAlphaShort}"
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | ServiceState.java | 2097 public void setOperatorAlphaShortRaw(String operatorAlphaShort) { in setOperatorAlphaShortRaw() argument 2098 mOperatorAlphaShortRaw = operatorAlphaShort; in setOperatorAlphaShortRaw()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | Phone.java | 281 public String operatorAlphaShort; field in Phone.NetworkSelectMessage 1416 nsm.operatorAlphaShort = ""; in onCheckForNetworkSelectionModeAutomatic() 1467 nsm.operatorAlphaShort = network.getOperatorAlphaShort(); in selectNetworkManually() 1506 editor.putString(NETWORK_SELECTION_SHORT_KEY + subId, nsm.operatorAlphaShort); in updateSavedNetworkOperator()
|