Searched defs:kKeyEmptyValue (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/
H A Dkey_file_store_unittest.cc508 static const char kKeyEmptyValue[] = "empty-value"; local
523 kKeyEmptyValue, kValue,
537 EXPECT_TRUE(store_->GetStringList(kGroup, kKeyEmptyValue, &value));
567 static const char kKeyEmptyValue[] = "ev"; local
583 ASSERT_TRUE(store_->SetStringList(kGroup, kKeyEmptyValue, value));
614 kKeyEmptyValue, kValue,

Completed in 69 milliseconds