Home
last modified time | relevance | path

Searched refs:mServiceType (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/evs/
H A DCarEvsStatus.java51 private final @CarEvsServiceType int mServiceType; field in CarEvsStatus
61 mServiceType = type; in CarEvsStatus()
67 mServiceType = in.readInt(); in CarEvsStatus()
78 dest.writeInt(mServiceType); in writeToParcel()
84 return "CarEvsStatus: mServiceType = " + mServiceType + " + mState + " + mState; in toString()
102 return mServiceType; in getServiceType()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
H A DCallRedirectionProcessor.java68 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 Log.addEvent(mCall, mServiceType.equals(SERVICE_TYPE_USER_DEFINED) in onServiceConnected()
163 Log.d(this, "Received cancelCall from " + mServiceType + " call" in cancelCall()
[all …]
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattIncludedService.java44 protected int mServiceType; field in BluetoothGattIncludedService
52 mServiceType = serviceType; in BluetoothGattIncludedService()
64 out.writeInt(mServiceType); in writeToParcel()
81 mServiceType = in.readInt(); in BluetoothGattIncludedService()
110 return mServiceType; in getType()
H A DBluetoothGattService.java85 protected int mServiceType; field in BluetoothGattService
114 mServiceType = serviceType; in BluetoothGattService()
129 mServiceType = serviceType; in BluetoothGattService()
143 mServiceType = serviceType; in BluetoothGattService()
159 out.writeInt(mServiceType); in writeToParcel()
185 mServiceType = in.readInt(); in BluetoothGattService()
332 return mServiceType; in getType()
H A DBluetoothHidDeviceAppQosSettings.java32 private final int mServiceType; field in BluetoothHidDeviceAppQosSettings
64 mServiceType = serviceType; in BluetoothHidDeviceAppQosSettings()
73 return mServiceType; in getServiceType()
124 out.writeInt(mServiceType); in writeToParcel()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/
H A DWifiP2pServiceResponse.java42 protected int mServiceType; field in WifiP2pServiceResponse
120 mServiceType = serviceType; in WifiP2pServiceResponse()
134 return mServiceType; in getServiceType()
288 sbuf.append("serviceType:").append(mServiceType); in toString()
306 return (req.mServiceType == mServiceType) && in equals()
324 result = 31 * result + mServiceType; in hashCode()
340 dest.writeInt(mServiceType); in writeToParcel()
H A DWifiP2pUpnpServiceResponse.java122 sbuf.append("serviceType:UPnP(").append(mServiceType).append(")"); in toString()
H A DWifiP2pDnsSdServiceResponse.java130 sbuf.append("serviceType:DnsSd(").append(mServiceType).append(")"); in toString()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DPsipData.java149 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()
543 private final int mServiceType; field in PsipData.ServiceDescriptor
548 mServiceType = serviceType; in ServiceDescriptor()
559 return mServiceType; in getServiceType()
[all …]
/aosp12/frameworks/base/core/java/android/net/nsd/
H A DNsdServiceInfo.java44 private String mServiceType; field in NsdServiceInfo
58 mServiceType = rt; in NsdServiceInfo()
73 return mServiceType; in getServiceType()
78 mServiceType = s; in setServiceType()
314 .append(", type: ").append(mServiceType) in toString()
333 dest.writeString(mServiceType); in writeToParcel()
363 info.mServiceType = in.readString();
/aosp12/packages/services/Car/service/src/com/android/car/evs/
H A DCarEvsService.java133 private int mServiceType; field in CarEvsService.EvsHalEvent
138 mServiceType = type; in EvsHalEvent()
147 return mServiceType; in getServiceType()
155 return "ServiceType = " + mServiceType + ", mOn = " + mOn + in toString()
281 private int mServiceType = CarEvsManager.SERVICE_TYPE_REARVIEW; field in CarEvsService.StateMachine
288 return execute(priority, destination, mServiceType, null, null); in execute()
340 broadcastStateTransition(mServiceType, mState); in execute()
354 return mServiceType; in getServiceType()
360 return new CarEvsStatus(mServiceType, mState); in getStateAndServiceType()
502 mServiceType = service; in handleTransitionToRequestedLocked()
[all …]
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallProfile.java475 public int mServiceType; field in ImsCallProfile
606 mServiceType = SERVICE_TYPE_NORMAL; in ImsCallProfile()
632 mServiceType = serviceType; in ImsCallProfile()
661 mServiceType = serviceType; in ImsCallProfile()
801 return "{ serviceType=" + mServiceType in toString()
824 out.writeInt(mServiceType); in writeToParcel()
839 mServiceType = in.readInt(); in readFromParcel()
869 return mServiceType; in getServiceType()
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
H A DServiceResolver.java35 private final String[] mServiceType; field in ServiceResolver
50 mServiceType = serviceTypes; in ServiceResolver()
58 for (final String service : mServiceType) { in start()
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DServiceListener.java42 private final String[] mServiceType; field in ServiceListener
60 mServiceType = serviceTypes; in ServiceListener()
150 for (final String service : mServiceType) { in start()
/aosp12/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbDebuggingManager.java194 private final String mServiceType = String.format("_%s._tcp.", SERVICE_PROTOCOL); field in AdbDebuggingManager.PairingThread
228 serviceInfo.setServiceType(mServiceType); in run()
/aosp12/packages/modules/Wifi/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt1123 Landroid/net/wifi/p2p/nsd/WifiP2pServiceResponse;->mServiceType:I
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10211 Landroid/bluetooth/BluetoothGattIncludedService;->mServiceType:I
10244 Landroid/bluetooth/BluetoothGattService;->mServiceType:I
10527 Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mServiceType:I
36527 Landroid/net/nsd/NsdServiceInfo;->mServiceType:Ljava/lang/String;
57240 Landroid/telephony/ims/ImsCallProfile;->mServiceType:I