Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/
DCarNotificationEntryManager.java30 public class CarNotificationEntryManager extends NotificationEntryManager { class
31 public CarNotificationEntryManager(Context context) { in CarNotificationEntryManager() method in CarNotificationEntryManager
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/
DCarSystemUIFactory.java23 import com.android.systemui.car.CarNotificationEntryManager;
103 return new CarNotificationEntryManager(context); in provideNotificationEntryManager()