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

  /frameworks/base/telephony/java/com/android/internal/telephony/
OperatorInfo.java 60 OperatorInfo(String operatorAlphaLong,
65 mOperatorAlphaLong = operatorAlphaLong;
73 public OperatorInfo(String operatorAlphaLong,
77 this (operatorAlphaLong, operatorAlphaShort,
81 public OperatorInfo(String operatorAlphaLong,
84 this(operatorAlphaLong, operatorAlphaShort, operatorNumeric, State.UNKNOWN);
148 in.readString(), /*operatorAlphaLong*/
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 198 * if we are looking for automatic selection. operatorAlphaLong is the
204 public String operatorAlphaLong;
    [all...]

Completed in 44 milliseconds