Home
last modified time | relevance | path

Searched refs:executeDeviceTestMethod (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java234 executeDeviceTestMethod(".PermissionsTest", in testSensorsRelatedPermissionsNotGrantedViaPolicy()
264 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testAlwaysOnSet", userId); in testAlwaysOnVpnLockDown()
266 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testNetworkBlocked", userId); in testAlwaysOnVpnLockDown()
268 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testCleanup", userId); in testAlwaysOnVpnLockDown()
279 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testAlwaysOnSetWithAllowlist", in testAlwaysOnVpnAcrossReboot()
284 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testAlwaysOnSetAfterReboot", in testAlwaysOnVpnAcrossReboot()
287 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testCleanup", userId); in testAlwaysOnVpnAcrossReboot()
297 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testAlwaysOnSet", userId); in testAlwaysOnVpnPackageUninstalled()
299 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testAlwaysOnVpnDisabled", in testAlwaysOnVpnPackageUninstalled()
301 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testSetNonExistingPackage", in testAlwaysOnVpnPackageUninstalled()
[all …]
DDeviceOwnerTest.java112 executeDeviceTestMethod(".RemoteBugreportTest", in testRemoteBugreportWithTwoUsers()
419 executeDeviceTestMethod(".NetworkLoggingTest", in testNetworkLoggingWithTwoUsers()
429 executeDeviceTestMethod(".NetworkLoggingTest", "testProvidingWrongBatchTokenReturnsNull"); in testNetworkLoggingWithSingleUser()
430 executeDeviceTestMethod(".NetworkLoggingTest", "testNetworkLoggingAndRetrieval", in testNetworkLoggingWithSingleUser()
436 executeDeviceTestMethod(".NetworkLoggingTest", "testNetworkLoggingAndRetrieval", in testNetworkLogging_multipleBatches()
444 executeDeviceTestMethod(".NetworkLoggingTest", "testNetworkLoggingAndRetrieval", in testNetworkLogging_rebootResetsId()
451 executeDeviceTestMethod(".NetworkLoggingTest", "testNetworkLoggingAndRetrieval", in testNetworkLogging_rebootResetsId()
458 executeDeviceTestMethod(".AffiliationTest", "testSetAffiliationId_null"); in testSetAffiliationId_IllegalArgumentException()
459 executeDeviceTestMethod(".AffiliationTest", "testSetAffiliationId_containsEmptyString"); in testSetAffiliationId_IllegalArgumentException()
466 executeDeviceTestMethod(".SystemUpdatePolicyTest", "testSetAutomaticInstallPolicy"); in testSetSystemUpdatePolicyLogged()
[all …]
DMixedDeviceOwnerTest.java153 executeDeviceTestMethod(".WifiTest", "testGetWifiMacAddress"); in testWifi()
155 executeDeviceTestMethod(".WifiTest", "testGetWifiMacAddress"); in testWifi()
169 executeDeviceTestMethod(".TimeManagementTest", "testSetTime"); in testSetTime()
174 executeDeviceTestMethod(".TimeManagementTest", "testSetTime_failWhenAutoTimeEnabled"); in testSetTime()
180 executeDeviceTestMethod(".TimeManagementTest", "testSetTimeZone"); in testSetTimeZone()
185 executeDeviceTestMethod(".TimeManagementTest", "testSetTimeZone_failIfAutoTimeZoneEnabled"); in testSetTimeZone()
193 executeDeviceTestMethod(".LockScreenInfoTest", "testSetAndGetLockInfo"); in testLockScreenInfo()
202 executeDeviceTestMethod(".DeviceFeatureUtils", "testHasFactoryResetProtectionPolicy"); in testFactoryResetProtectionPolicy()
275 executeDeviceTestMethod(".SecurityLoggingTest", "testEnablingSecurityLogging"); in testSecurityLoggingWithSingleUser()
281 executeDeviceTestMethod(".SecurityLoggingTest", "testGenerateLogs"); in testSecurityLoggingWithSingleUser()
[all …]
DDeviceAndProfileOwnerTestApi25.java55executeDeviceTestMethod(".PermissionsTest", "testPermissionGrantState_preMApp_preQDeviceAdmin"); in testPermissionGrantPreMApp()
60 executeDeviceTestMethod(".PasswordRequirementsTest", in testPasswordRequirementsApi()
68 protected void executeDeviceTestMethod(String className, String testName) throws Exception { in executeDeviceTestMethod() method in DeviceAndProfileOwnerTestApi25
DBaseDeviceAdminServiceTest.java62 protected void executeDeviceTestMethod(String className, String testName) throws Exception { in executeDeviceTestMethod() method in BaseDeviceAdminServiceTest
144 executeDeviceTestMethod(".ComponentController", "testDisableService1"); in testAll()
150 executeDeviceTestMethod(".ComponentController", "testDisableService2"); in testAll()
155 executeDeviceTestMethod(".ComponentController", "testEnableService1"); in testAll()
160 executeDeviceTestMethod(".ComponentController", "testEnableService2"); in testAll()
DMixedManagedProfileOwnerTest.java81 executeDeviceTestMethod(".ScreenCaptureDisabledTest", "testSetScreenCaptureDisabled_true"); in testScreenCaptureDisabled_assist_allowedPrimaryUser()
101 executeDeviceTestMethod( in testScreenCaptureDisabled_assist_allowedPrimaryUser()
123 executeDeviceTestMethod(".PreferentialNetworkServiceStatusTest", in testSetGetPreferentialNetworkServiceStatus()
130 executeDeviceTestMethod(".DevicePolicyLoggingTest", in testSetPreferentialNetworkServiceStatusLogged()
DHeadlessSystemUserDeviceOwnerTest.java57 executeDeviceTestMethod(".HeadlessSystemUserTest", testMethod); in executeDeviceTest()
DDeviceAndProfileOwnerTestApi30.java49 protected void executeDeviceTestMethod(String className, String testName) throws Exception { in executeDeviceTestMethod() method in DeviceAndProfileOwnerTestApi30
DBaseDeviceOwnerTest.java99 protected final void executeDeviceTestMethod(String className, String testName) in executeDeviceTestMethod() method in BaseDeviceOwnerTest