Searched refs:conditionKey1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/cmds/statsd/tests/metrics/ |
D | MaxDurationTracker_test.cpp | 208 ConditionKey conditionKey1; in TEST() local 210 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() 365 tracker.noteStart(key1, true, eventStopTimeNs + 1000000, conditionKey1); in TEST() [all …]
|