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

/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java85 private final NotificationListenerObserver mNotifListenerObserver;
119 mNotifListenerObserver = new NotificationListenerObserver();
139 private class NotificationListenerObserver extends ContentObserver { class in class:MediaFocusControl
141 NotificationListenerObserver() { method in class:MediaFocusControl.NotificationListenerObserver
152 if (DEBUG_RC) { Log.d(TAG, "NotificationListenerObserver.onChange()"); }

Completed in 31 milliseconds