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

  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceRequest.java 45 private int mProtocolType;
78 mProtocolType = protocolType;
97 mProtocolType = serviceType;
141 sb.append(String.format(Locale.US, "%02x", mProtocolType));
229 if ((req.mProtocolType != mProtocolType) ||
245 result = 31 * result + mProtocolType;
258 dest.writeInt(mProtocolType);
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 37 milliseconds