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.java420 executeAccountTest("testAddAccount_blocked"); in testAccountManagement_userRestrictionAddAccount()
425 executeAccountTest("testAddAccount_allowed"); in testAccountManagement_userRestrictionAddAccount()
436 executeAccountTest("testRemoveAccount_blocked"); in testAccountManagement_userRestrictionRemoveAccount()
441 executeAccountTest("testRemoveAccount_allowed"); in testAccountManagement_userRestrictionRemoveAccount()
452 executeAccountTest("testAddAccount_blocked"); in testAccountManagement_disabledAddAccount()
457 executeAccountTest("testAddAccount_allowed"); in testAccountManagement_disabledAddAccount()
468 executeAccountTest("testRemoveAccount_blocked"); in testAccountManagement_disabledRemoveAccount()
473 executeAccountTest("testRemoveAccount_allowed"); in testAccountManagement_disabledRemoveAccount()
725 private void executeAccountTest(String testName) throws DeviceNotAvailableException { in executeAccountTest() method in DeviceAndProfileOwnerTest