Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsGroupCallService.java42 private static final Set<String> ALLOWED_PACKAGES = Set.of("android.telephony.cts"); field in CtsGroupCallService
77 boolean isUidAllowed = Arrays.stream(packageNames).anyMatch(ALLOWED_PACKAGES::contains); in initialize()
DCtsStreamingService.java47 private static final Set<String> ALLOWED_PACKAGES = Set.of("android.telephony.cts"); field in CtsStreamingService
112 boolean isUidAllowed = Arrays.stream(packageNames).anyMatch(ALLOWED_PACKAGES::contains);
DCtsDownloadService.java60 private static final Set<String> ALLOWED_PACKAGES = Set.of("android.telephony.cts"); field in CtsDownloadService
158 boolean isUidAllowed = Arrays.stream(packageNames).anyMatch(ALLOWED_PACKAGES::contains);