Home
last modified time | relevance | path

Searched refs:executeDeviceTestClass (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java139 executeDeviceTestClass(".CaCertManagementTest"); in testCaCertManagement()
152 executeDeviceTestClass(".ApplicationRestrictionsTest"); in testApplicationRestrictions()
162 executeDeviceTestClass(".ApplicationRestrictionsTest"); in testApplicationRestrictions()
178 executeDeviceTestClass(".ApplicationRestrictionsTest"); in testApplicationRestrictions()
220 executeDeviceTestClass(".DelegationTest"); in testDelegation()
252 executeDeviceTestClass(".AlwaysOnVpnTest"); in testAlwaysOnVpn()
357 executeDeviceTestClass(".PersistentIntentResolvingTest"); in testPersistentIntentResolving()
392 executeDeviceTestClass(".SupportMessageTest"); in testSupportMessage()
400 executeDeviceTestClass(".ApplicationHiddenTest"); in testApplicationHidden()
409 executeDeviceTestClass(".DpcAllowedAccountManagementTest"); in testAccountManagement_deviceAndProfileOwnerAlwaysAllowed()
[all …]
DDeviceAndProfileOwnerTestApi25.java89 protected void executeDeviceTestClass(String className) throws Exception { in executeDeviceTestClass() method in DeviceAndProfileOwnerTestApi25