Searched refs:mAppIdAllowlist (Results 1 – 1 of 1) sorted by relevance
43 private final Set<Integer> mAppIdAllowlist = new HashSet<>(); field in OffloadIntentStore51 mAppIdAllowlist.clear(); in setAppIdAllowlist()52 mAppIdAllowlist.addAll(appIds); in setAppIdAllowlist()86 && mAppIdAllowlist.contains(intent.mOwnerAppId)) in getOffloadIntentsForInterface()147 && mAppIdAllowlist.contains(intent.mOwnerAppId)) in getPassthroughIntentsForInterface()