Home
last modified time | relevance | path

Searched refs:actual_allow_p2p_for_sharing (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/
Domaha_request_action_unittest.cc2283 bool actual_allow_p2p_for_sharing = initial_allow_p2p_for_sharing; in P2PTest() local
2293 .WillRepeatedly(ReturnPointee(&actual_allow_p2p_for_sharing)); in P2PTest()
2297 .WillRepeatedly(SaveArg<0>(&actual_allow_p2p_for_sharing)); in P2PTest()
2325 EXPECT_EQ(expected_allow_p2p_for_sharing, actual_allow_p2p_for_sharing); in P2PTest()