Searched defs:serviceType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DHandleMap.java41 int serviceType = 0; field in class:HandleMap.Entry
47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { argument
53 this.serviceType = serviceType;
56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, argument
63 this.serviceType = serviceType;
99 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, argument
101 mEntries.add(new Entry(serverIf, handle, uuid, serviceType, instance, advertisePreferred));
134 int getServiceHandle(UUID uuid, int serviceType, in argument
[all...]
/packages/apps/TV/src/com/android/tv/tuner/data/
H A DPsipData.java168 public VctItem(String shortName, String longName, int serviceType, int channelTsid, argument
172 mServiceType = serviceType;
237 public SdtItem(String serviceName, String serviceProviderName, int serviceType, argument
241 mServiceType = serviceType;
515 public ServiceDescriptor(int serviceType, String serviceProviderName, String serviceName) { argument
516 mServiceType = serviceType;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java3448 int networkState, int serviceType, int signal, int batteryCharge);
3447 notifyDeviceStatusNative( int networkState, int serviceType, int signal, int batteryCharge) argument

Completed in 3269 milliseconds