Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java965 String uniqueUserPackageId = mActiveUserNotificationsByNotificationId.get(id); in handleIntent() local
966 if (uniqueUserPackageId != null in handleIntent()
967 && uniqueUserPackageId.equals(getUserPackageUniqueId(userHandle.getIdentifier(), in handleIntent()
970 mActiveUserNotifications.remove(uniqueUserPackageId); in handleIntent()