Searched refs:mForceQueryable (Results 1 – 1 of 1) sorted by relevance
135 private final ArraySet<Integer> mForceQueryable = new ArraySet<>(); field in AppsFilter263 mForceQueryable.addAll(orig.mForceQueryable);729 mForceQueryable.add(setting.appId);744 mForceQueryable.contains(newPkgSetting.appId)754 mForceQueryable.add(newPkgSetting.appId);778 if (!mForceQueryable.contains(existingSetting.appId)) {993 if (otherSetting.pkg == null || mForceQueryable.contains(otherSetting.appId)) {1021 if (mForceQueryable.contains(setting.appId)) {1109 mForceQueryable.remove(setting.appId);1351 if (mForceQueryable.contains(targetAppId)) {[all …]