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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattIncludedService.java 44 protected int mServiceType;
52 mServiceType = serviceType;
64 out.writeInt(mServiceType);
81 mServiceType = in.readInt();
110 return mServiceType;
BluetoothHidDeviceAppQosSettings.java 32 private final int mServiceType;
64 mServiceType = serviceType;
73 return mServiceType;
124 out.writeInt(mServiceType);
BluetoothGattService.java 79 protected int mServiceType;
109 mServiceType = serviceType;
124 mServiceType = serviceType;
138 mServiceType = serviceType;
154 out.writeInt(mServiceType);
180 mServiceType = in.readInt();
326 return mServiceType;
  /frameworks/base/core/java/android/net/nsd/
NsdServiceInfo.java 43 private String mServiceType;
57 mServiceType = rt;
72 return mServiceType;
77 mServiceType = s;
312 .append(", type: ").append(mServiceType)
331 dest.writeString(mServiceType);
361 info.mServiceType = in.readString();
  /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) {
  /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/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);
  /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);
  /frameworks/base/telephony/java/android/telephony/ims/
ImsCallProfile.java 261 public int mServiceType;
304 mServiceType = SERVICE_TYPE_NORMAL;
330 mServiceType = serviceType;
359 mServiceType = serviceType;
440 return "{ serviceType=" + mServiceType +
454 out.writeInt(mServiceType);
461 mServiceType = in.readInt();
480 return mServiceType;
  /packages/apps/TV/tuner/src/com/android/tv/tuner/data/
PsipData.java 150 private final int mServiceType;
169 mServiceType = serviceType;
186 return mServiceType;
217 mServiceType,
237 private final int mServiceType;
249 mServiceType = serviceType;
263 return mServiceType;
279 mServiceName, mServiceProviderName, mServiceType, mOriginalNetWorkId);
544 private final int mServiceType;
549 mServiceType = serviceType
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 

Completed in 115 milliseconds