Home
last modified time | relevance | path

Searched refs:mEmulatorHostTimeZone (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNitzData.java56 private final TimeZone mEmulatorHostTimeZone; field in NitzData
67 this.mEmulatorHostTimeZone = emulatorHostTimeZone; in NitzData()
200 return mEmulatorHostTimeZone; in getEmulatorHostTimeZone()
226 return Objects.equals(mEmulatorHostTimeZone, nitzData.mEmulatorHostTimeZone); in equals()
235 result = 31 * result + (mEmulatorHostTimeZone != null ? mEmulatorHostTimeZone.hashCode() in hashCode()
247 + ", mEmulatorHostTimeZone=" + mEmulatorHostTimeZone in toString()