Home
last modified time | relevance | path

Searched refs:apks (Results 1 – 19 of 19) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/keysets/uA/
DAndroid.bp15 //apks signed by cts-keyset-test-a
37 //apks signed by cts-keyset-test-b
54 //apks signed by cts-keyset-test-ec-a
71 //apks signed by cts-keyset-test-a and cts-keyset-test-b
/cts/hostsidetests/appsecurity/test-apps/keysets/uB/
DAndroid.bp15 //apks signed cts-keyset-test-a
37 //apks signed cts-keyset-test-b
54 //apks signed by cts-keyset-test-a and cts-keyset-test-c
/cts/hostsidetests/packagemanager/installedloadingprogess/hostside/src/com/android/tests/loadingprogress/host/
DIncrementalLoadingProgressTest.java137 final List<File> apks = new ArrayList<>(2); in testGetLoadingProgressDuringMigration() local
141 apks.add(base_apk); in testGetLoadingProgressDuringMigration()
144 apks.add(split_apk); in testGetLoadingProgressDuringMigration()
146 getDevice().installPackages(apks, false, "-t"); in testGetLoadingProgressDuringMigration()
/cts/hostsidetests/appsecurity/test-apps/keysets/permDef/
DAndroid.bp15 //apks signed cts-keyset-test-a
37 //apks signed cts-keyset-test-b
/cts/hostsidetests/appsecurity/test-apps/keysets/permUse/
DAndroid.bp15 //apks signed cts-keyset-test-a
37 //apks signed cts-keyset-test-b
/cts/hostsidetests/appsecurity/test-apps/keysets/uBsharedUser/
DAndroid.bp15 //apks signed cts-keyset-test-a
37 //apks signed cts-keyset-test-b
/cts/hostsidetests/appsecurity/res/pkgsigverify/
DREADME.md25 Generation of these apks was performed using the `apksigner` command-line tool,
29 for some of the APKs are in `generate-apks.sh`.
/cts/hostsidetests/appsecurity/test-apps/keysets/uEcA/
DAndroid.bp15 //apks signed by cts-keyset-test-a
/cts/hostsidetests/appsecurity/test-apps/keysets/uAB/
DAndroid.bp15 //apks signed cts-keyset-test-a
/cts/hostsidetests/appsecurity/test-apps/keysets/uAuB/
DAndroid.bp15 //apks signed cts-keyset-test-a
/cts/hostsidetests/appsecurity/test-apps/keysets/uNone/
DAndroid.bp15 //apks signed cts-keyset-test-a
/cts/hostsidetests/appsecurity/test-apps/keysets/malBadKey/
DAndroid.bp15 //apks signed cts-keyset-test-a
/cts/hostsidetests/appsecurity/test-apps/keysets/malNoDef/
DAndroid.bp15 //apks signed cts-keyset-test-a
/cts/hostsidetests/appsecurity/test-apps/keysets/malOneDef/
DAndroid.bp15 //apks signed cts-keyset-test-a
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java801 final String[] apks = in testInstallWithIdSigNoDigesting() local
804 final boolean[][] touched = new boolean[apks.length][]; in testInstallWithIdSigNoDigesting()
805 final int[] blocks = new int[apks.length]; in testInstallWithIdSigNoDigesting()
806 final AtomicLong[] totalTouchedBlocks = new AtomicLong[apks.length]; in testInstallWithIdSigNoDigesting()
807 for (int i = 0, size = apks.length; i < size; ++i) { in testInstallWithIdSigNoDigesting()
808 final String apkName = apks[i]; in testInstallWithIdSigNoDigesting()
DResourcesHardeningTest.java397 private ShellInstallSession startInstallSession(String[] apks, String packageName) in startInstallSession() argument
407 for (final String apk : apks) { in startInstallSession()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DIsolatedSplitsTests.java322 private InstallMultiple configureInstallMultiple(boolean instant, String...apks) in configureInstallMultiple() argument
325 for (String apk : apks) { in configureInstallMultiple()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestSuiteParser.java589 private String getTestModuleContentId(Entry config, List<String> apks, List<String> jars) { in getTestModuleContentId() argument
596 for (String apk : apks) { in getTestModuleContentId()
/cts/tests/tests/content/data/
Dreadme.txt4 Generation of these apks was performed using the `apksigner` command-line tool,