Searched refs:onNotifInflationError (Results 1 – 3 of 3) sorted by relevance
76 verify(listener1).onNotifInflationError(foo, fooException) in testNotifiesListeners()81 verify(listener1).onNotifInflationError(bar, barException) in testNotifiesListeners()82 verify(listener2).onNotifInflationError(bar, barException) in testNotifiesListeners()
53 mListeners.get(i).onNotifInflationError(entry, e); in setInflationError()93 void onNotifInflationError(NotificationEntry entry, Exception e); in onNotifInflationError() method
235 public void onNotifInflationError(NotificationEntry entry, Exception e) {