Home | History | Annotate | Download | only in server

Lines Matching refs:isPrivileged

106         public final boolean isPrivileged;
111 isPrivileged = _isPrivileged;
804 boolean isPrivileged = false;
816 isPrivileged = (appInfo.flags & ApplicationInfo.FLAG_PRIVILEGED) != 0;
820 isPrivileged = false;
837 ops = new Ops(packageName, uid, isPrivileged);
889 if ((ops != null) && ops.isPrivileged) {
991 boolean isPrivileged = false;
999 isPrivileged = (appInfo.flags & ApplicationInfo.FLAG_PRIVILEGED) != 0;
1009 isPrivileged = Boolean.parseBoolean(isPrivilegedString);
1045 ops = new Ops(pkgName, uid, isPrivileged);
1094 out.attribute(null, "p", Boolean.toString(ops.isPrivileged));