Home
last modified time | relevance | path

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

/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/
DManagedProfileContactsAccessTest.java138 return getUserIdFromCreateUserCommandOutput(commandOutput); in createManagedProfile()
141 private static int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput() method in ManagedProfileContactsAccessTest
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DResumeOnRebootHostTest.java534 return getUserIdFromCreateUserCommandOutput(commandOutput); in createManagedProfile()
537 private int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput() method in ResumeOnRebootHostTest
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java689 return getUserIdFromCreateUserCommandOutput(commandOutput); in createManagedProfile()
698 int userId = getUserIdFromCreateUserCommandOutput(commandOutput); in assertCannotCreateManagedProfile()
788 private int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput() method in BaseDevicePolicyTest