[go: nahoru, domu]

Searched defs:invokeWith (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DWrapperInit.java93 * @param invokeWith The wrapper command.
99 public static void execApplication(String invokeWith, String niceName, argument
102 StringBuilder command = new StringBuilder(invokeWith);
H A DZygoteConnection.java190 if (parsedArgs.invokeWith != null) {
352 String invokeWith; field in class:ZygoteConnection.Arguments
506 if (invokeWith != null) {
511 invokeWith = args[++curArg];
675 if (args.invokeWith != null && peerUid != 0) {
687 if (args.invokeWith == null && args.niceName != null) {
697 args.invokeWith = SystemProperties.get(property);
698 if (args.invokeWith != null && args.invokeWith.length() == 0) {
699 args.invokeWith
[all...]

Completed in 1858 milliseconds