Searched refs:mIsUidForegroundMap (Results 1 – 1 of 1) sorted by relevance
143 private final SparseBooleanArray mIsUidForegroundMap = new SparseBooleanArray(); field in ScanManager708 return mIsUidForegroundMap.get(client.appUid, DEFAULT_UID_IS_FOREGROUND); in isAppForeground()733 mIsUidForegroundMap.put(client.appUid, isForeground); in fetchAppForegroundState()2037 if (mIsUidForegroundMap.size() < MAX_IS_UID_FOREGROUND_MAP_SIZE) { in handleImportanceChange()2038 mIsUidForegroundMap.put(uid, isForeground); in handleImportanceChange()