Searched refs:primaryDeviceType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java61 public String primaryDeviceType; field in class:WifiP2pDevice
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();
H A DWifiP2pDeviceList.java70 d.primaryDeviceType = device.primaryDeviceType;
H A DWifiP2pService.java176 mThisDevice.primaryDeviceType = mContext.getResources().getString(
1334 WifiNative.setDeviceType(mThisDevice.primaryDeviceType);

Completed in 94 milliseconds