Searched refs:wpsConfigMethodsSupported (Results 1 – 6 of 6) sorted by relevance
100 public int wpsConfigMethodsSupported; field in WifiP2pDevice223 wpsConfigMethodsSupported = parseHex(match.group(6)); in WifiP2pDevice()242 return (wpsConfigMethodsSupported & WPS_CONFIG_PUSHBUTTON) != 0; in wpsPbcSupported()247 return (wpsConfigMethodsSupported & WPS_CONFIG_KEYPAD) != 0; in wpsKeypadSupported()252 return (wpsConfigMethodsSupported & WPS_CONFIG_DISPLAY) != 0; in wpsDisplaySupported()307 wpsConfigMethodsSupported = device.wpsConfigMethodsSupported; in updateSupplicantDetails()337 sbuf.append("\n wps: ").append(wpsConfigMethodsSupported); in toString()358 wpsConfigMethodsSupported = source.wpsConfigMethodsSupported; in WifiP2pDevice()375 dest.writeInt(wpsConfigMethodsSupported); in writeToParcel()397 device.wpsConfigMethodsSupported = in.readInt();
100 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()
109 assertEquals(device.wpsConfigMethodsSupported, fakeConfigMethods); in testOnDeviceFound_success()164 assertEquals(fakeConfigMethods, device.wpsConfigMethodsSupported); in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
659 assertEquals(mTestThisDevice.wpsConfigMethodsSupported, device.wpsConfigMethodsSupported); in checkSendThisDeviceChangedBroadcast()
125 device.wpsConfigMethodsSupported = configMethods; in onDeviceFound()