Lines Matching refs:sandboxed
102 SANDBOXED=
156 --sandboxed)
157 SANDBOXED=true
159 --sandboxed=*)
160 SANDBOXED=true
238 This can be a regular Android application process, or a sandboxed
239 service, if you use the --sandboxed or --sandboxed=<num> option.
306 --sandboxed Debug first sandboxed process we find.
307 --sandboxed=<num> Debug specific sandboxed process.
817 elif [ "$SANDBOXED" ]; then
835 elif [ "$SANDBOXED" ]; then
836 echo "WARNING: --sandboxed option ignored due to use of --pid."