Searched refs:currentUserIds (Results 1 – 5 of 5) sorted by relevance
87 val currentUserIds = userTracker.userProfiles.map { it.id }.toSet() in <lambda>() constant96 !currentUserIds.contains(uid) in <lambda>()
227 val currentUserIds = userTracker.userProfiles.map { it.id } in <lambda>() constant228 logger.logCurrentProfilesChanged(currentUserIds) in <lambda>()
528 val currentUserIds = userTracker.userProfiles.map { it.id }.toSet() in <lambda>() constant532 currentUserIds.contains(widget.providerInfo.profile?.identifier) in <lambda>()
1879 final IntArray currentUserIds = mUserProfiles.getCurrentProfileIds(); in updateCurrentUserHasChannelsBypassingDnd() local1884 if (!currentUserIds.contains(UserHandle.getUserId(r.uid))) { in updateCurrentUserHasChannelsBypassingDnd()
4835 IntArray currentUserIds = mUserProfiles.getCurrentProfileIds();4838 return mHistoryManager.readNotificationHistory(currentUserIds.toArray());