Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DCommunalAppWidgetHostStartable.kt87 val currentUserIds = userTracker.userProfiles.map { it.id }.toSet() in <lambda>() constant
96 !currentUserIds.contains(uid) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DAppOpsPrivacyItemMonitor.kt227 val currentUserIds = userTracker.userProfiles.map { it.id } in <lambda>() constant
228 logger.logCurrentProfilesChanged(currentUserIds) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalInteractor.kt528 val currentUserIds = userTracker.userProfiles.map { it.id }.toSet() in <lambda>() constant
532 currentUserIds.contains(widget.providerInfo.profile?.identifier) in <lambda>()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1879 final IntArray currentUserIds = mUserProfiles.getCurrentProfileIds(); in updateCurrentUserHasChannelsBypassingDnd() local
1884 if (!currentUserIds.contains(UserHandle.getUserId(r.uid))) { in updateCurrentUserHasChannelsBypassingDnd()
DNotificationManagerService.java4835 IntArray currentUserIds = mUserProfiles.getCurrentProfileIds();
4838 return mHistoryManager.readNotificationHistory(currentUserIds.toArray());