Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java88 private RemoteInputListener mRemoteInputListener; field in NotificationRemoteInputManager
285 if (mRemoteInputListener != null) { in setRemoteInputListener()
288 mRemoteInputListener = remoteInputListener; in setRemoteInputListener()
299 if (mRemoteInputListener != null) { in setUpWithCallback()
310 if (mRemoteInputListener != null) { in setUpWithCallback()
547 if (mRemoteInputListener != null) { in onPanelCollapsed()
548 mRemoteInputListener.onPanelCollapsed(); in onPanelCollapsed()
554 return mRemoteInputListener != null in isNotificationKeptForRemoteInputHistory()
576 if (mRemoteInputListener != null) { in releaseNotificationIfKeptForRemoteInputHistory()
609 if (mRemoteInputListener instanceof Dumpable) { in dump()
[all …]