Home
last modified time | relevance | path

Searched refs:remoteViewClickHandler (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java102 public void setRemoteViewClickHandler(RemoteViews.OnClickHandler remoteViewClickHandler) { in setRemoteViewClickHandler() argument
103 mRemoteViewClickHandler = remoteViewClickHandler; in setRemoteViewClickHandler()
187 RemoteViews.OnClickHandler remoteViewClickHandler, in apply() argument
209 isNewView, remoteViewClickHandler, callback, entry, privateLayout, in apply()
232 redactAmbient, isNewView, remoteViewClickHandler, callback, entry, in apply()
257 redactAmbient, isNewView, remoteViewClickHandler, callback, entry, in apply()
281 redactAmbient, isNewView, remoteViewClickHandler, callback, entry, in apply()
304 redactAmbient, isNewView, remoteViewClickHandler, callback, entry, in apply()
324 RemoteViews.OnClickHandler remoteViewClickHandler, in applyRemoteView() argument
357 remoteViewClickHandler); in applyRemoteView()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java1154 public void setRemoteViewClickHandler(RemoteViews.OnClickHandler remoteViewClickHandler) {
1155 mNotificationInflater.setRemoteViewClickHandler(remoteViewClickHandler);