Searched refs:getDeviceInfoHex (Results 1 – 6 of 6) sorted by relevance
66 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
1314 assertEquals(mTestThisDevice.wfdInfo.getDeviceInfoHex(), in verifyDeviceChangedBroadcastIntent()1315 device.wfdInfo.getDeviceInfoHex()); in verifyDeviceChangedBroadcastIntent()5127 verify(mWifiNative).setWfdDeviceInfo(eq(mTestThisDevice.wfdInfo.getDeviceInfoHex())); in testSetWfdInfoSuccessWithWfdEnabled()5258 verify(mWifiNative).setWfdDeviceInfo(eq(mTestThisDevice.wfdInfo.getDeviceInfoHex())); in testSetWfdInfoFailureWithWfdEnabledWhenNativeCallFailure2()6524 verify(mWifiNative).setWfdDeviceInfo(eq(mTestThisDevice.wfdInfo.getDeviceInfoHex())); in testSetWfdR2InfoSuccessWithWfdEnabled()6558 verify(mWifiNative).setWfdDeviceInfo(eq(mTestThisDevice.wfdInfo.getDeviceInfoHex())); in testSetWfdR2InfoFailureWithWfdEnabledWhenNativeCallFailure2()6684 verify(mWifiNative).setWfdDeviceInfo(eq(mTestThisDevice.wfdInfo.getDeviceInfoHex())); in testWfdInfoIsSetAtP2pEnabledStateForIdleShutdown()6750 verify(mWifiNative).setWfdDeviceInfo(eq(mTestThisDevice.wfdInfo.getDeviceInfoHex())); in testWfdInfoIsSetAtP2pEnabledWithPreSetWfdInfo()
7630 if (!mWifiNative.setWfdDeviceInfo(wfdInfo.getDeviceInfoHex())) { in setWfdInfo()
1338 Landroid/net/wifi/p2p/WifiP2pWfdInfo;->getDeviceInfoHex()Ljava/lang/String;