Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DZygote.java513 ZygoteArguments args = null; in usapMain()
532 args = new ZygoteArguments(argStrings); in usapMain()
657 private static void validateUsapCommand(ZygoteArguments args) { in validateUsapCommand()
729 protected static void applyUidSecurityPolicy(ZygoteArguments args, Credentials peer) in applyUidSecurityPolicy()
765 protected static void applyDebuggerSystemProperty(ZygoteArguments args) { in applyDebuggerSystemProperty()
784 protected static void applyInvokeWithSecurityPolicy(ZygoteArguments args, Credentials peer) in applyInvokeWithSecurityPolicy()
801 protected static void applyInvokeWithSystemProperty(ZygoteArguments args) { in applyInvokeWithSystemProperty()
DOWNERS1 per-file ZygoteArguments.java,ZygoteConnection.java,ZygoteInit.java,Zygote.java,ZygoteServer.java =…
DZygoteArguments.java50 class ZygoteArguments { class
212 ZygoteArguments(String[] args) throws IllegalArgumentException { in ZygoteArguments() method in ZygoteArguments
DZygoteConnection.java131 ZygoteArguments parsedArgs = null; in processOneCommand()
154 parsedArgs = new ZygoteArguments(args); in processOneCommand()
560 private Runnable handleChildProc(ZygoteArguments parsedArgs, FileDescriptor[] descriptors, in handleChildProc()
DZygoteInit.java480 private static Runnable handleSystemServerProcess(ZygoteArguments parsedArgs) { in handleSystemServerProcess()
764 ZygoteArguments parsedArgs = null; in forkSystemServer()
769 parsedArgs = new ZygoteArguments(args); in forkSystemServer()
/frameworks/base/config/
Dpreloaded-classes4649 com.android.internal.os.ZygoteArguments