Home
last modified time | relevance | path

Searched refs:primaryDeviceType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pDevice.java52 public String primaryDeviceType; field in WifiP2pDevice
205 primaryDeviceType = match.group(4); in WifiP2pDevice()
288 primaryDeviceType = device.primaryDeviceType; in updateSupplicantDetails()
312 sbuf.append("\n primary type: ").append(primaryDeviceType); in toString()
332 primaryDeviceType = source.primaryDeviceType; in WifiP2pDevice()
346 dest.writeString(primaryDeviceType); in writeToParcel()
367 device.primaryDeviceType = in.readString();
DWifiP2pDeviceList.java97 d.primaryDeviceType = device.primaryDeviceType; in updateSupplicantDetails()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java369 mThisDevice.primaryDeviceType = mContext.getResources().getString( in WifiP2pServiceImpl()
2721 mWifiNative.setDeviceType(mThisDevice.primaryDeviceType); in initializeP2pSettings()
/frameworks/base/api/
Dcurrent.txt19399 field public java.lang.String primaryDeviceType;
Dsystem-current.txt21330 field public java.lang.String primaryDeviceType;