Home | History | Annotate | Download | only in app

Lines Matching refs:checkOp

80      * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is
86 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is
100 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller should
1503 public int checkOp(String op, int uid, String packageName) {
1504 return checkOp(strOpToOp(op), uid, packageName);
1508 * Like {@link #checkOp} but instead of throwing a {@link SecurityException} it
1623 public int checkOp(int op, int uid, String packageName) {
1636 * Like {@link #checkOp} but instead of throwing a {@link SecurityException} it
1666 * Like {@link #checkOp} but at a stream-level for audio operations.