Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DCarNotificationModule.java26 import com.android.car.notification.headsup.CarHeadsUpNotificationContainer;
73 CarHeadsUpNotificationContainer headsUpNotificationDisplay) { in provideCarHeadsUpNotificationManager()
79 abstract CarHeadsUpNotificationContainer bindsCarHeadsUpNotificationContainer( in bindsCarHeadsUpNotificationContainer()
H A DCarHeadsUpNotificationSystemContainer.java25 import com.android.car.notification.headsup.CarHeadsUpNotificationContainer;
38 public class CarHeadsUpNotificationSystemContainer extends CarHeadsUpNotificationContainer {
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
H A DCarHeadsUpNotificationContainer.java35 public abstract class CarHeadsUpNotificationContainer { class
42 public CarHeadsUpNotificationContainer(Context context, WindowManager windowManager) { in CarHeadsUpNotificationContainer() method in CarHeadsUpNotificationContainer
H A DCarHeadsUpNotificationAppContainer.java29 public class CarHeadsUpNotificationAppContainer extends CarHeadsUpNotificationContainer {
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/headsup/
H A DCarHeadsUpNotificationContainerTest.java48 private CarHeadsUpNotificationContainer mCarHeadsUpNotificationContainer;
61 mCarHeadsUpNotificationContainer = new CarHeadsUpNotificationContainer( in setup()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarHeadsUpNotificationManager.java45 import com.android.car.notification.headsup.CarHeadsUpNotificationContainer;
88 private final CarHeadsUpNotificationContainer mHunContainer;
106 CarHeadsUpNotificationContainer hunContainer) { in CarHeadsUpNotificationManager()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarHeadsUpNotificationManagerTest.java47 import com.android.car.notification.headsup.CarHeadsUpNotificationContainer;
98 CarHeadsUpNotificationContainer mCarHeadsUpNotificationContainer;