Searched refs:mNonGameForegroundUids (Results 1 – 1 of 1) sorted by relevance
192 private final Set<Integer> mNonGameForegroundUids = new HashSet<>(); field in GameManagerService2315 if (!mGameForegroundUids.isEmpty() && mNonGameForegroundUids.isEmpty()) {2319 mNonGameForegroundUids.add(uid);2324 || mNonGameForegroundUids.isEmpty())) {2342 || mNonGameForegroundUids.isEmpty())) {2346 } else if (disableGameModeWhenAppTop() && mNonGameForegroundUids.contains(uid)) {2347 mNonGameForegroundUids.remove(uid);2348 if (mNonGameForegroundUids.isEmpty() && !mGameForegroundUids.isEmpty()) {