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.java51 private final TimeZone mEmulatorHostTimeZone; field in NitzData
62 this.mEmulatorHostTimeZone = emulatorHostTimeZone; in NitzData()
185 return mEmulatorHostTimeZone; in getEmulatorHostTimeZone()
212 return mEmulatorHostTimeZone != null ? mEmulatorHostTimeZone in equals()
213 .equals(nitzData.mEmulatorHostTimeZone) : nitzData.mEmulatorHostTimeZone == null; in equals()
222 result = 31 * result + (mEmulatorHostTimeZone != null ? mEmulatorHostTimeZone.hashCode() in hashCode()
234 + ", mEmulatorHostTimeZone=" + mEmulatorHostTimeZone in toString()