Searched refs:mEmulatorHostTimeZone (Results 1 – 1 of 1) sorted by relevance
51 private final TimeZone mEmulatorHostTimeZone; field in NitzData62 this.mEmulatorHostTimeZone = emulatorHostTimeZone; in NitzData()207 return mEmulatorHostTimeZone; in getEmulatorHostTimeZone()234 return mEmulatorHostTimeZone != null ? mEmulatorHostTimeZone in equals()235 .equals(nitzData.mEmulatorHostTimeZone) : nitzData.mEmulatorHostTimeZone == null; in equals()244 result = 31 * result + (mEmulatorHostTimeZone != null ? mEmulatorHostTimeZone.hashCode() in hashCode()256 + ", mEmulatorHostTimeZone=" + mEmulatorHostTimeZone in toString()