Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewController.kt40 import com.android.systemui.statusbar.policy.RemoteInputView.NotificationRemoteInputEvent
274 NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_SEND,
286 NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_FAILURE,
H A DRemoteInputView.java157 enum NotificationRemoteInputEvent implements UiEventLogger.UiEventEnum { enum in RemoteInputView
170 NotificationRemoteInputEvent(int id) { in NotificationRemoteInputEvent() method in RemoteInputView.NotificationRemoteInputEvent
367 NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_ATTACH_IMAGE, in setAttachment()
494 NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_CLOSE, in onDefocus()
645 NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_OPEN, in focus()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java343 RemoteInputView.NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_OPEN.getId(), in testUiEventLogging_openAndSend()
346 RemoteInputView.NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_SEND.getId(), in testUiEventLogging_openAndSend()
377 RemoteInputView.NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_OPEN.getId(), in testUiEventLogging_openAndAttach()
380 RemoteInputView.NotificationRemoteInputEvent in testUiEventLogging_openAndAttach()