Lines Matching refs:queryKey
61 int getStateInt(StateManager& mgr, int atomId, const HashableDimensionKey& queryKey) { in getStateInt() argument
63 mgr.getStateValue(atomId, queryKey, &output); in getStateInt()
134 HashableDimensionKey queryKey = DEFAULT_DIMENSION_KEY; in TEST() local
136 getStateInt(mgr, util::SCREEN_STATE_CHANGED, queryKey)); in TEST()
144 queryKey = DEFAULT_DIMENSION_KEY; in TEST()
146 getStateInt(mgr, util::SCREEN_STATE_CHANGED, queryKey)); in TEST()
154 queryKey = DEFAULT_DIMENSION_KEY; in TEST()
156 getStateInt(mgr, util::SCREEN_STATE_CHANGED, queryKey)); in TEST()
164 queryKey = DEFAULT_DIMENSION_KEY; in TEST()
166 getStateInt(mgr, util::SCREEN_STATE_CHANGED, queryKey)); in TEST()
355 HashableDimensionKey queryKey = DEFAULT_DIMENSION_KEY; in TEST() local
357 getStateInt(mgr, util::SCREEN_STATE_CHANGED, queryKey)); in TEST()
380 HashableDimensionKey queryKey; in TEST() local
381 getUidProcessKey(1000 /* uid */, &queryKey); in TEST()
383 getStateInt(mgr, util::UID_PROCESS_STATE_CHANGED, queryKey)); in TEST()
410 HashableDimensionKey queryKey; in TEST() local
411 getPartialWakelockKey(1001 /* uid */, "wakelockName", &queryKey); in TEST()
413 getStateInt(mgr, util::WAKELOCK_STATE_CHANGED, queryKey)); in TEST()
449 HashableDimensionKey queryKey; in TEST() local
450 getOverlayKey(1000 /* uid */, "package1", &queryKey); in TEST()
452 getStateInt(mgr, util::OVERLAY_STATE_CHANGED, queryKey)); in TEST()