Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java61 private CarHeadsUpNotificationManager mHeadsUpManager; field in CarNotificationListener
92 mHeadsUpManager = carHeadsUpNotificationManager; in registerAsSystemService()
93 mHeadsUpManager.registerHeadsUpNotificationStateChangeListener(this); in registerAsSystemService()
112 mHeadsUpManager = new CarHeadsUpNotificationManager(/* context= */ this, in onCreate()
114 mHeadsUpManager.registerHeadsUpNotificationStateChangeListener(this); in onCreate()
115 app.getCarUxRestrictionWrapper().setCarHeadsUpNotificationManager(mHeadsUpManager); in onCreate()
121 mHeadsUpManager.unregisterListeners(); in onDestroy()
272 mHeadsUpManager.clearCache(); in clearCache()
283 mHeadsUpManager.releaseQueue(); in onVisibilityChanged()
298 isShowingHeadsUp = mHeadsUpManager.maybeShowHeadsUp(alertEntry, getCurrentRanking(), in notifyNotificationPosted()
[all …]