Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java569 return getUserIdFromCreateUserCommandOutput(commandOutput); in createManagedProfile()
578 int userId = getUserIdFromCreateUserCommandOutput(commandOutput); in assertCannotCreateManagedProfile()
583 private int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput() method in BaseDevicePolicyTest