/cts/hostsidetests/classloaders/splits/src/android/classloaders/cts/ |
D | ClassloaderSplitsTest.java | 70 new InstallMultiple(instant).addApk(APK_BASE).run(); in testBaseClassLoader() 85 new InstallMultiple(instant).addApk(APK_BASE).addApk(APK_FEATURE_A).run(); in testFeatureAClassLoader() 102 .addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B).run(); in testFeatureBClassLoader() 115 .addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B).run(); in testReceiverClassLoaders() 132 .addApk(APK_BASE).addApk(APK_FEATURE_A).addApk(APK_FEATURE_B).run(); in testServiceClassLoaders()
|
D | BaseInstallMultiple.java | 64 T addApk(String apk) throws FileNotFoundException { in addApk() method in BaseInstallMultiple
|
/cts/hostsidetests/dexmetadata/host/src/com/android/cts/dexmetadata/ |
D | InstallDexMetadataHostTest.java | 128 new InstallMultiple().addApk(mApkBaseFile).addDm(mDmBaseFile).run(); in testInstallDmForBase() 140 .addApk(mApkBaseFile) in testInstallDmForBaseAndSplit() 142 .addApk(mApkFeatureAFile) in testInstallDmForBaseAndSplit() 156 .addApk(mApkBaseFile) in testInstallDmForBaseButNoSplit() 158 .addApk(mApkFeatureAFile) in testInstallDmForBaseButNoSplit() 171 .addApk(mApkBaseFile) in testInstallDmForSplitButNoBase() 172 .addApk(mApkFeatureAFile) in testInstallDmForSplitButNoBase() 186 .addApk(mApkBaseFile) in testUpdateDm() 188 .addApk(mApkFeatureAFile) in testUpdateDm() 196 new InstallMultiple().addArg("-r").addApk(mApkBaseFile) in testUpdateDm() [all …]
|
D | BaseInstallMultiple.java | 53 T addApk(File apk) { in addApk() method in BaseInstallMultiple
|
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/ |
D | UsesLibraryHostTest.java | 60 new InstallMultiple(instant).addApk(APK).run(); in testUsesLibrary() 70 new InstallMultiple(instant).addApk(APK).run(); in testMissingLibrary() 80 new InstallMultiple(instant).addApk(APK).run(); in testDuplicateLibrary()
|
D | BaseInstallMultiple.java | 64 T addApk(String apk) throws FileNotFoundException { in addApk() method in BaseInstallMultiple
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerShellCommandIncrementalTest.java | 260 .addApk(Paths.get(apk), Paths.get(idsig)) in testSpaceAllocatedForPackage() 357 .addApk(Paths.get(apk), Paths.get(idsig)) in testInstallWithStreaming() 418 .addApk(Paths.get(apk), Paths.get(idsig)) in installWithBlockFilter() 505 .addApk(Paths.get(apk), Paths.get(idsig)) in testInstallWithStreamingAndCompression() 528 .addApk(Paths.get(apk), Paths.get(idsig)) in testInstallWithStreamingUnreliableConnection() 824 .addApk(Paths.get(createApkPath(TEST_HW7)), in testInstallWithIdSigNoDigesting() 826 .addApk(Paths.get(createApkPath(TEST_HW7_SPLIT0)), in testInstallWithIdSigNoDigesting() 828 .addApk(Paths.get(createApkPath(TEST_HW7_SPLIT1)), in testInstallWithIdSigNoDigesting() 830 .addApk(Paths.get(createApkPath(TEST_HW7_SPLIT2)), in testInstallWithIdSigNoDigesting() 832 .addApk(Paths.get(createApkPath(TEST_HW7_SPLIT3)), in testInstallWithIdSigNoDigesting() [all …]
|
D | ResourcesHardeningTest.java | 409 builder.addApk(Paths.get(path), Paths.get(path + v4SignatureSuffix)); in startInstallSession()
|
/cts/hostsidetests/packagemanager/installedloadingprogess/hostside/src/com/android/tests/loadingprogress/host/ |
D | IncrementalLoadingProgressTest.java | 93 .addApk(Paths.get(base_apk.getAbsolutePath()), in setUp() 95 .addApk(Paths.get(split_apk.getAbsolutePath()), in setUp()
|
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/ |
D | InstallMultiple.java | 46 public InstallMultiple addApk(String apk) { in addApk() method in InstallMultiple
|
D | AppEnumerationTests.java | 1381 new InstallMultiple().addApk(SPLIT_BASE_APK).run(); in grantImplicitAccessByUriGrant_canSeeProviderAfterUpdatedWithDontKill() 1388 new InstallMultiple().addApk(SPLIT_FEATURE_APK) in grantImplicitAccessByUriGrant_canSeeProviderAfterUpdatedWithDontKill()
|
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/ |
D | IncrementalAppErrorStatsTests.java | 100 .addApk(Paths.get(apk.getAbsolutePath()), in setUp()
|