Home
last modified time | relevance | path

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

/cts/hostsidetests/incrementalinstall/appvalidator/src/android/incrementalinstall/inrementaltestappvalidation/
DAppValidationTest.java92 int versionCode = Integer.parseInt(InstrumentationRegistry.getArguments() in testInstallationTypeAndVersion() local
129 int versionCode = Integer.parseInt( in getInstalledAppInfo() local
137 private final int versionCode; field in AppValidationTest.InstalledAppInfo
139 InstalledAppInfo(String installedPath, int versionCode) { in InstalledAppInfo()
/cts/libs/rollback/src/com/android/cts/rollback/lib/
DRollback.java41 private Rollback(String packageName, long versionCode) { in Rollback()
57 public static Rollback from(String packageName, long versionCode) { in from()
73 public Rollback to(String packageName, long versionCode) { in to()
/cts/libs/install/src/com/android/cts/install/lib/
DTestApp.java97 public TestApp(String name, String packageName, long versionCode, boolean isApex, in TestApp()
107 public TestApp(String name, String packageName, long versionCode, boolean isApex, in TestApp()
130 public TestApp(String name, String packageName, long versionCode, boolean isApex, File path) { in TestApp()
/cts/hostsidetests/os/test-apps/StaticSharedLibConsumerApp1/src/android/os/lib/consumer1/
DUseSharedLibraryTest.java131 final long versionCode = sharedLib.getLongVersion(); in testSharedLibrariesProperlyReported() local
186 final long versionCode = sharedLib.getLongVersion(); in testDeclaredSharedLibrariesProperlyReported() local
/cts/hostsidetests/install/app/src/android/cts/install/
DInstallRule.java95 List<TestApp> getTestApps(INSTALL_TYPE installType, int versionCode) { in getTestApps()
DUpgradeTest.java115 private Install getParameterizedInstall(int versionCode) { in getParameterizedInstall()
DDowngradeTest.java148 private Install getParameterizedInstall(int versionCode) { in getParameterizedInstall()
DSamegradeTest.java162 private Install getParameterizedInstall(int versionCode) { in getParameterizedInstall()
DInstallTest.java146 private Install getParameterizedInstall(int versionCode) { in getParameterizedInstall()
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
DIncrementalInstallTest.java308 int versionCode) throws Exception { in verifyInstallationTypeAndVersion()