Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java146 public static String createManagedProfileUser(int parentUserId, String userName) { in createManagedProfileUser() method in ShellCommandUtils
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DMultiUserTest.java329 final String command = ShellCommandUtils.createManagedProfileUser(parentUserId, in createProfile()