Home
last modified time | relevance | path

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

/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android_unittest.cc95 std::string prefs_boot_id; in TEST_F() local
96 ASSERT_TRUE(prefs_.GetString(kPrefsBootId, &prefs_boot_id)); in TEST_F()
97 ASSERT_EQ(boot_id, prefs_boot_id); in TEST_F()