Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationQueue.java76 private final Set<String> mPackagesToThrottleHeadsUp; field in CarHeadsUpNotificationQueue
115 mPackagesToThrottleHeadsUp = Set.of(context.getResources().getStringArray( in CarHeadsUpNotificationQueue()
140 if (mPackagesToThrottleHeadsUp.contains(taskInfo.baseActivity.getPackageName())) { in CarHeadsUpNotificationQueue()