Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java1131 String uniqueUserPackageId = mActiveUserNotificationsByNotificationId.get( in processUserNotificationIntent() local
1133 if (uniqueUserPackageId != null in processUserNotificationIntent()
1134 && uniqueUserPackageId.equals(getUserPackageUniqueId(userHandle.getIdentifier(), in processUserNotificationIntent()
1137 mActiveUserNotifications.remove(uniqueUserPackageId); in processUserNotificationIntent()