Searched refs:kBtSectionInvalid1 (Results 1 – 1 of 1) sorted by relevance
41 const std::string kBtSectionInvalid1 = "Invalid Section"; variable149 test_btif_config_cache.SetString(kBtSectionInvalid1, "Name", "Headset_1"); in TEST()150 EXPECT_TRUE(test_btif_config_cache.HasKey(kBtSectionInvalid1, "Name")); in TEST()151 EXPECT_TRUE(test_btif_config_cache.HasUnpairedSection(kBtSectionInvalid1)); in TEST()153 test_btif_config_cache.SetString(kBtSectionInvalid1, "LinkKey", in TEST()155 EXPECT_TRUE(test_btif_config_cache.HasKey(kBtSectionInvalid1, "LinkKey")); in TEST()156 EXPECT_TRUE(test_btif_config_cache.HasUnpairedSection(kBtSectionInvalid1)); in TEST()157 EXPECT_FALSE(test_btif_config_cache.HasPersistentSection(kBtSectionInvalid1)); in TEST()