Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DCarHostJUnit4TestCase.java173 String existingUsers = ""; in failCannotCreateUsers() local
175 existingUsers = "Existing users: " + executeCommand("cmd user list --all -v"); in failCannotCreateUsers()
181 + existingUsers); in failCannotCreateUsers()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceOwnerTest.java153 int existingUsers = 1; in testCreateAndManageUser_MaxUsers() local
157 existingUsers++; in testCreateAndManageUser_MaxUsers()
161 existingUsers); in testCreateAndManageUser_MaxUsers()
163 for (int i = 0; i < maxUsers - existingUsers; i++) { in testCreateAndManageUser_MaxUsers()