Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java93 private RemoteInputListener mRemoteInputListener; field in NotificationRemoteInputManager
325 if (mRemoteInputListener != null) { in setRemoteInputListener()
328 mRemoteInputListener = remoteInputListener; in setRemoteInputListener()
348 if (mRemoteInputListener != null) { in setUpWithCallback()
359 if (mRemoteInputListener != null) { in setUpWithCallback()
360 mRemoteInputListener.onRemoteInputSent(entry); in setUpWithCallback()
604 if (mRemoteInputListener != null) { in onPanelCollapsed()
605 mRemoteInputListener.onPanelCollapsed(); in onPanelCollapsed()
611 return mRemoteInputListener != null in isNotificationKeptForRemoteInputHistory()
633 if (mRemoteInputListener != null) { in releaseNotificationIfKeptForRemoteInputHistory()
[all …]