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.java209 executeDeviceTestClass(".CaCertManagementTest"); in testCaCertManagement()
251 executeDeviceTestClass(".ApplicationRestrictionsTest"); in testApplicationRestrictions()
261 executeDeviceTestClass(".ApplicationRestrictionsTest"); in testApplicationRestrictions()
277 executeDeviceTestClass(".ApplicationRestrictionsTest"); in testApplicationRestrictions()
387 executeDeviceTestClass(".DelegationTest"); in testDelegation()
636 executeDeviceTestClass(".PersistentIntentResolvingTest"); in testPersistentIntentResolving()
688 executeDeviceTestClass(".SupportMessageTest"); in testSupportMessage()
707 executeDeviceTestClass(".ApplicationHiddenTest"); in testApplicationHidden()
730 executeDeviceTestClass(".AllowedAccountManagementTest"); in testAccountManagement_deviceAndProfileOwnerAlwaysAllowed()
953 executeDeviceTestClass(".MeteredDataRestrictionTest"); in testSetMeteredDataDisabledPackages()
[all …]
DDeviceAndProfileOwnerTestApi25.java98 protected void executeDeviceTestClass(String className) throws Exception { in executeDeviceTestClass() method in DeviceAndProfileOwnerTestApi25