Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java793 setUpAndStartProfileInBackground(TEST_USER_ID1); in testStartProfile()
803 setUpAndStartProfileInBackground(TEST_USER_ID1); in testStartProfile_whenUsersOnSecondaryDisplaysIsEnabled()
811 setUpAndStartProfileInBackground(TEST_USER_ID1); in testStopProfile()
1004 private void setUpAndStartProfileInBackground(int userId) throws Exception { in setUpAndStartProfileInBackground() method in UserControllerTest