Searched refs:ALLOWED_PACKAGES (Results 1 – 3 of 3) sorted by relevance
42 private static final Set<String> ALLOWED_PACKAGES = Set.of("android.telephony.cts"); field in CtsGroupCallService77 boolean isUidAllowed = Arrays.stream(packageNames).anyMatch(ALLOWED_PACKAGES::contains); in initialize()
47 private static final Set<String> ALLOWED_PACKAGES = Set.of("android.telephony.cts"); field in CtsStreamingService112 boolean isUidAllowed = Arrays.stream(packageNames).anyMatch(ALLOWED_PACKAGES::contains);
60 private static final Set<String> ALLOWED_PACKAGES = Set.of("android.telephony.cts"); field in CtsDownloadService158 boolean isUidAllowed = Arrays.stream(packageNames).anyMatch(ALLOWED_PACKAGES::contains);