Home
last modified time | relevance | path

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

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