HomeSort by relevance Sort by last modified time
    Searched refs:operatorAlphaLong (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
OperatorInfo.java 60 OperatorInfo(String operatorAlphaLong,
65 mOperatorAlphaLong = operatorAlphaLong;
73 public OperatorInfo(String operatorAlphaLong,
77 this (operatorAlphaLong, operatorAlphaShort,
142 in.readString(), /*operatorAlphaLong*/
PhoneBase.java 166 * if we are looking for automatic selection. operatorAlphaLong is the
172 public String operatorAlphaLong;
821 nsm.operatorAlphaLong = "";
834 nsm.operatorAlphaLong = network.getOperatorAlphaLong();
865 editor.putString(NETWORK_SELECTION_NAME_KEY, nsm.operatorAlphaLong);
    [all...]

Completed in 104 milliseconds