Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/timezone/
DDistroRulesVersion.java44 public DistroRulesVersion(String rulesVersion, int revision) { in DistroRulesVersion() argument
46 mRevision = validateVersion("revision", revision); in DistroRulesVersion()
52 int revision = in.readInt();
53 return new DistroRulesVersion(rulesVersion, revision);
/frameworks/base/core/java/android/app/slice/
DSliceSpec.java46 public SliceSpec(@NonNull String type, int revision) { in SliceSpec() argument
48 mRevision = revision; in SliceSpec()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccSpecVersion.java77 public EuiccSpecVersion(int major, int minor, int revision) { in EuiccSpecVersion() argument
80 mVersionValues[2] = revision; in EuiccSpecVersion()
/frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
DRulesManagerServiceTest.java153 stagedDistroVersion.rulesVersion, stagedDistroVersion.revision); in getRulesState_stagedInstall()
155 installedDistroVersion.rulesVersion, installedDistroVersion.revision); in getRulesState_stagedInstall()
180 installedDistroVersion.rulesVersion, installedDistroVersion.revision); in getRulesState_nothingStaged()
205 installedDistroVersion.rulesVersion, installedDistroVersion.revision); in getRulesState_uninstallStaged()
249 installedDistroVersion.rulesVersion, installedDistroVersion.revision); in getRulesState_stagedRulesError()
281 int revision = 3; in getRulesState_operationInProgress() local
289 revision); in getRulesState_operationInProgress()
305 new DistroRulesVersion(installedRulesVersion, revision); in getRulesState_operationInProgress()
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
DCamera2UtilsTest.java156 long revision = settings.getRevision(); in requestSettingsSetAndAssertChanged() local
158 assertEquals(shouldHaveChanged ? revision + 1 : revision, settings.getRevision()); in requestSettingsSetAndAssertChanged()
186 long revision = settings.getRevision(); in requestSettingsUnsetAndAssertChanged() local
188 assertEquals(shouldHaveChanged ? revision + 1 : revision, settings.getRevision()); in requestSettingsUnsetAndAssertChanged()
/frameworks/base/core/tests/coretests/src/android/app/timezone/
DRulesStateTest.java139 private static DistroRulesVersion rulesVersion(String rulesVersion, int revision) { in rulesVersion() argument
140 return new DistroRulesVersion(rulesVersion, revision); in rulesVersion()
/frameworks/base/proto/src/
Dgnss.proto49 // Hardware revision (EVT, DVT, PVT etc.)
Dwifi.proto477 // Hardware revision (EVT, DVT, PVT etc.)
/frameworks/base/services/core/java/com/android/server/
DRuntimeService.java157 distroVersion.revision); in addDistroVersionDebugInfo()
/frameworks/base/services/core/java/com/android/server/timezone/
DRulesManagerService.java170 installedDistroVersion.revision); in getRulesStateInternal()
195 stagedDistroVersion.revision); in getRulesStateInternal()
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto262 optional string revision = 14; field
488 optional string revision = 35; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/
Dacx_pthread.m42 # http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?revision=1277&root=avahi
/frameworks/opt/telephony/proto/src/
Dtelephony.proto51 // Hardware revision (EVT, DVT, PVT etc.)
/frameworks/wilhelm/doc/
DDoxyfile30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
/frameworks/native/docs/
DDoxyfile31 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
/frameworks/av/media/libaaudio/
DDoxyfile37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
DDoxyfile.orig37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
/frameworks/base/media/native/midi/include/
DDoxyfile.orig37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
DDoxyfile37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
/frameworks/av/media/codec2/docs/
Ddoxygen.config37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
/frameworks/base/api/
Dsystem-current.txt6082 field public static final String COLUMN_REVISION = "revision";