Home
last modified time | relevance | path

Searched defs:IntlProfileWatcherTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/fuchsia/
H A Dintl_profile_watcher_unittest.cc176 class IntlProfileWatcherTest : public testing::Test { class
178 IntlProfileWatcherTest() in IntlProfileWatcherTest() function in base::IntlProfileWatcherTest
274 TEST_F(IntlProfileWatcherTest, NoZones_NoNotification) { in TEST_F() argument
281 TEST_F(IntlProfileWatcherTest, ChangeNotification_AfterInitialization) { in TEST_F() argument
297 TEST_F(IntlProfileWatcherTest, ChangeNotification_BeforeInitialization) { in TEST_F() argument
314 TEST_F(IntlProfileWatcherTest, ChannelClosedBeforeCreation) { in TEST_F() argument
327 TEST_F(IntlProfileWatcherTest, ChannelClosedAfterCreation) { in TEST_F() argument
H A Dintl_profile_watcher.h57 friend class IntlProfileWatcherTest; variable