Home
last modified time | relevance | path

Searched defs:createProfileForUserWithThrow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DIUserManager.aidl47 … UserInfo createProfileForUserWithThrow(in String name, in String userType, int flags, int userId, in createProfileForUserWithThrow() method
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3829 public UserInfo createProfileForUserWithThrow(@Nullable String name, @NonNull String userType, in createProfileForUserWithThrow() method in UserManagerService