HomeSort by relevance Sort by last modified time
    Searched refs:mAppTypes (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/car-lib/src/android/car/
CarAppFocusManager.java 340 private final Set<Integer> mAppTypes = new HashSet<>();
349 mAppTypes.add(appType);
353 mAppTypes.remove(appType);
357 return mAppTypes;
361 return !mAppTypes.isEmpty();
384 private final Set<Integer> mAppTypes = new HashSet<>();
393 mAppTypes.add(appType);
397 mAppTypes.remove(appType);
401 return mAppTypes;
405 return !mAppTypes.isEmpty()
    [all...]
  /packages/services/Car/service/src/com/android/car/
AppFocusService.java 357 private final Set<Integer> mAppTypes = new HashSet<>();
364 this.mAppTypes.add(appType);
368 return mAppTypes;
372 return mAppTypes.add(appType);
376 return mAppTypes.remove(appType);
383 + ",appTypes=" + mAppTypes + "}";

Completed in 89 milliseconds