Home
last modified time | relevance | path

Searched defs:isGuest (Results 1 – 6 of 6) 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.java71 protected int userCreate(String userName, boolean isGuest) throws Exception { in userCreate()
80 protected int removeGuestUser(String userName, boolean isGuest) throws Exception { in removeGuestUser()
90 protected int switchUser(String userName, boolean isGuest) throws Exception { in switchUser()
DUserInfoStatsTests.java129 private int userCreate(String userName, boolean isGuest) throws Exception { in userCreate()
/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()