Searched defs:currentUserIds (Results 1 – 4 of 4) sorted by relevance
87 val currentUserIds = userTracker.userProfiles.map { it.id }.toSet() in <lambda>() constant
227 val currentUserIds = userTracker.userProfiles.map { it.id } in <lambda>() constant
528 val currentUserIds = userTracker.userProfiles.map { it.id }.toSet() in <lambda>() constant
1879 final IntArray currentUserIds = mUserProfiles.getCurrentProfileIds(); in updateCurrentUserHasChannelsBypassingDnd() local