Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DPackageIncidentTest.java60 final int versionCode = Integer.parseInt(matcher.group(2)); in testPackageServiceDump() local
76 assertEquals(testPackage.getVersionCode(), versionCode); in testPackageServiceDump() local
/cts/libs/install/src/com/android/cts/install/lib/
DTestApp.java86 public TestApp(String name, String packageName, long versionCode, boolean isApex, in TestApp()
96 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.java132 final long versionCode = sharedLib.getLongVersion(); in testSharedLibrariesProperlyReported() local