Home
last modified time | relevance | path

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

/system/core/metricsd/uploader/
Dsystem_profile_cache.cc58 testing_(false), in SystemProfileCache()
66 testing_(testing), in SystemProfileCache()
77 if (testing_) { in Initialize()
112 profile_.client_id = testing_ ? in Initialize()
116 if (!testing_) { in Initialize()
Dsystem_profile_cache.h81 bool testing_; variable
Dupload_service.h180 bool testing_; variable
/system/core/metricsd/
Dmetrics_collector.cc157 if (testing_) { in GetOsVersionHash()
168 testing_ = testing; in Init()
231 if (testing_) in OnInit()
377 if (testing_) { in ScheduleMeminfoCallback()
563 if (testing_) { in ScheduleMemuseCallback()
Dmetrics_collector_test.cc137 EXPECT_TRUE(daemon_.testing_); in TEST_F()
Dmetrics_collector.h225 bool testing_; variable