Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DAppFocusService.java72 private final Set<Integer> mActiveAppTypes = new ArraySet<>(); field in AppFocusService
125 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()