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

/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java84 private final NotificationListenerObserver mNotifListenerObserver;
108 mNotifListenerObserver = new NotificationListenerObserver();
131 private class NotificationListenerObserver extends ContentObserver { class in class:MediaFocusControl
133 NotificationListenerObserver() { method in class:MediaFocusControl.NotificationListenerObserver
144 if (DEBUG_RC) { Log.d(TAG, "NotificationListenerObserver.onChange()"); }

Completed in 1207 milliseconds