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 173 private String mOperatorNumeric;
227 mOperatorNumeric = s.mOperatorNumeric;
250 mOperatorNumeric = in.readString();
270 out.writeString(mOperatorNumeric);
417 return mOperatorNumeric;
437 + ((null == mOperatorNumeric) ? 0 : mOperatorNumeric.hashCode())
463 && equalsHandlesNulls(mOperatorNumeric, s.mOperatorNumeric)
    [all...]

Completed in 61 milliseconds