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

/frameworks/native/libs/binder/
H A DAppOpsManager.cpp68 int32_t AppOpsManager::checkOp(int32_t op, int32_t uid, const String16& callingPackage) function in class:android::AppOpsManager
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java79 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is
85 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is
99 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller should
1105 public int checkOp(String op, int uid, String packageName) { method in class:AppOpsManager
1106 return checkOp(strOpToOp(op), uid, packageName);
1110 * Like {@link #checkOp} but instead of throwing a {@link SecurityException} it
1198 public int checkOp(int op, int uid, String packageName) { method in class:AppOpsManager
1211 * Like {@link #checkOp} but instead of throwing a {@link SecurityException} it
1241 * Like {@link #checkOp} but at a stream-level for audio operations.

Completed in 67 milliseconds