/cts/hostsidetests/appsecurity/test-apps/keysets/uA/ |
D | Android.bp | 15 //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/ |
D | Android.bp | 15 //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/ |
D | IncrementalLoadingProgressTest.java | 137 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/ |
D | Android.bp | 15 //apks signed cts-keyset-test-a 37 //apks signed cts-keyset-test-b
|
/cts/hostsidetests/appsecurity/test-apps/keysets/permUse/ |
D | Android.bp | 15 //apks signed cts-keyset-test-a 37 //apks signed cts-keyset-test-b
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uBsharedUser/ |
D | Android.bp | 15 //apks signed cts-keyset-test-a 37 //apks signed cts-keyset-test-b
|
/cts/hostsidetests/appsecurity/res/pkgsigverify/ |
D | README.md | 25 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/ |
D | Android.bp | 15 //apks signed by cts-keyset-test-a
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uAB/ |
D | Android.bp | 15 //apks signed cts-keyset-test-a
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uAuB/ |
D | Android.bp | 15 //apks signed cts-keyset-test-a
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uNone/ |
D | Android.bp | 15 //apks signed cts-keyset-test-a
|
/cts/hostsidetests/appsecurity/test-apps/keysets/malBadKey/ |
D | Android.bp | 15 //apks signed cts-keyset-test-a
|
/cts/hostsidetests/appsecurity/test-apps/keysets/malNoDef/ |
D | Android.bp | 15 //apks signed cts-keyset-test-a
|
/cts/hostsidetests/appsecurity/test-apps/keysets/malOneDef/ |
D | Android.bp | 15 //apks signed cts-keyset-test-a
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerShellCommandIncrementalTest.java | 801 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()
|
D | ResourcesHardeningTest.java | 397 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/ |
D | IsolatedSplitsTests.java | 322 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/ |
D | TestSuiteParser.java | 589 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/ |
D | readme.txt | 4 Generation of these apks was performed using the `apksigner` command-line tool,
|