Home
last modified time | relevance | path

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

/packages/services/Car/tests/SecondaryHomeApp/src/com/android/car/secondaryhome/launcher/
DNotificationListener.java47 public static final String ACTION_LOCAL_BINDING = "local_binding"; field in NotificationListener
82 return ACTION_LOCAL_BINDING.equals(intent.getAction()) in onBind()
DNotificationFragment.java77 intent.setAction(NotificationListener.ACTION_LOCAL_BINDING); in onCreate()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java48 static final String ACTION_LOCAL_BINDING = "local_binding"; field in CarNotificationListener
111 return ACTION_LOCAL_BINDING.equals(intent.getAction()) in onBind()
DCarNotificationCenterActivity.java81 intent.setAction(CarNotificationListener.ACTION_LOCAL_BINDING); in onStart()