Home
last modified time | relevance | path

Searched refs:onNotificationReceived (Results 1 – 5 of 5) sorted by relevance

/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/
DNotificationContentObserverTest.java97 verify(mObserverCallbackA).onNotificationReceived(timestamp, null); in onChange_receivesCorrectMediaUri_invokesCallback()
110 verify(mObserverCallbackB).onNotificationReceived(timestamp, albumId); in onChange_receivesCorrectAlbumContentUri_invokesCallback()
122 verify(mObserverCallbackB, never()).onNotificationReceived(timestamp, null); in onChange_receivesIncorrectUri_doesNotInvokeCallback()
DTestableContentObserverCallback.java35 public void onNotificationReceived(String dateTakenMs, String albumId) { in onNotificationReceived() method in TestableContentObserverCallback
DPickerSyncControllerTest.java1694 .onNotificationReceived( in testContentAddNotifications()
1717 verify(callback).onNotificationReceived(any(), any()); in testContentDeleteNotifications()
1726 verify(callback).onNotificationReceived(any(), any()); in testContentDeleteNotifications()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DNotificationContentObserver.java65 void onNotificationReceived(String dateTakenMs, String albumId); in onNotificationReceived() method
165 mUrisToCallback.get(keys).onNotificationReceived(dateTakenMs, albumId); in onChange()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModel.java228 onNotificationReceived(); in PickerViewModel()
243 private void onNotificationReceived() { in onNotificationReceived() method in PickerViewModel