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.java748 executeAccountTest("testAddAccount_blocked"); in testAccountManagement_userRestrictionAddAccount()
753 executeAccountTest("testAddAccount_allowed"); in testAccountManagement_userRestrictionAddAccount()
761 executeAccountTest("testRemoveAccount_blocked"); in testAccountManagement_userRestrictionRemoveAccount()
766 executeAccountTest("testRemoveAccount_allowed"); in testAccountManagement_userRestrictionRemoveAccount()
774 executeAccountTest("testAddAccount_blocked"); in testAccountManagement_disabledAddAccount()
779 executeAccountTest("testAddAccount_allowed"); in testAccountManagement_disabledAddAccount()
787 executeAccountTest("testRemoveAccount_blocked"); in testAccountManagement_disabledRemoveAccount()
792 executeAccountTest("testRemoveAccount_allowed"); in testAccountManagement_disabledRemoveAccount()
1883 private void executeAccountTest(String testName) throws DeviceNotAvailableException { in executeAccountTest() method in DeviceAndProfileOwnerTest