Searched refs:mCellIdentity (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DNetworkRegistrationState.java104 private final CellIdentity mCellIdentity; field in class:NetworkRegistrationState
130 mCellIdentity = cellIdentity;
170 mCellIdentity = source.readParcelable(CellIdentity.class.getClassLoader());
222 return mCellIdentity;
269 .append(" cellIdentity=").append(mCellIdentity)
278 mReasonForDenial, mEmergencyOnly, mAvailableServices, mCellIdentity,
299 && equals(mCellIdentity, other.mCellIdentity)
313 dest.writeParcelable(mCellIdentity, 0);

Completed in 66 milliseconds