Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_unittest.cc2403 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local
2405 EXPECT_FALSE(fake_system_state_.prefs()->Exists(last_active_key)); in TEST_F()
2445 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local
2450 fake_system_state_.prefs()->SetString(last_active_key, "z2yz"); in TEST_F()
2478 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local
2484 fake_system_state_.prefs()->SetInt64(last_active_key, 78); in TEST_F()
2507 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local
2512 fake_system_state_.prefs()->SetInt64(last_active_key, 0); in TEST_F()
2515 EXPECT_TRUE(fake_system_state_.prefs()->Exists(last_active_key)); in TEST_F()
2522 EXPECT_FALSE(fake_system_state_.prefs()->Exists(last_active_key)); in TEST_F()
Domaha_request_action.cc439 auto last_active_key = in StorePingReply() local
441 if (!prefs->SetString(last_active_key, parser_data.daystart_elapsed_days)) in StorePingReply()
443 << last_active_key << "'."; in StorePingReply()