Searched refs:conditionKey2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/cmds/statsd/tests/metrics/ |
D | MaxDurationTracker_test.cpp | 304 ConditionKey conditionKey2; in TEST() local 305 conditionKey2[StringToId("APP_BACKGROUND")] = getMockedDimensionKey(TagId, 4, "2"); in TEST() 343 tracker.noteStart(key2, true, eventStartTimeNs2, conditionKey2); // Condition is on already. in TEST() 390 ConditionKey conditionKey2; in TEST() local 391 conditionKey2[StringToId("APP_BACKGROUND")] = getMockedDimensionKey(TagId, 4, "2"); in TEST() 424 tracker.noteStart(key2, true, eventStartTimeNs2, conditionKey2); in TEST()
|