Home
last modified time | relevance | path

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

/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
DTzDataCheckTest.java645 final String distroRulesVersion = RULES_VERSION_TWO; in testSystemTzRulesOlder() local
648 TzDataSetVersion.currentFormatMinorVersion(), distroRulesVersion, VALID_REVISION); in testSystemTzRulesOlder()
651 .setTzDataFile(createValidTzDataBytes(distroRulesVersion)) in testSystemTzRulesOlder()
703 String distroRulesVersion = RULES_VERSION_ONE; // Older than the system version. in testSystemTzVersionNewer() local
707 distroRulesVersion, in testSystemTzVersionNewer()
711 .setTzDataFile(createValidTzDataBytes(distroRulesVersion)) in testSystemTzVersionNewer()
745 String distroRulesVersion = VALID_RULES_VERSION; in createValidDistroBuilder() local
750 distroRulesVersion, VALID_REVISION); in createValidDistroBuilder()
753 .setTzDataFile(createValidTzDataBytes(distroRulesVersion)) in createValidDistroBuilder()