Searched refs:mRemoteInputListener (Results 1 – 1 of 1) sorted by relevance
94 private RemoteInputListener mRemoteInputListener; field in NotificationRemoteInputManager314 if (mRemoteInputListener != null) { in setRemoteInputListener()317 mRemoteInputListener = remoteInputListener; in setRemoteInputListener()319 mRemoteInputListener.setRemoteInputController(mRemoteInputController); in setRemoteInputListener()328 if (mRemoteInputListener != null) { in setUpWithCallback()329 mRemoteInputListener.setRemoteInputController(mRemoteInputController); in setUpWithCallback()339 if (mRemoteInputListener != null) { in setUpWithCallback()340 mRemoteInputListener.onRemoteInputSent(entry); in setUpWithCallback()556 if (mRemoteInputListener != null) { in onPanelCollapsed()557 mRemoteInputListener.onPanelCollapsed(); in onPanelCollapsed()[all …]