Searched refs:mServiceType (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattIncludedService.java44 protected int mServiceType; field in class:BluetoothGattIncludedService
52 mServiceType = serviceType;
62 out.writeInt(mServiceType);
79 mServiceType = in.readInt();
108 return mServiceType;
H A DBluetoothGattService.java73 protected int mServiceType; field in class:BluetoothGattService
103 mServiceType = serviceType;
117 mServiceType = serviceType;
130 mServiceType = serviceType;
146 out.writeInt(mServiceType);
172 mServiceType = in.readInt();
311 return mServiceType;
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pServiceResponse.java42 protected int mServiceType; field in class:WifiP2pServiceResponse
120 mServiceType = serviceType;
134 return mServiceType;
296 sbuf.append("serviceType:").append(mServiceType);
314 return (req.mServiceType == mServiceType) &&
332 result = 31 * result + mServiceType;
348 dest.writeInt(mServiceType);
H A DWifiP2pUpnpServiceResponse.java122 sbuf.append("serviceType:UPnP(").append(mServiceType).append(")");
H A DWifiP2pDnsSdServiceResponse.java130 sbuf.append("serviceType:DnsSd(").append(mServiceType).append(")");
/frameworks/base/core/java/android/net/nsd/
H A DNsdServiceInfo.java44 private String mServiceType; field in class:NsdServiceInfo
58 mServiceType = rt;
73 return mServiceType;
78 mServiceType = s;
312 .append(", type: ").append(mServiceType)
331 dest.writeString(mServiceType);
361 info.mServiceType = in.readString();
/frameworks/base/telephony/java/com/android/ims/
H A DImsCallProfile.java208 public int mServiceType; field in class:ImsCallProfile
219 mServiceType = SERVICE_TYPE_NORMAL;
226 mServiceType = serviceType;
297 return "{ serviceType=" + mServiceType +
310 out.writeInt(mServiceType);
317 mServiceType = in.readInt();
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
H A DServiceResolver.java32 private final String[] mServiceType; field in class:ServiceResolver
47 mServiceType = serviceTypes;
55 for (final String service : mServiceType) {
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DServiceListener.java39 private final String[] mServiceType; field in class:ServiceListener
52 mServiceType = serviceTypes;
133 for(final String service :mServiceType) {
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
H A DServiceListener.java39 private final String[] mServiceType; field in class:ServiceListener
52 mServiceType = serviceTypes;
133 for(final String service :mServiceType) {

Completed in 1636 milliseconds