Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/app/
DGameManagerService.java192 private final Set<Integer> mNonGameForegroundUids = new HashSet<>(); field in GameManagerService
2315 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()) {