Searched refs:conditionKey2 (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/StatsD/statsd/tests/metrics/ |
H A D | MaxDurationTracker_test.cpp | 294 ConditionKey conditionKey2; in TEST() local 295 conditionKey2[StringToId("APP_BACKGROUND")] = getMockedDimensionKey(TagId, 4, "2"); in TEST() 333 tracker.noteStart(key2, true, eventStartTimeNs2, conditionKey2); // Condition is on already. in TEST() 379 ConditionKey conditionKey2; in TEST() local 380 conditionKey2[StringToId("APP_BACKGROUND")] = getMockedDimensionKey(TagId, 4, "2"); in TEST() 413 tracker.noteStart(key2, true, eventStartTimeNs2, conditionKey2); in TEST()
|