Searched refs:activeUserProfile (Results 1 – 5 of 5) sorted by relevance
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/user/ |
D | UserMonitorTest.kt | 114 activeUserProfile = PRIMARY_PROFILE_BASE, in <lambda>() 292 assertThat(reportedStatus.activeUserProfile.icon).isNotNull() in <lambda>() 293 assertThat(reportedStatus.activeUserProfile.label) in <lambda>() 321 assertThat(reportedStatus.activeUserProfile.icon).isNull() in <lambda>() 322 assertThat(reportedStatus.activeUserProfile.label).isNull() in <lambda>() 497 activeUserProfile = PRIMARY_PROFILE_BASE, in <lambda>() 599 activeUserProfile = MANAGED_PROFILE_BASE, in <lambda>() 618 activeUserProfile = in <lambda>() 745 assertThat(emissions.last().activeUserProfile.identifier) in <lambda>() 758 assertThat(emissions.last().activeUserProfile.identifier) in <lambda>() [all …]
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/user/ |
D | UserMonitor.kt | 93 activeUserProfile = getUserProfileFromHandle(processOwnerUserHandle, context), in <lambda>() 203 activeUserProfile = profile, in <lambda>() 251 profile.identifier == _userStatus.value.activeUserProfile.identifier in <lambda>() 268 activeUserProfile = processOwnerProfile, in <lambda>()
|
D | UserStatus.kt | 30 val activeUserProfile: UserProfile, constant in com.android.photopicker.core.user.UserStatus
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/profileselector/ |
D | ProfileSelectorViewModel.kt | 76 .map { it.activeUserProfile } in <lambda>() 80 initialValue = userMonitor.userStatus.value.activeUserProfile
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/ |
D | DataServiceImplTest.kt | 90 activeUserProfile = userProfilePrimary, in setup() 300 activeUserProfile = userProfileManaged, in <lambda>() 394 activeUserProfile = userProfileManaged, in <lambda>()
|