Searched refs:onBindRow (Results 1 – 3 of 3) sorted by relevance
164 mBindRowCallback.onBindRow(row); in bindRow()252 void onBindRow(ExpandableNotificationRow row); in onBindRow() method
351 verify(mBindCallback).onBindRow(entry.getRow()); in testAddNotification()
353 public void onBindRow(ExpandableNotificationRow row) { in onBindRow() method in StatusBarNotificationPresenter