Searched refs:kPrefsBootId (Results 1 – 3 of 3) sorted by relevance
101 prefs_.SetString(kPrefsBootId, "oldboot"); in TEST_F()112 ASSERT_TRUE(prefs_.Exists(kPrefsBootId)); in TEST_F()114 ASSERT_TRUE(prefs_.GetString(kPrefsBootId, &prefs_boot_id)); in TEST_F()
191 if (!prefs->GetString(kPrefsBootId, &old_boot_id)) { in DidSystemReboot()1112 prefs_->SetString(kPrefsBootId, current_boot_id); in UpdateStateAfterReboot()
46 static constexpr const auto& kPrefsBootId = "boot-id"; variable