Searched refs:conditionKey1 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/StatsD/statsd/tests/metrics/ |
D | MaxDurationTracker_test.cpp | 209 ConditionKey conditionKey1; in TEST() local 211 conditionKey1[StringToId("APP_BACKGROUND")] = conditionDimKey; in TEST() 231 tracker.noteStart(key1, false, eventStartTimeNs, conditionKey1, in TEST() 252 ConditionKey conditionKey1; in TEST() local 254 conditionKey1[StringToId("APP_BACKGROUND")] = conditionKey; in TEST() 280 tracker.noteStart(key1, true, eventStartTimeNs, conditionKey1, in TEST() 301 ConditionKey conditionKey1; in TEST() local 303 conditionKey1[StringToId("APP_BACKGROUND")] = conditionKey; in TEST() 340 tracker.noteStart(key1, false, eventStartTimeNs, conditionKey1, in TEST() 367 tracker.noteStart(key1, true, eventStopTimeNs + 1000000, conditionKey1, in TEST() [all …]
|