Home
last modified time | relevance | path

Searched defs:sendTvInputNotifyIntent (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/
H A DITvInputManager.aidl142 void sendTvInputNotifyIntent(in Intent intent, int userId); in sendTvInputNotifyIntent() method
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java1298 public void sendTvInputNotifyIntent(Intent intent, int userId) { in sendTvInputNotifyIntent() method in TvInputManagerService.BinderService