Searched refs:mEmulatorHostTimeZone (Results 1 – 1 of 1) sorted by relevance
54 private final TimeZone mEmulatorHostTimeZone; field in NitzData65 this.mEmulatorHostTimeZone = emulatorHostTimeZone; in NitzData()213 return mEmulatorHostTimeZone; in getEmulatorHostTimeZone()239 return Objects.equals(mEmulatorHostTimeZone, nitzData.mEmulatorHostTimeZone); in equals()248 result = 31 * result + (mEmulatorHostTimeZone != null ? mEmulatorHostTimeZone.hashCode() in hashCode()260 + ", mEmulatorHostTimeZone=" + mEmulatorHostTimeZone in toString()