Lines Matching refs:queryKey
60 int getStateInt(StateManager& mgr, int atomId, const HashableDimensionKey& queryKey) { in getStateInt() argument
62 mgr.getStateValue(atomId, queryKey, &output); in getStateInt()
132 HashableDimensionKey queryKey = DEFAULT_DIMENSION_KEY; in TEST() local
134 getStateInt(mgr, util::SCREEN_STATE_CHANGED, queryKey)); in TEST()
142 queryKey = DEFAULT_DIMENSION_KEY; in TEST()
144 getStateInt(mgr, util::SCREEN_STATE_CHANGED, queryKey)); in TEST()
152 queryKey = DEFAULT_DIMENSION_KEY; in TEST()
154 getStateInt(mgr, util::SCREEN_STATE_CHANGED, queryKey)); in TEST()
162 queryKey = DEFAULT_DIMENSION_KEY; in TEST()
164 getStateInt(mgr, util::SCREEN_STATE_CHANGED, queryKey)); in TEST()
353 HashableDimensionKey queryKey = DEFAULT_DIMENSION_KEY; in TEST() local
355 getStateInt(mgr, util::SCREEN_STATE_CHANGED, queryKey)); in TEST()
378 HashableDimensionKey queryKey; in TEST() local
379 getUidProcessKey(1000 /* uid */, &queryKey); in TEST()
381 getStateInt(mgr, util::UID_PROCESS_STATE_CHANGED, queryKey)); in TEST()
408 HashableDimensionKey queryKey; in TEST() local
409 getPartialWakelockKey(1001 /* uid */, "wakelockName", &queryKey); in TEST()
411 getStateInt(mgr, util::WAKELOCK_STATE_CHANGED, queryKey)); in TEST()
447 HashableDimensionKey queryKey; in TEST() local
448 getOverlayKey(1000 /* uid */, "package1", &queryKey); in TEST()
450 getStateInt(mgr, util::OVERLAY_STATE_CHANGED, queryKey)); in TEST()