Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/timezone/
DRulesState.java112 @Nullable DistroRulesVersion stagedDistroRulesVersion, in RulesState() argument
127 "stagedDistroRulesVersion", stagedDistroRulesVersion); in RulesState()
201 DistroRulesVersion stagedDistroRulesVersion = in.readParcelable(null); in createFromParcel() local
205 distroStagedState, stagedDistroRulesVersion, in createFromParcel()
/frameworks/base/services/core/java/com/android/server/timezone/
DRulesManagerService.java179 DistroRulesVersion stagedDistroRulesVersion = null; in getRulesStateInternal() local
193 stagedDistroRulesVersion = new DistroRulesVersion( in getRulesStateInternal()
202 operationInProgress, stagedOperationStatus, stagedDistroRulesVersion, in getRulesStateInternal()
507 DistroRulesVersion stagedDistroRulesVersion = in dump() local
509 if (stagedDistroRulesVersion == null) { in dump()
512 value = stagedDistroRulesVersion.toDumpString(); in dump()
/frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
DRulesManagerServiceTest.java152 DistroRulesVersion stagedDistroRulesVersion = new DistroRulesVersion( in getRulesState_stagedInstall() local
159 RulesState.STAGED_OPERATION_INSTALL, stagedDistroRulesVersion, in getRulesState_stagedInstall()