Searched refs:handleInflationException (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinder.java | 163 void handleInflationException(NotificationEntry entry, Exception e); in handleInflationException() method
|
D | RowContentBindStage.java | 83 public void handleInflationException(NotificationEntry entry, Exception e) { in executeStage()
|
D | NotificationContentInflater.java | 855 callback.handleInflationException(notification, e); 1269 mCallback.handleInflationException(mRow.getEntry(), 1289 public void handleInflationException(NotificationEntry entry, Exception e) {
|
D | NotificationRowContentBinderImpl.kt | 506 callback?.handleInflationException( in <lambda>() 525 override fun handleInflationException(entry: NotificationEntry, e: Exception) { in <lambda>() method in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl.AsyncInflationTask 1339 callback?.handleInflationException(notification, e) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifInflaterImpl.java | 107 public void handleInflationException( in wrapInflationCallback()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 248 public void handleInflationException(NotificationEntry entry, in testInflationIsRetriedIfAsyncFails() 401 public void handleInflationException(NotificationEntry entry, in inflateAndWait()
|
D | NotificationRowContentBinderImplTest.kt | 247 override fun handleInflationException(entry: NotificationEntry, e: Exception) { in <lambda>() method 542 override fun handleInflationException(entry: NotificationEntry, e: Exception) { in <lambda>() method
|