Home
last modified time | relevance | path

Searched refs:getNormalizedUserId (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java334 public int getNormalizedUserId() { in getNormalizedUserId() method in StatusBarNotification
476 getNormalizedUserId()); in getPackageContext()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java161 if (mUm.isSameProfileGroup(UserHandle.USER_SYSTEM, mSbn.getNormalizedUserId())) {
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java725 if (!mEnabled.get(sbn.getNormalizedUserId(), false)) { in record()
776 if (userId == mBuffer.get(i).first.getNormalizedUserId()) { in updateHistoryEnabled()
792 && userId == pair.first.getNormalizedUserId() in removeChannelNotifications()
3164 .setUserId(r.getSbn().getNormalizedUserId())
9739 if (!listener.enabledAndUserMatches(r.getSbn().getNormalizedUserId())){