Home
last modified time | relevance | path

Searched defs:testApps (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DSettingsIntentsTest.java53 public void testApps() { in testApps() method in SettingsIntentsTest
/cts/common/device-side/bedstead/testapp/src/main/library/java/com/android/bedstead/testapp/
DTestAppProvider.java50 Set<TestAppDetails> testApps() { in testApps() method in TestAppProvider
/cts/hostsidetests/install/app/src/android/cts/install/
DUpgradeTest.java114 List<TestApp> testApps = mInstallRule.getTestApps(mInstallType, versionCode); in getParameterizedInstall() local
DDowngradeTest.java149 List<TestApp> testApps = mInstallRule.getTestApps(mInstallType, versionCode); in getParameterizedInstall() local
DInstallTest.java151 List<TestApp> testApps = mInstallRule.getTestApps(mInstallType, versionCode); in getParameterizedInstall() local
DSamegradeTest.java163 List<TestApp> testApps = mInstallRule.getTestApps(mInstallType, versionCode); in getParameterizedInstall() local
/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java50 private Install(boolean isMultiPackage, TestApp... testApps) { in Install()
72 public static Install multi(TestApp... testApps) { in multi()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAdoptableHostTest.java153 public void testApps() throws Exception { in testApps() method in AdoptableHostTest
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java1304 private static StageSessionResult stageMultipleApks(TestApp... testApps) throws Exception { in stageMultipleApks()