Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DCarNotificationModule.java21 import com.android.car.notification.CarHeadsUpNotificationManager;
62 CarHeadsUpNotificationManager carHeadsUpNotificationManager) { in provideCarNotificationListener()
71 static CarHeadsUpNotificationManager provideCarHeadsUpNotificationManager(Context context, in provideCarHeadsUpNotificationManager()
74 return new CarHeadsUpNotificationManager(context, notificationClickHandlerFactory, in provideCarHeadsUpNotificationManager()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarUxRestrictionManagerWrapper.java38 private CarHeadsUpNotificationManager mCarHeadsUpNotificationManager;
76 CarHeadsUpNotificationManager carHeadsUpNotificationManager) { in setCarHeadsUpNotificationManager()
H A DCarNotificationListener.java49 CarHeadsUpNotificationManager.OnHeadsUpNotificationStateChange {
61 private CarHeadsUpNotificationManager mHeadsUpManager;
84 CarHeadsUpNotificationManager carHeadsUpNotificationManager) { in registerAsSystemService()
110 mHeadsUpManager = new CarHeadsUpNotificationManager(/* context= */ this, in onCreate()
H A DCarHeadsUpNotificationManager.java60 public class CarHeadsUpNotificationManager class
75 private static final String TAG = CarHeadsUpNotificationManager.class.getSimpleName();
104 public CarHeadsUpNotificationManager(Context context, in CarHeadsUpNotificationManager() method in CarHeadsUpNotificationManager
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarHeadsUpNotificationManagerTest.java101 private CarHeadsUpNotificationManager mManager;
212 mManager = new CarHeadsUpNotificationManager(mContext, mClickHandlerFactory, in setup()
H A DCarNotificationListenerTest.java61 private CarHeadsUpNotificationManager mCarHeadsUpNotificationManager;