Home
last modified time | relevance | path

Searched defs:sessionEvent (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/TV/common/src/com/android/tv/common/compat/internal/
H A DRecordingSessionCompatProcessor.java61 RecordingSessionEvent sessionEvent = in notifyDevToast() local
69 RecordingSessionEvent sessionEvent = in notifyRecordingStarted() local
H A DTifSessionCompatProcessor.java59 SessionEvent sessionEvent = createSessionEvent().setNotifyDevMessage(devMessage).build(); in notifyDevToast() local
67 SessionEvent sessionEvent = in notifySignalStrength() local
H A DViewCompatProcessor.java70 E sessionEvent = sessionEventFromBundle(eventArgs); in handleEvent() local
89 protected abstract void handleSessionEvent(String inputId, E sessionEvent); in handleSessionEvent()
H A DRecordingClientCompatProcessor.java60 protected final void handleSessionEvent(String inputId, RecordingSessionEvent sessionEvent) { in handleSessionEvent()
H A DTvViewCompatProcessor.java62 protected final void handleSessionEvent(String inputId, Events.SessionEvent sessionEvent) { in handleSessionEvent()