Home
last modified time | relevance | path

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

/packages/modules/Telephony/libs/TelephonyStatsLib/tests/com/android/telephony/statslib/
DStatsLibTest.java142 int count4 = random.nextInt(100000); in testAppendPulledAtom() local
148 mStatsLib.append(new AtomsPulledTestInfo(type2, count4)); in testAppendPulledAtom()
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2116 CountMetric count4 = createCountMetric("COUNT4", matcher4Id, nullopt, {state2Id}); in TEST_F() local
2117 int64_t count4Id = count4.id(); in TEST_F()
2118 *config.add_count_metric() = count4; in TEST_F()
2189 *newConfig.add_count_metric() = count4; in TEST_F()