Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobConcurrencyManagerTest.java894 createJob(createPrimaryUser(false)))); in testShouldRunAsFgUserJob_primaryUser()
900 createJob(createPrimaryUser(true)))); in testShouldRunAsFgUserJob_primaryProfile()
933 private UserInfo createPrimaryUser(boolean isProfile) { in createPrimaryUser() method in JobConcurrencyManagerTest