Home
last modified time | relevance | path

Searched refs:DvbDeviceType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java117 public @interface DvbDeviceType {} annotation in TvInputManager
2606 @DvbDeviceType int deviceType) {
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java2365 @TvInputManager.DvbDeviceType int deviceType) throws RemoteException { in openDvbDevice()