Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/compat/internal/
DViewCompatProcessor.java44 private final E sessionEventFromBundle(Bundle eventArgs) throws InvalidProtocolBufferException { in sessionEventFromBundle() argument
46 byte[] protoBytes = eventArgs.getByteArray(Constants.EVENT_COMPAT_NOTIFY); in sessionEventFromBundle()
62 public boolean handleEvent(String inputId, String eventType, Bundle eventArgs) { in handleEvent() argument
65 int version = eventArgs.getInt(Constants.EVENT_GET_VERSION, 0); in handleEvent()
70 E sessionEvent = sessionEventFromBundle(eventArgs); in handleEvent()
75 eventArgs.getString(Constants.EVENT_COMPAT_NOTIFY_ERROR); in handleEvent()
/packages/apps/TV/common/src/com/android/tv/common/compat/
DTvViewCompat.java80 public void onEvent(String inputId, String eventType, Bundle eventArgs) { in onEvent() argument
82 && !mTvViewCompatProcessor.handleEvent(inputId, eventType, eventArgs)) { in onEvent()
83 super.onEvent(inputId, eventType, eventArgs); in onEvent()
DTvRecordingClientCompat.java80 public void onEvent(String inputId, String eventType, Bundle eventArgs) { in onEvent() argument
82 && !mClientCompatProcessor.handleEvent(inputId, eventType, eventArgs)) { in onEvent()
83 super.onEvent(inputId, eventType, eventArgs); in onEvent()