Home | History | Annotate | Download | only in android

Lines Matching refs:sandboxed

97 SANDBOXED=
148 --sandboxed)
149 SANDBOXED=true
151 --sandboxed=*)
152 SANDBOXED=true
227 This can be a regular Android application process, or a sandboxed
228 service, if you use the --sandboxed or --sandboxed=<num> option.
292 --sandboxed Debug first sandboxed process we find.
293 --sandboxed=<num> Debug specific sandboxed process.
800 elif [ "$SANDBOXED" ]; then
818 elif [ "$SANDBOXED" ]; then
819 echo "WARNING: --sandboxed option ignored due to use of --pid."