Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
H A DRulesManagerServiceTest.java218 String baseRulesVersion = "2016a"; in getRulesState_installedRulesError() local
236 String baseRulesVersion = "2016a"; in getRulesState_stagedRulesError() local
262 String baseRulesVersion = "2016a"; in getRulesState_noInstalledRules() local
279 String baseRulesVersion = "2016a"; in getRulesState_operationInProgress() local
992 private void configureDeviceBaseVersion(String baseRulesVersion) throws Exception { in configureDeviceBaseVersion()
/aosp12/frameworks/base/core/java/android/app/timezone/
H A DRulesState.java109 public RulesState(String baseRulesVersion, DistroFormatVersion distroFormatVersionSupported, in RulesState()
197 String baseRulesVersion = in.readString(); in createFromParcel() local
/aosp12/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
H A DTimeZoneDistroInstaller.java436 String baseRulesVersion = baseVersion.getRulesVersion(); in checkDistroRulesNewerThanBase() local