Home
last modified time | relevance | path

Searched refs:NotificationContentObserver (Results 1 – 6 of 6) sorted by relevance

/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/
DNotificationContentObserverTest.java43 private final NotificationContentObserver.ContentObserverCallback mObserverCallbackA =
45 private final NotificationContentObserver.ContentObserverCallback mObserverCallbackB =
48 private NotificationContentObserver mObserver;
52 mObserver = new NotificationContentObserver(null); in setUp()
DTestableContentObserverCallback.java24 implements NotificationContentObserver.ContentObserverCallback {
DPickerSyncControllerTest.java22 import static com.android.providers.media.photopicker.NotificationContentObserver.MEDIA;
1668 NotificationContentObserver observer = new NotificationContentObserver(null); in testContentAddNotifications()
1675 final NotificationContentObserver.ContentObserverCallback callback = in testContentAddNotifications()
1703 NotificationContentObserver observer = new NotificationContentObserver(null); in testContentDeleteNotifications()
1709 NotificationContentObserver.ContentObserverCallback callback = in testContentDeleteNotifications()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DNotificationContentObserver.java52 public class NotificationContentObserver extends ContentObserver { class
97 public NotificationContentObserver(Handler handler) { in NotificationContentObserver() method in NotificationContentObserver
DPickerSyncController.java35 import static com.android.providers.media.photopicker.NotificationContentObserver.ALBUM_CONTENT;
36 import static com.android.providers.media.photopicker.NotificationContentObserver.MEDIA;
37 import static com.android.providers.media.photopicker.NotificationContentObserver.UPDATE;
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModel.java78 import com.android.providers.media.photopicker.NotificationContentObserver;
224 NotificationContentObserver contentObserver = new NotificationContentObserver(null); in PickerViewModel()
226 Arrays.asList(NotificationContentObserver.MEDIA), in PickerViewModel()