Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/
DWifiP2pDeviceTest.java58 assertEquals(devA.secondaryDeviceType, devB.secondaryDeviceType); in compareWifiP2pDevices()
106 device.secondaryDeviceType = "secondaryDeviceType"; in testCopyConstructorWithUpdatedValues()
125 device.secondaryDeviceType = "secondaryDeviceType"; in testCopyConstructorWithNullWfdInfo()
156 device.secondaryDeviceType = "secondaryDeviceType"; in testParcelReadWrite()
173 assertEquals(device.secondaryDeviceType, unparceledDevice.secondaryDeviceType); in testParcelReadWrite()
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pDevice.java88 public String secondaryDeviceType; field in WifiP2pDevice
370 secondaryDeviceType = device.secondaryDeviceType; in updateSupplicantDetails()
497 sbuf.append("\n secondary type: ").append(secondaryDeviceType); in toString()
522 secondaryDeviceType = source.secondaryDeviceType; in WifiP2pDevice()
550 dest.writeString(secondaryDeviceType); in writeToParcel()
583 device.secondaryDeviceType = in.readString();
DWifiP2pDeviceList.java100 d.secondaryDeviceType = device.secondaryDeviceType; in updateSupplicantDetails()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java1259 assertEquals(mTestThisDevice.secondaryDeviceType, device.secondaryDeviceType); in verifyDeviceChangedBroadcastIntent()
/packages/modules/Wifi/framework/api/
Dcurrent.txt1307 field public String secondaryDeviceType;