Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DZygote.java784 protected static void applyInvokeWithSecurityPolicy(ZygoteArguments args, Credentials peer) in applyInvokeWithSecurityPolicy() method in Zygote
DZygoteConnection.java214 Zygote.applyInvokeWithSecurityPolicy(parsedArgs, peer); in processOneCommand()