Searched refs:mActiveAppTypes (Results 1 – 1 of 1) sorted by relevance
81 private final ArraySet<Integer> mActiveAppTypes = new ArraySet<>(); field in AppFocusService142 return CarServiceUtils.toIntArray(mActiveAppTypes); in getActiveAppTypes()217 mActiveAppTypes.add(appType); in requestAppFocus()255 if (!mActiveAppTypes.contains(appType)) { in abandonAppFocus()268 mActiveAppTypes.remove(appType); in abandonAppFocus()302 mActiveAppTypes.clear(); in release()322 writer.println("mActiveAppTypes:" + mActiveAppTypes); in dump()