Home
last modified time | relevance | path

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

/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java79 private static final long VERSION_CODE = 1L; field in PackageWatchdogTest
107 res.setLongVersionCode(VERSION_CODE); in setUp()
272 watchdog.onPackageFailure(Arrays.asList(new VersionedPackage(APP_A, VERSION_CODE))); in testNoPackageFailureBeforeThreshold()
299 watchdog.onPackageFailure(Arrays.asList(new VersionedPackage(APP_C, VERSION_CODE))); in testPackageFailureDifferentPackageNotifyNone()
321 if (versionedPackage.getVersionCode() == VERSION_CODE) { in testPackageFailureDifferentVersionNotifyNone()
372 watchdog.onPackageFailure(Arrays.asList(new VersionedPackage(APP_A, VERSION_CODE), in testPackageFailureNotifyAllDifferentImpacts()
373 new VersionedPackage(APP_B, VERSION_CODE), in testPackageFailureNotifyAllDifferentImpacts()
374 new VersionedPackage(APP_C, VERSION_CODE), in testPackageFailureNotifyAllDifferentImpacts()
375 new VersionedPackage(APP_D, VERSION_CODE))); in testPackageFailureNotifyAllDifferentImpacts()
425 watchdog.onPackageFailure(Arrays.asList(new VersionedPackage(APP_A, VERSION_CODE))); in testPackageFailureNotifyLeastImpactSuccessively()
[all …]
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
DBuildConfig.classBuildConfig.java package com.android.layoutlib.test.myapplication public final com.android. ...
/frameworks/base/services/core/java/com/android/server/pm/
DPackageSetting.java187 proto.write(PackageProto.VERSION_CODE, versionCode); in writeToProto()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java1441 proto.write(ApplicationInfoProto.Version.VERSION_CODE, longVersionCode); in writeToProto()