Home
last modified time | relevance | path

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

/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
DTzDataCheckTest.java619 byte[] invalidTzDataBytes = new byte[20]; in testSystemTzVersionFileCorrupt()
620 Files.write(mSystemDir.hostPath.resolve(SYSTEM_TZ_VERSION_FILE_NAME), invalidTzDataBytes); in testSystemTzVersionFileCorrupt() local