Searched refs:wpsConfigMethodsSupported (Results 1 – 7 of 7) sorted by relevance
105 public int wpsConfigMethodsSupported; field in WifiP2pDevice229 wpsConfigMethodsSupported = parseHex(match.group(6)); in WifiP2pDevice()260 return (wpsConfigMethodsSupported & WPS_CONFIG_PUSHBUTTON) != 0; in wpsPbcSupported()265 return (wpsConfigMethodsSupported & WPS_CONFIG_KEYPAD) != 0; in wpsKeypadSupported()270 return (wpsConfigMethodsSupported & WPS_CONFIG_DISPLAY) != 0; in wpsDisplaySupported()324 wpsConfigMethodsSupported = device.wpsConfigMethodsSupported; in updateSupplicantDetails()354 sbuf.append("\n wps: ").append(wpsConfigMethodsSupported); in toString()375 wpsConfigMethodsSupported = source.wpsConfigMethodsSupported; in WifiP2pDevice()392 dest.writeInt(wpsConfigMethodsSupported); in writeToParcel()414 device.wpsConfigMethodsSupported = in.readInt();
101 d.wpsConfigMethodsSupported = device.wpsConfigMethodsSupported; in updateSupplicantDetails()
43 assertEquals(devA.wpsConfigMethodsSupported, devB.wpsConfigMethodsSupported); in compareWifiP2pDevices()91 device.wpsConfigMethodsSupported = 0x0008; in testCopyConstructorWithUpdatedValues()110 device.wpsConfigMethodsSupported = 0x0008; in testCopyConstructorWithNullWfdInfo()
308 device.wpsConfigMethodsSupported = configMethods; in onR2DeviceFound()
130 device.wpsConfigMethodsSupported = configMethods; in onDeviceFound()
116 assertEquals(device.wpsConfigMethodsSupported, fakeConfigMethods); in testOnDeviceFound_success()170 assertEquals(fakeConfigMethods, device.wpsConfigMethodsSupported); in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
771 assertEquals(mTestThisDevice.wpsConfigMethodsSupported, device.wpsConfigMethodsSupported); in checkSendThisDeviceChangedBroadcast()