Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/fuchsia/
H A Dintl_profile_watcher_unittest.cc143 class GetValuesFromIntlPropertyProviderTest : public testing::Test { class
145 GetValuesFromIntlPropertyProviderTest() in GetValuesFromIntlPropertyProviderTest() function in base::GetValuesFromIntlPropertyProviderTest
147 GetValuesFromIntlPropertyProviderTest(
148 const GetValuesFromIntlPropertyProviderTest&) = delete;
149 GetValuesFromIntlPropertyProviderTest& operator=(
150 const GetValuesFromIntlPropertyProviderTest&) = delete;
151 ~GetValuesFromIntlPropertyProviderTest() override = default;
217 TEST_F(GetValuesFromIntlPropertyProviderTest, in TEST_F() argument
224 TEST_F(GetValuesFromIntlPropertyProviderTest, GetPrimaryTimeZoneId_NoZones) { in TEST_F() argument
228 TEST_F(GetValuesFromIntlPropertyProviderTest, GetPrimaryTimeZoneId_SingleZone) { in TEST_F() argument
[all …]
H A Dintl_profile_watcher.h56 friend class GetValuesFromIntlPropertyProviderTest;