Home
last modified time | relevance | path

Searched refs:startUser (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DMixedManagedProfileOwnerTest.java47 startUser(mUserId); in createManagedProfile()
51 startUser(mUserId); in createManagedProfile()
DLauncherAppsMultiUserTest.java49 startUser(mSecondaryUserId); in setUp()
DEphemeralUserTest.java79 startUser(userId); in testRemoveEphemeralOnStop()
DLauncherAppsProfileTest.java55 startUser(mProfileUserId); in setUp()
DBaseDevicePolicyTest.java141 protected void startUser(int userId) throws Exception { in startUser() method in BaseDevicePolicyTest
142 getDevice().startUser(userId); in startUser()
321 startUser(userId); in createUser()
DManagedProfileTest.java98 startUser(mProfileUserId); in setUp()
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java122 assertTrue(getDevice().startUser(mSecondaryUserId)); in testNumberBlocking()