Searched refs:getUserProfilesVisibleToPhotopicker (Results 1 – 3 of 3) sorted by relevance
35 import com.android.photopicker.extensions.getUserProfilesVisibleToPhotopicker75 .getUserProfilesVisibleToPhotopicker()
34 import com.android.photopicker.extensions.getUserProfilesVisibleToPhotopicker in <lambda>()216 lazyUserMonitor.get().userStatus.getUserProfilesVisibleToPhotopicker().first().size > 1 in dispatchReportPhotopickerSessionInfoEvent()
172 fun Flow<UserStatus>.getUserProfilesVisibleToPhotopicker(): Flow<List<UserProfile>> { in getUserProfilesVisibleToPhotopicker() method