HomeSort by relevance Sort by last modified time
    Searched refs:mServiceType (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattIncludedService.java 44 protected int mServiceType;
52 mServiceType = serviceType;
62 out.writeInt(mServiceType);
79 mServiceType = in.readInt();
108 return mServiceType;
BluetoothGattService.java 73 protected int mServiceType;
103 mServiceType = serviceType;
117 mServiceType = serviceType;
130 mServiceType = serviceType;
146 out.writeInt(mServiceType);
172 mServiceType = in.readInt();
310 return mServiceType;
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceResponse.java 42 protected int mServiceType;
120 mServiceType = serviceType;
134 return mServiceType;
288 sbuf.append("serviceType:").append(mServiceType);
306 return (req.mServiceType == mServiceType) &&
324 result = 31 * result + mServiceType;
340 dest.writeInt(mServiceType);
WifiP2pUpnpServiceResponse.java 122 sbuf.append("serviceType:UPnP(").append(mServiceType).append(")");
WifiP2pDnsSdServiceResponse.java 130 sbuf.append("serviceType:DnsSd(").append(mServiceType).append(")");
  /frameworks/base/core/java/android/net/nsd/
NsdServiceInfo.java 44 private String mServiceType;
58 mServiceType = rt;
73 return mServiceType;
78 mServiceType = s;
313 .append(", type: ").append(mServiceType)
332 dest.writeString(mServiceType);
362 info.mServiceType = in.readString();
  /frameworks/base/telephony/java/com/android/ims/
ImsCallProfile.java 216 public int mServiceType;
227 mServiceType = SERVICE_TYPE_NORMAL;
234 mServiceType = serviceType;
305 return "{ serviceType=" + mServiceType +
318 out.writeInt(mServiceType);
325 mServiceType = in.readInt();
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
ServiceResolver.java 34 private final String[] mServiceType;
49 mServiceType = serviceTypes;
57 for (final String service : mServiceType) {
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
ServiceListener.java 39 private final String[] mServiceType;
52 mServiceType = serviceTypes;
133 for(final String service :mServiceType) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/nsd/
NsdManagerFacade.java 352 private final String mServiceType;
359 mServiceType = serviceType;
370 if (mServiceType != null) {
371 j.put(DISCOVERY_LISTENER_DATA_SERVICE_TYPE, mServiceType);
  /packages/apps/TV/src/com/android/tv/tuner/data/
PsipData.java 159 private final int mServiceType;
171 mServiceType = serviceType;
188 return mServiceType;
216 mShortName, mLongName, mServiceType, mChannelTsid,
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 

Completed in 2000 milliseconds