Home
last modified time | relevance | path

Searched refs:runDeviceTests (Results 1 – 25 of 31) sorted by relevance

12

/packages/modules/Connectivity/tests/cts/hostside/src/com/android/cts/net/
DHostsideVpnTests.java40 runDeviceTests(TEST_PKG, TEST_PKG + ".VpnTest", "testChangeUnderlyingNetworks"); in testChangeUnderlyingNetworks()
45 runDeviceTests(TEST_PKG, TEST_PKG + ".VpnTest", "testDefault"); in testDefault()
50 runDeviceTests(TEST_PKG, TEST_PKG + ".VpnTest", "testAppAllowed"); in testAppAllowed()
55 runDeviceTests(TEST_PKG, TEST_PKG + ".VpnTest", "testAppDisallowed"); in testAppDisallowed()
60 runDeviceTests(TEST_PKG, TEST_PKG + ".VpnTest", "testSocketClosed"); in testSocketClosed()
65 runDeviceTests(TEST_PKG, TEST_PKG + ".VpnTest", "testGetConnectionOwnerUidSecurity"); in testGetConnectionOwnerUidSecurity()
70 runDeviceTests(TEST_PKG, TEST_PKG + ".VpnTest", "testSetProxy"); in testSetProxy()
75 runDeviceTests(TEST_PKG, TEST_PKG + ".VpnTest", "testSetProxyDisallowedApps"); in testSetProxyDisallowedApps()
80 runDeviceTests(TEST_PKG, TEST_PKG + ".VpnTest", "testNoProxy"); in testNoProxy()
85 runDeviceTests(TEST_PKG, TEST_PKG + ".VpnTest", "testBindToNetworkWithProxy"); in testBindToNetworkWithProxy()
[all …]
DHostsideSelfDeclaredNetworkCapabilitiesCheckTest.java45 runDeviceTests(TEST_APP_PKG, in testRequestNetworkInCurrentSdkWithProperty()
48 runDeviceTests(TEST_APP_PKG, in testRequestNetworkInCurrentSdkWithProperty()
60 runDeviceTests(TEST_APP_PKG, in testRequestNetworkInCurrentSdkWithoutProperty()
63 runDeviceTests(TEST_APP_PKG, in testRequestNetworkInCurrentSdkWithoutProperty()
74 runDeviceTests(TEST_APP_PKG, in testRequestNetworkInSdk33()
77 runDeviceTests(TEST_APP_PKG, in testRequestNetworkInSdk33()
87 runDeviceTests(TEST_APP_PKG, in testReinstallPackageWillUpdateProperty()
95 runDeviceTests(TEST_APP_PKG, in testReinstallPackageWillUpdateProperty()
/packages/modules/StatsD/tests/src/android/cts/statsd/validation/
DDirectoryValidationTest.java41 DeviceUtils.runDeviceTests(getDevice(), MetricsUtils.DEVICE_SIDE_TEST_PACKAGE, in testStatsActiveMetricDirectoryExists()
46 DeviceUtils.runDeviceTests(getDevice(), MetricsUtils.DEVICE_SIDE_TEST_PACKAGE, in testStatsDataDirectoryExists()
51 DeviceUtils.runDeviceTests(getDevice(), MetricsUtils.DEVICE_SIDE_TEST_PACKAGE, in testStatsMetadataDirectoryExists()
56 DeviceUtils.runDeviceTests(getDevice(), MetricsUtils.DEVICE_SIDE_TEST_PACKAGE, in testStatsServiceDirectoryExists()
61 DeviceUtils.runDeviceTests(getDevice(), MetricsUtils.DEVICE_SIDE_TEST_PACKAGE, in testTrainInfoDirectoryExists()
DStatsFrameworkInitializerTest.java55 DeviceUtils.runDeviceTests(getDevice(), MetricsUtils.DEVICE_SIDE_TEST_PACKAGE, in testStatsFrameworkInitializer_failsWhenCalledOutsideOfSystemServiceRegistry()
DValidationTests.java136 DeviceUtils.runDeviceTests(getDevice(), MetricsUtils.DEVICE_SIDE_TEST_PACKAGE, ".AtomTests", in testPartialWakelock()
178 DeviceUtils.runDeviceTests(getDevice(), MetricsUtils.DEVICE_SIDE_TEST_PACKAGE, ".AtomTests", in testPartialWakelockDuration()
214 DeviceUtils.runDeviceTests(getDevice(), MetricsUtils.DEVICE_SIDE_TEST_PACKAGE, ".AtomTests", in testPartialWakelockLoad()
/packages/modules/common/javatests/com/android/modules/updatablesharedlibs/
DUpdatableSharedLibsTest.java71 runDeviceTests("com.android.modules.updatablesharedlibs.apps.targetS", null); in callOnDeviceApiFromHost()
72 runDeviceTests("com.android.modules.updatablesharedlibs.apps.targetT", null); in callOnDeviceApiFromHost()
73 runDeviceTests("com.android.modules.updatablesharedlibs.apps.targetTWithLib", null); in callOnDeviceApiFromHost()
/packages/apps/Settings/tests/Enable16KbTests/src/com/android/test/
DEnable16KbTest.java89 runDeviceTests(APP_PACKAGE, APP_PACKAGE + "." + TEST_NAME, DISABLE_DEV_OPTION); in enable16KbToggle()
101 runDeviceTests(APP_PACKAGE, APP_PACKAGE + "." + TEST_NAME, testMethodName); in runTestAndWait()
/packages/modules/AdServices/sdksandbox/tests/cts/hostside/src/com/android/sdksandbox/cts/host/
DSdkSandboxDataIsolationHostTest.java58 assertThat(runDeviceTests(APP_PACKAGE, APP_TEST_CLASS, phase)).isTrue(); in runPhase()
64 runDeviceTests( in runPhase()
DCtsSdkSandboxStorageHostTest.java49 runDeviceTests( in runPhase()
DSdkSandboxMediaHostTest.java51 runDeviceTests( in runPhase()
/packages/modules/StatsD/tests/src/android/cts/statsd/metadata/
DMetadataTests.java128 DeviceUtils.runDeviceTests(getDevice(), MetricsUtils.DEVICE_SIDE_TEST_PACKAGE, in testAtomLossInfoCollection()
177 DeviceUtils.runDeviceTests( in testSystemServerLossErrorCode()
287 DeviceUtils.runDeviceTests(getDevice(), pkg, cls, test); in runTestUntilLossAtomReported()
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/
DSdkSandboxLifecycleHostTest.java236 assertThat(runDeviceTests(APP_SHARED_2_PACKAGE, in testAppsWithSharedUidCanLoadSameSdk()
244 assertThat(runDeviceTests(APP_SHARED_2_PACKAGE, in testAppsWithSharedUid_OneAppDies()
260 runDeviceTests( in testAppOwnedSdkSandboxInterfaceRemoval_AppDies()
269 runDeviceTests( in testAppOwnedSdkSandboxInterfaceRemoval_AppDies()
/packages/modules/Permission/tests/hostside/safetycenter/src/android/safetycenter/hostside/rules/
DHelperAppRule.kt55 DeviceUtils.runDeviceTests(hostTestClass.device, packageName, testClassName, testMethodName) in runTest()
/packages/modules/StatsD/framework/test/hostsidetests/src/com/android/tests/statsd/host/
DStatsdPermissionTest.java49 boolean result = runDeviceTests(STATSD_TEST_APP_PACKAGE, fullClassName, methodName); in runStatsdDeviceTest()
DStatsdRestartTest.java65 runDeviceTests(STATSD_TEST_APP_PACKAGE, fullClassName, methodName); in runStatsdDeviceTest()
/packages/modules/StatsD/tests/src/android/cts/statsd/restricted/
DReadRestrictedStatsPermissionTest.java41 DeviceUtils.runDeviceTests(getDevice(), MetricsUtils.DEVICE_SIDE_TEST_PACKAGE, in testReadRestrictedStatsPermission()
/packages/modules/RemoteKeyProvisioning/app/tests/hosttest/src/com/android/rkpdapp/hosttest/
DRkpdWidevineTests.java60 assertThat(runDeviceTests(testPackageName, testClassName, testMethodName)) in runTest()
DAtomsHostTest.java98 assertThat(runDeviceTests(packageName, testClassName, testMethodName)).isTrue(); in runTest()
/packages/modules/Bluetooth/framework/tests/metrics/host/android/bluetooth/
DMetricsTest.kt82 DeviceUtils.runDeviceTests(device, TEST_APP_PKG_NAME, TEST_APP_CLASS_NAME, testName) in uploadAtomConfigAndTriggerTest()
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxMetricsHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxMetricsHostTest.java106 assertThat(runDeviceTests(packageName, packageName + "." + className, phase)).isTrue(); in runPhase()
/packages/modules/Scheduling/tests/hostsidetests/src/com/android/tests/scheduling/host/
DRebootReadinessHostTest.java44 assertThat(runDeviceTests("com.android.tests.scheduling", in runPhase()
/packages/modules/NetworkStack/tests/hostlib/src/com/android/testutils/host/
DDeflakeHostTestBase.kt117 runDeviceTests(runOptions.setTestClassName(testClass)) in <lambda>()
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxSmallModuleHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxSmallModuleHostTest.java62 assertThat(runDeviceTests(options)).isTrue(); in runPhase()
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/util/
DHostSideTestUtil.java62 DeviceUtils.runDeviceTests(device, TEST_APP_PKG_NAME, className, testName); in triggerTestInTestApp()
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/logging/
DHealthConnectUiLogsTests.kt91 DeviceUtils.runDeviceTests( in testImpressionsAndInteractionsSent()

12