Searched refs:CarHeadsUpNotificationManager (Results 1 – 6 of 6) sorted by relevance
21 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()
38 private CarHeadsUpNotificationManager mCarHeadsUpNotificationManager;76 CarHeadsUpNotificationManager carHeadsUpNotificationManager) { in setCarHeadsUpNotificationManager()
49 CarHeadsUpNotificationManager.OnHeadsUpNotificationStateChange {61 private CarHeadsUpNotificationManager mHeadsUpManager;84 CarHeadsUpNotificationManager carHeadsUpNotificationManager) { in registerAsSystemService()110 mHeadsUpManager = new CarHeadsUpNotificationManager(/* context= */ this, in onCreate()
60 public class CarHeadsUpNotificationManager class75 private static final String TAG = CarHeadsUpNotificationManager.class.getSimpleName();104 public CarHeadsUpNotificationManager(Context context, in CarHeadsUpNotificationManager() method in CarHeadsUpNotificationManager
101 private CarHeadsUpNotificationManager mManager;212 mManager = new CarHeadsUpNotificationManager(mContext, mClickHandlerFactory, in setup()
61 private CarHeadsUpNotificationManager mCarHeadsUpNotificationManager;