Searched refs:setMacRandomization (Results 1 – 6 of 6) sorted by relevance
694 when(mSupplicantP2pIfaceHalMock.setMacRandomization(anyBoolean())) in testSetMacRandomization()696 assertTrue(mWifiP2pNative.setMacRandomization(true)); in testSetMacRandomization()697 verify(mSupplicantP2pIfaceHalMock).setMacRandomization(eq(true)); in testSetMacRandomization()
2753 when(mISupplicantP2pIfaceMockV12.setMacRandomization(anyBoolean())) in testEnableMacRandomization()2757 assertFalse(mDut.setMacRandomization(true)); in testEnableMacRandomization()2759 assertTrue(mDut.setMacRandomization(true)); in testEnableMacRandomization()2760 verify(mISupplicantP2pIfaceMockV12).setMacRandomization(eq(true)); in testEnableMacRandomization()
1797 verify(mWifiNative, never()).setMacRandomization(eq(false)); in testP2pRandomMacWithOemSupport()1798 verify(mWifiNative).setMacRandomization(eq(true)); in testP2pRandomMacWithOemSupport()1807 verify(mWifiNative, never()).setMacRandomization(eq(true)); in testP2pRandomMacWithoutOemSupport()1808 verify(mWifiNative).setMacRandomization(eq(false)); in testP2pRandomMacWithoutOemSupport()
833 public boolean setMacRandomization(boolean enable) { in setMacRandomization() method in WifiP2pNative834 return mSupplicantP2pIfaceHal.setMacRandomization(enable); in setMacRandomization()
2481 public boolean setMacRandomization(boolean enable) { in setMacRandomization() method in SupplicantP2pIfaceHal2490 result.setResult(ifaceV12.setMacRandomization(enable)); in setMacRandomization()
1526 mWifiNative.setMacRandomization(true); in setupInterfaceFeatures()1528 mWifiNative.setMacRandomization(false); in setupInterfaceFeatures()