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/gsm/
NetworkInfo.java 33 String operatorAlphaLong;
42 return operatorAlphaLong;
60 NetworkInfo(String operatorAlphaLong,
65 this.operatorAlphaLong = operatorAlphaLong;
73 public NetworkInfo(String operatorAlphaLong,
77 this (operatorAlphaLong, operatorAlphaShort,
101 return "NetworkInfo " + operatorAlphaLong
124 dest.writeString(operatorAlphaLong);
138 in.readString(), /*operatorAlphaLong*/
    [all...]
GSMPhone.java     [all...]

Completed in 132 milliseconds