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

  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 61 public String primaryDeviceType;
171 primaryDeviceType = nameValue[1];
243 sbuf.append("\n primary type: ").append(primaryDeviceType);
263 primaryDeviceType = source.primaryDeviceType;
277 dest.writeString(primaryDeviceType);
293 device.primaryDeviceType = in.readString();
  /prebuilt/sdk/14/
android.jar 

Completed in 130 milliseconds