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.java353 executeDeviceTestMethod(".PermissionsTest", in testSensorsRelatedPermissionsNotGrantedViaPolicy()
383 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testAlwaysOnSet", userId); in testAlwaysOnVpnLockDown()
385 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testNetworkBlocked", userId); in testAlwaysOnVpnLockDown()
387 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testCleanup", userId); in testAlwaysOnVpnLockDown()
398 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testAlwaysOnSetWithAllowlist", in testAlwaysOnVpnAcrossReboot()
403 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testAlwaysOnSetAfterReboot", in testAlwaysOnVpnAcrossReboot()
406 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testCleanup", userId); in testAlwaysOnVpnAcrossReboot()
416 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testAlwaysOnSet", userId); in testAlwaysOnVpnPackageUninstalled()
418 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testAlwaysOnVpnDisabled", in testAlwaysOnVpnPackageUninstalled()
420 executeDeviceTestMethod(".AlwaysOnVpnMultiStageTest", "testSetNonExistingPackage", in testAlwaysOnVpnPackageUninstalled()
[all …]
DDeviceOwnerTest.java114 executeDeviceTestMethod(".RemoteBugreportTest", in testRemoteBugreportWithTwoUsers()
356 executeDeviceTestMethod(".NetworkLoggingTest", in testNetworkLoggingWithTwoUsers()
366 executeDeviceTestMethod(".NetworkLoggingTest", "testProvidingWrongBatchTokenReturnsNull"); in testNetworkLoggingWithSingleUser()
367 executeDeviceTestMethod(".NetworkLoggingTest", "testNetworkLoggingAndRetrieval", in testNetworkLoggingWithSingleUser()
373 executeDeviceTestMethod(".NetworkLoggingTest", "testNetworkLoggingAndRetrieval", in testNetworkLogging_multipleBatches()
381 executeDeviceTestMethod(".NetworkLoggingTest", "testNetworkLoggingAndRetrieval", in testNetworkLogging_rebootResetsId()
388 executeDeviceTestMethod(".NetworkLoggingTest", "testNetworkLoggingAndRetrieval", in testNetworkLogging_rebootResetsId()
395 executeDeviceTestMethod(".AffiliationTest", "testSetAffiliationId_null"); in testSetAffiliationId_IllegalArgumentException()
396 executeDeviceTestMethod(".AffiliationTest", "testSetAffiliationId_containsEmptyString"); in testSetAffiliationId_IllegalArgumentException()
403 executeDeviceTestMethod(".SystemUpdatePolicyTest", "testSetAutomaticInstallPolicy"); in testSetSystemUpdatePolicyLogged()
[all …]
DMixedDeviceOwnerTest.java130 executeDeviceTestMethod(".WifiTest", "testGetWifiMacAddress"); in testWifi()
132 executeDeviceTestMethod(".WifiTest", "testGetWifiMacAddress"); in testWifi()
162 executeDeviceTestMethod(".TimeManagementTest", "testSetTime"); in testSetTime()
167 executeDeviceTestMethod(".TimeManagementTest", "testSetTime_failWhenAutoTimeEnabled"); in testSetTime()
173 executeDeviceTestMethod(".TimeManagementTest", "testSetTimeZone"); in testSetTimeZone()
178 executeDeviceTestMethod(".TimeManagementTest", "testSetTimeZone_failIfAutoTimeZoneEnabled"); in testSetTimeZone()
218 executeDeviceTestMethod(".LockScreenInfoTest", "testSetAndGetLockInfo"); in testLockScreenInfo()
227 executeDeviceTestMethod(".DeviceFeatureUtils", "testHasFactoryResetProtectionPolicy"); in testFactoryResetProtectionPolicy()
296 executeDeviceTestMethod(".SecurityLoggingTest", "testEnablingSecurityLogging"); in testSecurityLoggingWithSingleUser()
302 executeDeviceTestMethod(".SecurityLoggingTest", "testGenerateLogs"); in testSecurityLoggingWithSingleUser()
[all …]
DDeviceAndProfileOwnerTestApi25.java55executeDeviceTestMethod(".PermissionsTest", "testPermissionGrantState_preMApp_preQDeviceAdmin"); in testPermissionGrantPreMApp()
60 executeDeviceTestMethod(".PasswordRequirementsTest", in testPasswordRequirementsApi()
68 executeDeviceTestMethod(".ResetPasswordTest", "testResetPasswordDeprecated"); in testResetPasswordDeprecated()
75 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()
149 executeDeviceTestMethod(".ComponentController", "testDisableService2"); in testAll()
154 executeDeviceTestMethod(".ComponentController", "testEnableService1"); in testAll()
159 executeDeviceTestMethod(".ComponentController", "testEnableService2"); in testAll()
DMixedManagedProfileOwnerTest.java84 executeDeviceTestMethod(".ScreenCaptureDisabledTest", "testSetScreenCaptureDisabled_true"); in testScreenCaptureDisabled_assist_allowedPrimaryUser()
104 executeDeviceTestMethod( in testScreenCaptureDisabled_assist_allowedPrimaryUser()
126 executeDeviceTestMethod(".PreferentialNetworkServiceStatusTest", in testSetGetPreferentialNetworkServiceStatus()
133 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