Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationCenterActivity.java40 private ServiceConnection mNotificationListenerConnectionListener = new ServiceConnection() { field in CarNotificationCenterActivity
80 bindService(intent, mNotificationListenerConnectionListener, Context.BIND_AUTO_CREATE); in onStart()
95 unbindService(mNotificationListenerConnectionListener); in onStop()