Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java578 setUpAndStartProfileInBackground(TEST_USER_ID1); in testStartProfile()
584 setUpAndStartProfileInBackground(TEST_USER_ID1); in testStopProfile()
597 private void setUpAndStartProfileInBackground(int userId) throws Exception { in setUpAndStartProfileInBackground() method in UserControllerTest