Home
last modified time | relevance | path

Searched defs:allowListedMethods (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DProcessor.java158 Set<MethodSignature> allowListedMethods = ALLOWLISTED_METHODS.stream() in process() local
214 Set<MethodSignature> allowListedMethods, in generateRemoteSystemService()
263 …te boolean usesBlocklistedType(ExecutableElement method, Set<MethodSignature> allowListedMethods, … in usesBlocklistedType()