Searched refs:mAppTypes (Results 1 – 3 of 3) sorted by relevance
376 private final Set<Integer> mAppTypes = new HashSet<>(); field in CarAppFocusManager.IAppFocusListenerImpl385 mAppTypes.add(appType); in addAppType()389 mAppTypes.remove(appType); in removeAppType()393 return mAppTypes; in getAppTypes()397 return !mAppTypes.isEmpty(); in hasAppTypes()417 private final Set<Integer> mAppTypes = new HashSet<>(); field in CarAppFocusManager.IAppFocusOwnershipCallbackImpl426 mAppTypes.add(appType); in addAppType()430 mAppTypes.remove(appType); in removeAppType()434 return mAppTypes; in getAppTypes()438 return !mAppTypes.isEmpty(); in hasAppTypes()
429 private final Set<Integer> mAppTypes = new ArraySet<>(); field in AppFocusService.ClientInfo436 this.mAppTypes.add(appType); in ClientInfo()441 return Collections.unmodifiableSet(mAppTypes); in getAppTypes()447 return mAppTypes.add(appType); in addAppType()453 return mAppTypes.remove(appType); in removeAppType()461 + ",appTypes=" + mAppTypes + "}"; in toString()
176 public final @AppLauncherUtils.AppTypes int mAppTypes; field in AppGridActivity.Mode182 mAppTypes = appTypes; in Mode()258 mMode.mAppTypes, in initializeLauncherModel()