Searched refs:mActiveAppTypes (Results 1 – 1 of 1) sorted by relevance
72 private final Set<Integer> mActiveAppTypes = new ArraySet<>(); field in AppFocusService125 return mActiveAppTypes.stream().mapToInt(Integer::intValue).toArray(); in getActiveAppTypes()195 mActiveAppTypes.add(appType); in requestAppFocus()233 if (!mActiveAppTypes.contains(appType)) { in abandonAppFocus()246 mActiveAppTypes.remove(appType); in abandonAppFocus()281 mActiveAppTypes.clear(); in release()300 writer.println("mActiveAppTypes:" + mActiveAppTypes); in dump()