Searched refs:getEmulatorHostTimeZone (Results 1 – 3 of 3) sorted by relevance
53 assertNull(nitz.getEmulatorHostTimeZone()); in testParse_withDst()61 assertNull(nitz.getEmulatorHostTimeZone()); in testParse_withDst()69 assertNull(nitz.getEmulatorHostTimeZone()); in testParse_withDst()80 assertNull(nitz.getEmulatorHostTimeZone()); in testParse_noDstField()87 assertNull(nitz.getEmulatorHostTimeZone()); in testParse_noDstField()98 assertEquals("America/Los_Angeles", nitz.getEmulatorHostTimeZone().getID()); in testParse_androidEmulatorTimeZoneExtension()
184 public TimeZone getEmulatorHostTimeZone() { in getEmulatorHostTimeZone() method in NitzData
394 if (newNitzData.getEmulatorHostTimeZone() != null) { in handleTimeZoneFromNitz()395 zoneId = newNitzData.getEmulatorHostTimeZone().getID(); in handleTimeZoneFromNitz()