Searched refs:onNotificationReceived (Results 1 – 5 of 5) sorted by relevance
97 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()
35 public void onNotificationReceived(String dateTakenMs, String albumId) { in onNotificationReceived() method in TestableContentObserverCallback
1694 .onNotificationReceived( in testContentAddNotifications()1717 verify(callback).onNotificationReceived(any(), any()); in testContentDeleteNotifications()1726 verify(callback).onNotificationReceived(any(), any()); in testContentDeleteNotifications()
65 void onNotificationReceived(String dateTakenMs, String albumId); in onNotificationReceived() method165 mUrisToCallback.get(keys).onNotificationReceived(dateTakenMs, albumId); in onChange()
228 onNotificationReceived(); in PickerViewModel()243 private void onNotificationReceived() { in onNotificationReceived() method in PickerViewModel