Searched refs:getDeviceInfoHex (Results 1 – 6 of 6) sorted by relevance
65 assertEquals(devA.wfdInfo.getDeviceInfoHex(), devB.wfdInfo.getDeviceInfoHex()); in compareWifiP2pDevices()
80 assertEquals("0110270f0400", info.getDeviceInfoHex()); in testSettersGetters()
435 public String getDeviceInfoHex() { in getDeviceInfoHex() method in WifiP2pWfdInfo
1267 assertEquals(mTestThisDevice.wfdInfo.getDeviceInfoHex(), in verifyDeviceChangedBroadcastIntent()1268 device.wfdInfo.getDeviceInfoHex()); in verifyDeviceChangedBroadcastIntent()5065 verify(mWifiNative).setWfdDeviceInfo(eq(mTestThisDevice.wfdInfo.getDeviceInfoHex())); in testSetWfdInfoSuccessWithWfdEnabled()5196 verify(mWifiNative).setWfdDeviceInfo(eq(mTestThisDevice.wfdInfo.getDeviceInfoHex())); in testSetWfdInfoFailureWithWfdEnabledWhenNativeCallFailure2()6462 verify(mWifiNative).setWfdDeviceInfo(eq(mTestThisDevice.wfdInfo.getDeviceInfoHex())); in testSetWfdR2InfoSuccessWithWfdEnabled()6496 verify(mWifiNative).setWfdDeviceInfo(eq(mTestThisDevice.wfdInfo.getDeviceInfoHex())); in testSetWfdR2InfoFailureWithWfdEnabledWhenNativeCallFailure2()6622 verify(mWifiNative).setWfdDeviceInfo(eq(mTestThisDevice.wfdInfo.getDeviceInfoHex())); in testWfdInfoIsSetAtP2pEnabledStateForIdleShutdown()6688 verify(mWifiNative).setWfdDeviceInfo(eq(mTestThisDevice.wfdInfo.getDeviceInfoHex())); in testWfdInfoIsSetAtP2pEnabledWithPreSetWfdInfo()
6828 if (!mWifiNative.setWfdDeviceInfo(wfdInfo.getDeviceInfoHex())) { in setWfdInfo()
1338 Landroid/net/wifi/p2p/WifiP2pWfdInfo;->getDeviceInfoHex()Ljava/lang/String;