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.java74 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is
80 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is
876 public int checkOp(String op, int uid, String packageName) { method in class:AppOpsManager
877 return checkOp(strOpToOp(op), uid, packageName);
881 * Like {@link #checkOp but instead of throwing a {@link SecurityException} it
969 public int checkOp(int op, int uid, String packageName) { method in class:AppOpsManager
982 * Like {@link #checkOp} but instead of throwing a {@link SecurityException} it

Completed in 75 milliseconds