Searched refs:remoteViewClickHandler (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinderImpl.kt | 361 private val remoteViewClickHandler: InteractionHandler?, in <lambda>() constant in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl.AsyncInflationTask 489 remoteViewClickHandler, in <lambda>() 809 remoteViewClickHandler: InteractionHandler?, in <lambda>() 846 remoteViewClickHandler = remoteViewClickHandler, in <lambda>() 890 remoteViewClickHandler = remoteViewClickHandler, in <lambda>() 935 remoteViewClickHandler = remoteViewClickHandler, in <lambda>() 978 remoteViewClickHandler = remoteViewClickHandler, in <lambda>() 1023 remoteViewClickHandler = remoteViewClickHandler, in <lambda>() 1069 remoteViewClickHandler = remoteViewClickHandler, in <lambda>() 1116 remoteViewClickHandler: InteractionHandler?, in <lambda>() [all …]
|
D | NotificationContentInflater.java | 468 RemoteViews.InteractionHandler remoteViewClickHandler, in apply() argument 496 remoteViewCache, entry, row, isNewView, remoteViewClickHandler, callback, in apply() 524 flag, remoteViewCache, entry, row, isNewView, remoteViewClickHandler, in apply() 552 flag, remoteViewCache, entry, row, isNewView, remoteViewClickHandler, in apply() 579 remoteViewCache, entry, row, isNewView, remoteViewClickHandler, callback, in apply() 609 remoteViewCache, entry, row, isNewView, remoteViewClickHandler, callback, in apply() 639 remoteViewCache, entry, row, isNewView, remoteViewClickHandler, callback, in apply() 674 RemoteViews.InteractionHandler remoteViewClickHandler, in applyRemoteView() argument 689 remoteViewClickHandler); in applyRemoteView() 696 remoteViewClickHandler); in applyRemoteView() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinderImplTest.kt | 244 remoteViewClickHandler = { _, _, _ -> true }, in <lambda>()
|