Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DResumeOnRebootHostTest.java582 return getUserIdFromCreateUserCommandOutput(commandOutput); in createManagedProfile()
585 private int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput() method in ResumeOnRebootHostTest
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java694 return getUserIdFromCreateUserCommandOutput(commandOutput); in createManagedProfile()
703 int userId = getUserIdFromCreateUserCommandOutput(commandOutput); in assertCannotCreateManagedProfile()
783 private int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput() method in BaseDevicePolicyTest