Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/tests/state/
H A DStateTracker_test.cpp420 HashableDimensionKey queryKey3; in TEST() local
421 getPartialWakelockKey(1001 /* uid */, &queryKey3); in TEST()
423 getStateInt(mgr, util::WAKELOCK_STATE_CHANGED, queryKey3)); in TEST()
548 HashableDimensionKey queryKey3; in TEST() local
549 getOverlayKey(1000, "package2", &queryKey3); in TEST()
551 getStateInt(mgr, util::OVERLAY_STATE_CHANGED, queryKey3)); in TEST()
/aosp12/packages/modules/StatsD/statsd/tests/condition/
H A DSimpleConditionTracker_test.cpp723 const auto queryKey3 = getWakeLockQueryKey(position, uids1, conditionName); in TEST() local