Searched refs:mOperatorNumeric (Results 1 - 2 of 2) sorted by path

/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java171 private String mOperatorNumeric; field in class:ServiceState
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...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DOperatorInfo.java35 private String mOperatorNumeric; field in class:OperatorInfo
52 return mOperatorNumeric;
67 mOperatorNumeric = operatorNumeric;
104 + "/" + mOperatorNumeric
129 dest.writeString(mOperatorNumeric);

Completed in 65 milliseconds