Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/keysets/uA/
DAndroid.bp15 //apks signed by cts-keyset-test-a
36 //apks signed by cts-keyset-test-b
53 //apks signed by cts-keyset-test-ec-a
70 //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
36 //apks signed cts-keyset-test-b
53 //apks signed by cts-keyset-test-a and cts-keyset-test-c
/cts/hostsidetests/appsecurity/test-apps/keysets/permUse/
DAndroid.bp15 //apks signed cts-keyset-test-a
36 //apks signed cts-keyset-test-b
/cts/hostsidetests/appsecurity/test-apps/keysets/permDef/
DAndroid.bp15 //apks signed cts-keyset-test-a
36 //apks signed cts-keyset-test-b
/cts/hostsidetests/appsecurity/test-apps/keysets/uBsharedUser/
DAndroid.bp15 //apks signed cts-keyset-test-a
36 //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/malOneDef/
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/malNoDef/
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/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/src/android/appsecurity/cts/
DIsolatedSplitsTests.java320 private InstallMultiple configureInstallMultiple(boolean instant, String...apks) in configureInstallMultiple() argument
323 for (String apk : apks) { in configureInstallMultiple()
/cts/tests/tests/content/src/android/content/pm/cts/
DResourcesHardeningTest.java371 private ShellInstallSession startInstallSession(String[] apks, String packageName) in startInstallSession() argument
379 for (final String apk : apks) { in startInstallSession()
/cts/tests/tests/content/data/
Dreadme.txt4 Generation of these apks was performed using the `apksigner` command-line tool,
/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()