Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/
DDataServiceImplTest.kt68 private val userProfilePrimary: UserProfile = constant
90 activeUserProfile = userProfilePrimary, in setup()
91 allProfiles = listOf(userProfilePrimary), in setup()
280 it.copy(allProfiles = listOf(userProfilePrimary, userProfileManaged)) in <lambda>()