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.java436 return getUserIdFromCreateUserCommandOutput(commandOutput); in createManagedProfile()
445 int userId = getUserIdFromCreateUserCommandOutput(commandOutput); in assertCannotCreateManagedProfile()
450 private int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput() method in BaseDevicePolicyTest