Searched defs:privateUser (Results 1 – 6 of 6) sorted by relevance
32 private val privateUser = User(id = baseId + 3, role = User.Role.PRIVATE) constant in com.android.intentresolver.data.repository.FakeUserRepositoryTest
100 val privateUser = User(private.identifier, Role.PRIVATE) in <lambda>() constant
614 UserId privateUser = UserId.of(mPrivateUser); in testOnProfileStatusChange_actionProfileUnavailableForPrivateProfile() local649 UserId privateUser = UserId.of(mPrivateUser); in testOnProfileStatusChange_actionProfileAvailable_profileInitialised() local691 UserId privateUser = UserId.of(mPrivateUser); in testOnProfileStatusChange_actionProfileAvailable_profileNotInitialised() local
43 private val privateUser = User(12, User.Role.PRIVATE) constant
42 private val privateUser = User(id = baseId + 3, role = Role.PRIVATE) constant in com.android.intentresolver.domain.interactor.UserInteractorTest
48 private val privateUser = User(11, User.Role.PRIVATE) constant