Searched defs:isGuest (Results 1 – 7 of 7) sorted by relevance
73 protected int userCreate(String userName, boolean isGuest) throws Exception { in userCreate()82 protected int removeGuestUser(String userName, boolean isGuest) throws Exception { in removeGuestUser()92 protected int switchUser(String userName, boolean isGuest) throws Exception { in switchUser()
131 private int userCreate(String userName, boolean isGuest) throws Exception { in userCreate()
75 fun isGuest(): Boolean = proxy.isGuest() method in com.android.bedstead.nene.users.UserInfo
1088 public boolean isGuest() { in isGuest() method in UserReference
239 private int createUser(boolean isGuest, boolean isEphemeral) throws Exception { in createUser()
422 private UserHandle createUser(@Nullable String name, boolean isGuest) { in createUser()
348 protected int createUser(String name, int flags, boolean isGuest) throws Exception { in createUser()