Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_util_unittest.cc62 base::Value::Dict net_info_with_cache = GetNetInfo(context.get()); in TEST() local
63 EXPECT_GT(net_info_with_cache.size(), 0u); in TEST()
65 EXPECT_EQ(net_info_without_cache.size(), net_info_with_cache.size()); in TEST()