/packages/modules/Connectivity/framework-t/src/android/net/nsd/ |
D | DiscoveryRequest.java | 39 private final String mServiceType; field in DiscoveryRequest 71 mServiceType = serviceType; in DiscoveryRequest() 84 return mServiceType; in getServiceType() 120 .append(", serviceType: ").append(mServiceType) in toString() 135 && Objects.equals(mServiceType, otherRequest.mServiceType) in equals() 143 return Objects.hash(mProtocolType, mServiceType, mSubtype, mNetwork); in hashCode() 154 dest.writeString(mServiceType); in writeToParcel() 164 private String mServiceType; field in DiscoveryRequest.Builder 207 mServiceType = serviceType; in setServiceType() 246 return new DiscoveryRequest(mProtocolType, mServiceType, mSubtype, mNetwork); in build()
|
D | OffloadServiceInfo.java | 250 private final String mServiceType; field in OffloadServiceInfo.Key 262 mServiceType = serviceType; in Key() 274 mServiceType = in.readString(); in Key() 289 return mServiceType; in getServiceType() 295 dest.writeString(mServiceType); in writeToParcel() 323 mServiceType, that.mServiceType); in equals() 328 return Objects.hash(mServiceName, mServiceType); in hashCode() 334 mServiceName, mServiceType); in toString()
|
D | NsdServiceInfo.java | 60 private String mServiceType; field in NsdServiceInfo 96 mServiceType = rt; in NsdServiceInfo() 106 mServiceType = other.getServiceType(); in NsdServiceInfo() 129 return mServiceType; in getServiceType() 134 mServiceType = s; in setServiceType() 588 .append(", type: ").append(mServiceType) in toString() 648 dest.writeString(mServiceType); in writeToParcel() 683 info.mServiceType = in.readString();
|
D | NsdManager.java | 508 final String mServiceType; field in NsdManager.PerNetworkDiscoveryTracker 524 discoverServices(mServiceType, mProtocolType, network, Runnable::run, 545 mBaseListener.onDiscoveryStarted(mServiceType))); in start() 562 mBaseExecutor.execute(() -> mBaseListener.onDiscoveryStopped(mServiceType)); in requestStop() 574 mServiceType = serviceType; in PerNetworkDiscoveryTracker() 590 private final String mServiceType; field in NsdManager.PerNetworkDiscoveryTracker.TrackedNsdInfo 593 mServiceType = info.getServiceType(); in TrackedNsdInfo() 598 return Objects.hash(mServiceName, mServiceType); in hashCode() 606 && Objects.equals(mServiceType, other.mServiceType); in equals() 637 trackedInfo.mServiceName, trackedInfo.mServiceType); in notifyAllServicesLost()
|
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/ |
D | CallRedirectionProcessor.java | 68 private final String mServiceType; field in CallRedirectionProcessor.CallRedirectionAttempt 74 mServiceType = serviceType; in CallRedirectionAttempt() 87 Log.d(this, "bindService, found " + mServiceType + " call redirection service," in process() 99 && mServiceType.equals(SERVICE_TYPE_USER_DEFINED)); in onServiceBound() 100 Log.addEvent(mCall, mServiceType.equals(SERVICE_TYPE_USER_DEFINED) in onServiceBound() 107 Log.e(this, e, "Failed to request with the found " + mServiceType + " call" in onServiceBound() 114 if (((mServiceType.equals(SERVICE_TYPE_CARRIER)) && mIsCarrierRedirectionPending) in finishCallRedirection() 115 || ((mServiceType.equals(SERVICE_TYPE_USER_DEFINED)) in finishCallRedirection() 133 + mServiceType + " call redirection service"); in notifyTimeout() 152 Log.addEvent(mCall, mServiceType.equals(SERVICE_TYPE_USER_DEFINED) in onServiceConnected() [all …]
|
/packages/services/Car/car-lib/src/android/car/evs/ |
D | CarEvsStatus.java | 55 private final @CarEvsServiceType int mServiceType; field in CarEvsStatus 65 mServiceType = type; in CarEvsStatus() 71 mServiceType = in.readInt(); in CarEvsStatus() 83 dest.writeInt(mServiceType); in writeToParcel() 89 return "CarEvsStatus: mServiceType = " + mServiceType + " + mState + " + mState; in toString() 107 return mServiceType; in getServiceType()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattIncludedService.java | 39 protected int mServiceType; field in BluetoothGattIncludedService 45 mServiceType = serviceType; in BluetoothGattIncludedService() 57 out.writeInt(mServiceType); in writeToParcel() 74 mServiceType = in.readInt(); in BluetoothGattIncludedService() 100 return mServiceType; in getType()
|
D | BluetoothGattService.java | 77 protected int mServiceType; field in BluetoothGattService 100 mServiceType = serviceType; in BluetoothGattService() 115 mServiceType = serviceType; in BluetoothGattService() 129 mServiceType = serviceType; in BluetoothGattService() 143 out.writeInt(mServiceType); in writeToParcel() 169 mServiceType = in.readInt(); in BluetoothGattService() 306 return mServiceType; in getType()
|
D | BluetoothHidDeviceAppQosSettings.java | 33 private final int mServiceType; field in BluetoothHidDeviceAppQosSettings 65 mServiceType = serviceType; in BluetoothHidDeviceAppQosSettings() 74 return mServiceType; in getServiceType() 124 out.writeInt(mServiceType); in writeToParcel()
|
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/ |
D | WifiP2pServiceResponse.java | 48 protected int mServiceType; field in WifiP2pServiceResponse 142 mServiceType = serviceType; in WifiP2pServiceResponse() 159 mServiceType = 0; in WifiP2pServiceResponse() 195 return mServiceType; in getServiceType() 363 sbuf.append("serviceType:").append(mServiceType); in toString() 386 return mServiceType == req.mServiceType in equals() 405 result = 31 * result + mServiceType; in hashCode() 423 dest.writeInt(mServiceType); in writeToParcel()
|
D | WifiP2pUpnpServiceResponse.java | 122 sbuf.append("serviceType:UPnP(").append(mServiceType).append(")"); in toString()
|
D | WifiP2pDnsSdServiceResponse.java | 130 sbuf.append("serviceType:DnsSd(").append(mServiceType).append(")"); in toString()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/ |
D | PsipData.java | 149 private final int mServiceType; field in PsipData.VctItem 168 mServiceType = serviceType; in VctItem() 185 return mServiceType; in getServiceType() 216 mServiceType, in toString() 236 private final int mServiceType; field in PsipData.SdtItem 248 mServiceType = serviceType; in SdtItem() 262 return mServiceType; in getServiceType() 278 mServiceName, mServiceProviderName, mServiceType, mOriginalNetWorkId); in toString() 543 private final int mServiceType; field in PsipData.ServiceDescriptor 548 mServiceType = serviceType; in ServiceDescriptor() [all …]
|
/packages/services/Car/service/src/com/android/car/evs/ |
D | CarEvsServiceUtils.java | 93 private final @CarEvsServiceType int mServiceType; field in CarEvsServiceUtils.Parameters 98 mServiceType = type; in Parameters() 111 @CarEvsServiceType int getType() { return mServiceType; } in getType() 118 return "Parameter serviceType=" + CarEvsUtils.convertToString(mServiceType) + in toString()
|
D | StateMachine.java | 157 private final @CarEvsServiceType int mServiceType; field in StateMachine 353 callback.onStreamEvent(mServiceType, event); in processStreamEvent() 381 descriptor = new CarEvsBufferDescriptor(id, mServiceType, buffer); in processNewFrame() 384 CarEvsUtils.putTag(mServiceType, id), buffer); in processNewFrame() 450 mServiceType = type; in StateMachine() 647 return new CarEvsStatus(mServiceType, mState); in getCurrentStatus() 659 CarEvsUtils.convertToString(mServiceType)); in dump() 759 mService.broadcastStateTransition(mServiceType, newState); in execute() 929 callback.onStreamEvent(mServiceType, CarEvsManager.STREAM_EVENT_STREAM_STOPPED); in notifyStreamStopped() 1154 (short) mServiceType); in handleTransitionToRequestedLocked() [all …]
|
D | CarEvsService.java | 123 private int mServiceType; field in CarEvsService.EvsHalEvent 128 mServiceType = type; in EvsHalEvent() 137 return mServiceType; in getServiceType() 146 return "ServiceType=" + CarEvsUtils.convertToString(mServiceType) + in toString()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | SatelliteConfigViewer.java | 48 private TextView mServiceType; field in SatelliteConfigViewer 75 mServiceType = (TextView) findViewById(R.id.svc_type); in onCreate() 86 mServiceType.setText(getSatelliteCarrierConfigUpdateData()); in onCreate()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | HandleMap.java | 49 int mServiceType = 0; field in HandleMap.Entry 61 mServiceType = serviceType; in Entry() 76 mServiceType = serviceType; in Entry()
|
/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/ |
D | CarEvsCameraPreviewActivity.java | 138 private int mServiceType; field in CarEvsCameraPreviewActivity 327 mServiceType = CarEvsManager.SERVICE_TYPE_REARVIEW; in parseExtra() 334 mServiceType = extras.getShort(Integer.toString(CarEvsManager.SERVICE_TYPE_REARVIEW)); in parseExtra() 421 int result = mEvsManager.startVideoStream(mServiceType, mSessionToken, in handleVideoStreamLocked()
|
/packages/services/Car/tests/CarEvsMultiCameraPreviewApp/src/com/google/android/car/evs/multi/ |
D | CarEvsMultiCameraPreviewActivity.java | 124 private int mServiceType; field in CarEvsMultiCameraPreviewActivity 290 mServiceType = CarEvsManager.SERVICE_TYPE_REARVIEW; in parseExtra() 298 mServiceType = extras.getShort(Integer.toString(CarEvsManager.SERVICE_TYPE_REARVIEW)); in parseExtra()
|
/packages/modules/Connectivity/framework-t/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority-tiramisu.txt | 479 Landroid/net/nsd/NsdServiceInfo;->mServiceType:Ljava/lang/String;
|
/packages/modules/Wifi/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1123 Landroid/net/wifi/p2p/nsd/WifiP2pServiceResponse;->mServiceType:I
|