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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
OperatorInfo.java 35 private String mOperatorNumeric;
52 return mOperatorNumeric;
67 mOperatorNumeric = operatorNumeric;
104 + "/" + mOperatorNumeric
129 dest.writeString(mOperatorNumeric);
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 171 private String mOperatorNumeric;
225 mOperatorNumeric = s.mOperatorNumeric;
248 mOperatorNumeric = in.readString();
268 out.writeString(mOperatorNumeric);
415 return mOperatorNumeric;
435 + ((null == mOperatorNumeric) ? 0 : mOperatorNumeric.hashCode())
461 && equalsHandlesNulls(mOperatorNumeric, s.mOperatorNumeric)
    [all...]

Completed in 173 milliseconds