Searched defs:checkOp (Results 1 - 2 of 2) sorted by relevance
/frameworks/native/libs/binder/ |
H A D | AppOpsManager.cpp | 88 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 D | AppOpsManager.java | 86 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is 92 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is 106 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller should 114 * returned from {@link #checkOp}, {@link #noteOp}, {@link #startOp}; rather, when this 2126 public int checkOp(String op, int uid, String packageName) { method in class:AppOpsManager 2127 return checkOp(strOpToOp(op), uid, packageName); 2131 * Like {@link #checkOp} but instead of throwing a {@link SecurityException} it 2139 * Like {@link #checkOp} but returns the <em>raw</em> mode associated with the op. 2270 public int checkOp(int op, int uid, String packageName) { method in class:AppOpsManager 2283 * Like {@link #checkOp} bu [all...] |
Completed in 11 milliseconds