Home
last modified time | relevance | path

Searched defs:systemRulesVersion (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
DTzDataCheckTest.java669 final String systemRulesVersion = VALID_RULES_VERSION; in testSystemTzVersionSame() local
698 String systemRulesVersion = RULES_VERSION_TWO; in testSystemTzVersionNewer() local
726 private void createSystemTzVersionFileOnHost(String systemRulesVersion) throws Exception { in createSystemTzVersionFileOnHost()