Home
last modified time | relevance | path

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

/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DOffloadIntentStore.java43 private final Set<Integer> mAppIdAllowlist = new HashSet<>(); field in OffloadIntentStore
51 mAppIdAllowlist.clear(); in setAppIdAllowlist()
52 mAppIdAllowlist.addAll(appIds); in setAppIdAllowlist()
86 && mAppIdAllowlist.contains(intent.mOwnerAppId)) in getOffloadIntentsForInterface()
147 && mAppIdAllowlist.contains(intent.mOwnerAppId)) in getPassthroughIntentsForInterface()