HomeSort by relevance Sort by last modified time
    Searched refs:UpdateAttempterTest (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
update_attempter.h 253 friend class UpdateAttempterTest;
254 FRIEND_TEST(UpdateAttempterTest, ActionCompletedDownloadTest);
255 FRIEND_TEST(UpdateAttempterTest, ActionCompletedErrorTest);
256 FRIEND_TEST(UpdateAttempterTest, ActionCompletedOmahaRequestTest);
257 FRIEND_TEST(UpdateAttempterTest, BootTimeInUpdateMarkerFile);
258 FRIEND_TEST(UpdateAttempterTest, BroadcastCompleteDownloadTest);
259 FRIEND_TEST(UpdateAttempterTest, ChangeToDownloadingOnReceivedBytesTest);
260 FRIEND_TEST(UpdateAttempterTest, CreatePendingErrorEventTest);
261 FRIEND_TEST(UpdateAttempterTest, CreatePendingErrorEventResumedTest);
262 FRIEND_TEST(UpdateAttempterTest, DisableDeltaUpdateIfNeededTest)
    [all...]
update_attempter_unittest.cc 106 class UpdateAttempterTest : public ::testing::Test {
108 UpdateAttempterTest()
192 void UpdateAttempterTest::ScheduleQuitMainLoop() {
199 TEST_F(UpdateAttempterTest, ActionCompletedDownloadTest) {
215 TEST_F(UpdateAttempterTest, ActionCompletedErrorTest) {
225 TEST_F(UpdateAttempterTest, DownloadProgressAccumulationTest) {
263 TEST_F(UpdateAttempterTest, ChangeToDownloadingOnReceivedBytesTest) {
284 TEST_F(UpdateAttempterTest, BroadcastCompleteDownloadTest) {
305 TEST_F(UpdateAttempterTest, ActionCompletedOmahaRequestTest) {
323 TEST_F(UpdateAttempterTest, ConstructWithUpdatedMarkerTest)
    [all...]
omaha_response_handler_action.h 91 FRIEND_TEST(UpdateAttempterTest, CreatePendingErrorEventResumedTest);
92 FRIEND_TEST(UpdateAttempterTest, UpdateDeferredByPolicyTest);

Completed in 187 milliseconds