Searched refs:last_active_key (Results 1 – 2 of 2) sorted by relevance
2403 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local2405 EXPECT_FALSE(fake_system_state_.prefs()->Exists(last_active_key)); in TEST_F()2445 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local2450 fake_system_state_.prefs()->SetString(last_active_key, "z2yz"); in TEST_F()2478 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local2484 fake_system_state_.prefs()->SetInt64(last_active_key, 78); in TEST_F()2507 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local2512 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()
439 auto last_active_key = in StorePingReply() local441 if (!prefs->SetString(last_active_key, parser_data.daystart_elapsed_days)) in StorePingReply()443 << last_active_key << "'."; in StorePingReply()