Searched defs:operatorAlphaLong (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DOperatorInfo.java60 OperatorInfo(String operatorAlphaLong, argument
65 mOperatorAlphaLong = operatorAlphaLong;
73 public OperatorInfo(String operatorAlphaLong, argument
77 this (operatorAlphaLong, operatorAlphaShort,
81 public OperatorInfo(String operatorAlphaLong, argument
84 this(operatorAlphaLong, operatorAlphaShort, operatorNumeric, State.UNKNOWN);
148 in.readString(), /*operatorAlphaLong*/
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java198 * if we are looking for automatic selection. operatorAlphaLong is the
204 public String operatorAlphaLong; field in class:PhoneBase.NetworkSelectMessage
1006 nsm.operatorAlphaLong = "";
1030 nsm.operatorAlphaLong = network.getOperatorAlphaLong();
1064 editor.putString(NETWORK_SELECTION_NAME_KEY + subId, nsm.operatorAlphaLong);

Completed in 86 milliseconds