Home
last modified time | relevance | path

Searched refs:serviceType (Results 1 – 13 of 13) 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/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/
DWifiP2pDnsSdServiceRequest.java75 public static WifiP2pDnsSdServiceRequest newInstance(String serviceType) { in newInstance() argument
76 if (serviceType == null) { in newInstance()
79 return new WifiP2pDnsSdServiceRequest(serviceType + ".local.", in newInstance()
97 String serviceType) { in newInstance() argument
98 if (instanceName == null || serviceType == null) { in newInstance()
102 String fullDomainName = instanceName + "." + serviceType + ".local."; in newInstance()
DWifiP2pDnsSdServiceInfo.java95 String serviceType, Map<String, String> txtMap) { in newInstance() argument
96 if (TextUtils.isEmpty(instanceName) || TextUtils.isEmpty(serviceType)) { in newInstance()
109 queries.add(createPtrServiceQuery(instanceName, serviceType)); in newInstance()
110 queries.add(createTxtServiceQuery(instanceName, serviceType, txtRecord)); in newInstance()
125 String serviceType) { in createPtrServiceQuery() argument
129 sb.append(createRequest(serviceType + ".local.", DNS_TYPE_PTR, VERSION_1)); in createPtrServiceQuery()
152 String serviceType, in createTxtServiceQuery() argument
159 sb.append(createRequest((instanceName + "." + serviceType + ".local."), in createTxtServiceQuery()
DWifiP2pServiceRequest.java98 private WifiP2pServiceRequest(int serviceType, int length, in WifiP2pServiceRequest() argument
100 mProtocolType = serviceType; in WifiP2pServiceRequest()
DWifiP2pServiceResponse.java118 protected WifiP2pServiceResponse(int serviceType, int status, int transId, in WifiP2pServiceResponse() argument
120 mServiceType = serviceType; in WifiP2pServiceResponse()
/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()
380 private void processTimeoutForCallRedirection(String serviceType) { in processTimeoutForCallRedirection() argument
381 long timeout = serviceType.equals(SERVICE_TYPE_USER_DEFINED) ? in processTimeoutForCallRedirection()
390 serviceType.equals(SERVICE_TYPE_USER_DEFINED) ? in processTimeoutForCallRedirection()
393 Log.i(this, serviceType + " call redirection has timed out."); in processTimeoutForCallRedirection()
394 Log.addEvent(mCall, serviceType.equals(SERVICE_TYPE_USER_DEFINED) in processTimeoutForCallRedirection()
397 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.java80 Channel.AtscServiceType serviceType = in TunerChannel() local
91 serviceType = chanServiceType; in TunerChannel()
104 .setServiceType(serviceType) in TunerChannel()
183 Channel.AtscServiceType serviceType = in TunerChannel() local
191 serviceType = chanServiceType; in TunerChannel()
198 .setServiceType(serviceType) in TunerChannel()
298 int serviceType = getServiceType(); in getServiceTypeName() local
299 if (serviceType >= 0 && serviceType < ATSC_SERVICE_TYPE_NAMES.length) { in getServiceTypeName()
300 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()
932 if ((serviceType == AtscServiceType.SERVICE_TYPE_ATSC_AUDIO_VALUE in parseVCT()
933 || serviceType in parseVCT()
935 || serviceType in parseVCT()
945 serviceType, in parseVCT()
1096 int serviceType = 0; in parseSDT() local
1100 serviceType = serviceDescriptor.getServiceType(); in parseSDT()
1107 serviceType, in parseSDT()
1922 int serviceType = data[pos] & 0xff; in parseDvbService() local
[all …]
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNsdManagerTest.java82 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in initDiscoveryListener()
87 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in initDiscoveryListener()
92 public void onDiscoveryStarted(String serviceType) { in initDiscoveryListener()
94 info.setServiceType(serviceType); in initDiscoveryListener()
99 public void onDiscoveryStopped(String serviceType) { in initDiscoveryListener()
101 info.setServiceType(serviceType); in initDiscoveryListener()
/packages/services/Car/car-lib/src/android/car/evs/
DICarEvsService.aidl42 int startVideoStream(int serviceType, in IBinder token, in ICarEvsStreamCallback callback); in startVideoStream() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java512 private native boolean notifyDeviceStatusNative(int networkState, int serviceType, int signal, in notifyDeviceStatusNative() argument