Home
last modified time | relevance | path

Searched refs:getServiceType (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DTunerChannel.java92 mProto.serviceType = channel.getServiceType(); in TunerChannel()
153 mProto.serviceType = channel.getServiceType(); in TunerChannel()
247 public int getServiceType() { in getServiceType() method in TunerChannel
DPsipData.java184 public int getServiceType() { in getServiceType() method in PsipData.VctItem
261 public int getServiceType() { in getServiceType() method in PsipData.SdtItem
558 public int getServiceType() { in getServiceType() method in PsipData.ServiceDescriptor
DSectionParser.java1100 serviceType = serviceDescriptor.getServiceType(); in parseSDT()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceService.java521 inQos.getServiceType(), in registerApp()
531 outQos.getServiceType(), in registerApp()
/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DMdnsDiscovery.java114 String scheme = info.getServiceType().contains(SERVICE_IPPS) ? SCHEME_IPPS : SCHEME_IPP; in toNetworkPrinter()