Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java360 boolean getIsListenerConnected() { in getIsListenerConnected() method in CarNotificationListener
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationListenerTest.java92 while (!mCarNotificationListener.getIsListenerConnected()) { in setup()