Home
last modified time | relevance | path

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

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