Searched defs:onListenerDisconnected (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationListener.java195 public void onListenerDisconnected() { method in class:NotificationListener
196 super.onListenerDisconnected();
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DListener.java272 public void onListenerDisconnected() { method in class:Listener
273 Log.w(TAG, "onListenerDisconnected: ");

Completed in 156 milliseconds