Searched refs:use_p2p_to_share (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
H A Ddownload_action_unittest.cc443 // |use_p2p_to_share| parameter is used to indicate whether the
445 void StartDownload(bool use_p2p_to_share) { argument
448 .WillRepeatedly(Return(use_p2p_to_share));
527 StartDownload(true); // use_p2p_to_share
550 StartDownload(true); // use_p2p_to_share
577 StartDownload(true); // use_p2p_to_share
618 StartDownload(false); // use_p2p_to_share

Completed in 103 milliseconds