Home
last modified time | relevance | path

Searched refs:setRemoteViewClickHandler (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java366 row.setRemoteViewClickHandler(mOnClickHandler); in bindRow()
DExpandableNotificationRow.java1452 public void setRemoteViewClickHandler(RemoteViews.OnClickHandler remoteViewClickHandler) {
1453 mNotificationInflater.setRemoteViewClickHandler(remoteViewClickHandler);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java102 public void setRemoteViewClickHandler(RemoteViews.OnClickHandler remoteViewClickHandler) { in setRemoteViewClickHandler() method in NotificationInflater