Home
last modified time | relevance | path

Searched refs:serviceType (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java42 public int serviceType = 0; field in HandleMap.Entry
48 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry() argument
54 this.serviceType = serviceType; in Entry()
57 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry() argument
64 this.serviceType = serviceType; in Entry()
100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() argument
102 mEntries.add(new Entry(serverIf, handle, uuid, serviceType, instance, advertisePreferred)); in addService()
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessor.java72 private CallRedirectionAttempt(ComponentName componentName, String serviceType) { in CallRedirectionAttempt() argument
74 mServiceType = serviceType; in CallRedirectionAttempt()
373 private void processTimeoutForCallRedirection(String serviceType) { in processTimeoutForCallRedirection() argument
374 long timeout = serviceType.equals(SERVICE_TYPE_USER_DEFINED) ? in processTimeoutForCallRedirection()
383 serviceType.equals(SERVICE_TYPE_USER_DEFINED) ? in processTimeoutForCallRedirection()
386 Log.i(this, serviceType + " call redirection has timed out."); in processTimeoutForCallRedirection()
387 Log.addEvent(mCall, serviceType.equals(SERVICE_TYPE_USER_DEFINED) in processTimeoutForCallRedirection()
390 if (serviceType.equals(SERVICE_TYPE_USER_DEFINED)) { in processTimeoutForCallRedirection()
DCallRedirectionProcessorHelper.java98 protected ComponentName getComponentName(Intent intent, String serviceType) { in getComponentName() argument
102 Log.i(this, "There are no " + serviceType + " call redirection services installed" + in getComponentName()
106 Log.i(this, "There are multiple " + serviceType + " call redirection services" + in getComponentName()
112 Log.w(this, "The " + serviceType + " call redirection service has invalid" + in getComponentName()
/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()
248 return mProto.serviceType; in getServiceType()
252 int serviceType = mProto.serviceType; in getServiceTypeName() local
253 if (serviceType >= 0 && serviceType < ATSC_SERVICE_TYPE_NAMES.length) { in getServiceTypeName()
254 return ATSC_SERVICE_TYPE_NAMES[serviceType]; in getServiceTypeName()
DPsipData.java160 int serviceType, in VctItem() argument
168 mServiceType = serviceType; in VctItem()
243 int serviceType, in SdtItem() argument
248 mServiceType = serviceType; in SdtItem()
547 public ServiceDescriptor(int serviceType, String serviceProviderName, String serviceName) { in ServiceDescriptor() argument
548 mServiceType = serviceType; in ServiceDescriptor()
DSectionParser.java895 int serviceType = (data[pos + 27] & 0x3f); in parseVCT() local
923 serviceType, in parseVCT()
934 && (serviceType == Channel.AtscServiceType.SERVICE_TYPE_ATSC_AUDIO in parseVCT()
935 || serviceType in parseVCT()
937 || serviceType in parseVCT()
945 serviceType, in parseVCT()
1096 int serviceType = 0; in parseSDT() local
1100 serviceType = serviceDescriptor.getServiceType(); in parseSDT()
1107 serviceType, in parseSDT()
1909 int serviceType = data[pos] & 0xff; in parseDvbService() local
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java487 private native boolean notifyDeviceStatusNative(int networkState, int serviceType, int signal, in notifyDeviceStatusNative() argument