Searched refs:isApMacRandomizationDisabled (Results 1 – 5 of 5) sorted by relevance
57 EXPECT_CALL(*feature_flags_, isApMacRandomizationDisabled()) in TEST_F()68 EXPECT_CALL(*feature_flags_, isApMacRandomizationDisabled()) in TEST_F()
37 MOCK_METHOD0(isApMacRandomizationDisabled, bool());
46 virtual bool isApMacRandomizationDisabled();
159 bool WifiFeatureFlags::isApMacRandomizationDisabled() { in isApMacRandomizationDisabled() function in android::hardware::wifi::V1_3::implementation::feature_flags::WifiFeatureFlags
41 if (feature_flags_.lock()->isApMacRandomizationDisabled()) { in WifiApIface()