Home
last modified time | relevance | path

Searched defs:isGuest (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/car/src/android/car/cts/
DPreCreateUsersHostTest.java76 private void appsAreNotInstalledOnPreCreatedUserTest(boolean isGuest) throws Exception { in appsAreNotInstalledOnPreCreatedUserTest()
110 private void appPermissionsPreCreatedUserPackagesTest(boolean isGuest) throws Exception { in appPermissionsPreCreatedUserPackagesTest()
184 private int preCreateUser(boolean isGuest) throws Exception { in preCreateUser()
237 private void convertPreCreatedUser(boolean isGuest, int expectedId) throws Exception { in convertPreCreatedUser()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/users/
DUserStatsTests.java73 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()
DUserInfoStatsTests.java131 private int userCreate(String userName, boolean isGuest) throws Exception { in userCreate()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUserInfo.kt75 fun isGuest(): Boolean = proxy.isGuest() method
DUserReference.java1050 public boolean isGuest() { in isGuest() method in UserReference
/cts/hostsidetests/multiuser/src/android/host/multiuser/
DEphemeralTest.java239 private int createUser(boolean isGuest, boolean isEphemeral) throws Exception { in createUser()
/cts/tests/tests/car/src/android/car/cts/
DCarUserManagerTest.java413 private UserHandle createUser(@Nullable String name, boolean isGuest) { in createUser()
/cts/hostsidetests/car/util/src/android/car/cts/
DCarHostJUnit4TestCase.java348 protected int createUser(String name, int flags, boolean isGuest) throws Exception { in createUser()