Searched refs:wpsConfigMethodsSupported (Results 1 – 9 of 9) sorted by relevance
128 public int wpsConfigMethodsSupported; field in WifiP2pDevice275 wpsConfigMethodsSupported = parseHex(match.group(6)); in WifiP2pDevice()306 return (wpsConfigMethodsSupported & WPS_CONFIG_PUSHBUTTON) != 0; in wpsPbcSupported()311 return (wpsConfigMethodsSupported & WPS_CONFIG_KEYPAD) != 0; in wpsKeypadSupported()316 return (wpsConfigMethodsSupported & WPS_CONFIG_DISPLAY) != 0; in wpsDisplaySupported()371 wpsConfigMethodsSupported = device.wpsConfigMethodsSupported; in updateSupplicantDetails()498 sbuf.append("\n wps: ").append(wpsConfigMethodsSupported); in toString()523 wpsConfigMethodsSupported = source.wpsConfigMethodsSupported; in WifiP2pDevice()551 dest.writeInt(wpsConfigMethodsSupported); in writeToParcel()584 device.wpsConfigMethodsSupported = in.readInt();
101 d.wpsConfigMethodsSupported = device.wpsConfigMethodsSupported; in updateSupplicantDetails()
59 assertEquals(devA.wpsConfigMethodsSupported, devB.wpsConfigMethodsSupported); in compareWifiP2pDevices()107 device.wpsConfigMethodsSupported = 0x0008; in testCopyConstructorWithUpdatedValues()126 device.wpsConfigMethodsSupported = 0x0008; in testCopyConstructorWithNullWfdInfo()157 device.wpsConfigMethodsSupported = 0x0008; in testParcelReadWrite()174 assertEquals(device.wpsConfigMethodsSupported, unparceledDevice.wpsConfigMethodsSupported); in testParcelReadWrite()
309 device.wpsConfigMethodsSupported = configMethods; in onR2DeviceFound()
796 device.wpsConfigMethodsSupported = configMethods; in onR2DeviceFound()917 device.wpsConfigMethodsSupported = configMethods; in handleDeviceFound()
132 device.wpsConfigMethodsSupported = configMethods; in onDeviceFound()
118 assertEquals(device.wpsConfigMethodsSupported, fakeConfigMethods); in testOnDeviceFound_success()172 assertEquals(fakeConfigMethods, device.wpsConfigMethodsSupported); in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
143 assertEquals(device.wpsConfigMethodsSupported, fakeConfigMethods); in testOnDeviceFound_success()223 assertEquals(device.wpsConfigMethodsSupported, fakeConfigMethods); in testOnDeviceFoundWithParams_success()270 assertEquals(fakeConfigMethods, device.wpsConfigMethodsSupported); in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
1260 assertEquals(mTestThisDevice.wpsConfigMethodsSupported, device.wpsConfigMethodsSupported); in verifyDeviceChangedBroadcastIntent()