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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java 70 protected int mServiceType;
100 mServiceType = serviceType;
114 mServiceType = serviceType;
225 return mServiceType;
  /frameworks/base/core/java/android/net/nsd/
NsdServiceInfo.java 41 private String mServiceType;
55 mServiceType = rt;
70 return mServiceType;
75 mServiceType = s;
218 .append(", type: ").append(mServiceType)
237 dest.writeString(mServiceType);
267 info.mServiceType = in.readString();
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceResponse.java 42 protected int mServiceType;
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);
  /frameworks/base/telephony/java/com/android/ims/
ImsCallProfile.java 165 public int mServiceType;
177 mServiceType = SERVICE_TYPE_NORMAL;
184 mServiceType = serviceType;
255 return "{ serviceType=" + mServiceType +
268 out.writeInt(mServiceType);
275 mServiceType = in.readInt();

Completed in 1407 milliseconds