Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationQueue.java141 mThrottledDisplays.add(taskInfo.displayAreaFeatureId); in CarHeadsUpNotificationQueue()
145 if (mThrottledDisplays.remove(taskInfo.displayAreaFeatureId)) { in CarHeadsUpNotificationQueue()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DButtonSelectionStateController.java116 if (taskInfo.topActivity != null && taskInfo.displayAreaFeatureId == validDisplay) { in taskChanged()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationQueueTest.java977 int displayAreaFeatureId) { in generateRunningTaskInfo() argument
983 mockRunningTaskInfo.displayAreaFeatureId = displayAreaFeatureId; in generateRunningTaskInfo()