Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java618 executeAccountTest("testAddAccount_blocked"); in testAccountManagement_userRestrictionAddAccount()
623 executeAccountTest("testAddAccount_allowed"); in testAccountManagement_userRestrictionAddAccount()
632 executeAccountTest("testRemoveAccount_blocked"); in testAccountManagement_userRestrictionRemoveAccount()
637 executeAccountTest("testRemoveAccount_allowed"); in testAccountManagement_userRestrictionRemoveAccount()
646 executeAccountTest("testAddAccount_blocked"); in testAccountManagement_disabledAddAccount()
651 executeAccountTest("testAddAccount_allowed"); in testAccountManagement_disabledAddAccount()
660 executeAccountTest("testRemoveAccount_blocked"); in testAccountManagement_disabledRemoveAccount()
665 executeAccountTest("testRemoveAccount_allowed"); in testAccountManagement_disabledRemoveAccount()
1780 private void executeAccountTest(String testName) throws DeviceNotAvailableException { in executeAccountTest() method in DeviceAndProfileOwnerTest