Searched refs:remoteViewClickHandler (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 166 public void setRemoteViewClickHandler(RemoteViews.OnClickHandler remoteViewClickHandler) { in setRemoteViewClickHandler() argument 167 mRemoteViewClickHandler = remoteViewClickHandler; in setRemoteViewClickHandler() 408 RemoteViews.OnClickHandler remoteViewClickHandler, in apply() argument 431 row, redactAmbient, isNewView, remoteViewClickHandler, callback, privateLayout, in apply() 455 cachedContentViews, row, redactAmbient, isNewView, remoteViewClickHandler, in apply() 481 cachedContentViews, row, redactAmbient, isNewView, remoteViewClickHandler, in apply() 506 row, redactAmbient, isNewView, remoteViewClickHandler, callback, in apply() 530 row, redactAmbient, isNewView, remoteViewClickHandler, callback, in apply() 555 RemoteViews.OnClickHandler remoteViewClickHandler, in applyRemoteView() argument 569 remoteViewClickHandler); in applyRemoteView() [all …]
|
D | ExpandableNotificationRow.java | 1624 public void setRemoteViewClickHandler(RemoteViews.OnClickHandler remoteViewClickHandler) { 1625 mNotificationInflater.setRemoteViewClickHandler(remoteViewClickHandler);
|