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

/frameworks/native/libs/binder/
H A DAppOpsManager.cpp74 int32_t AppOpsManager::noteOp(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
862 * This is <em>not</em> a security check; you must use {@link #noteOp(String, int, String)}
902 public int noteOp(String op, int uid, String packageName) { method in class:AppOpsManager
903 return noteOp(strOpToOp(op), uid, packageName);
907 * Like {@link #noteOp} but instead of throwing a {@link SecurityException} it
954 * This is <em>not</em> a security check; you must use {@link #noteOp(int, int, String)}
1026 public int noteOp(int op, int uid, String packageName) { method in class:AppOpsManager
1039 * Like {@link #noteOp} but instead of throwing a {@link SecurityException} it
1052 public int noteOp(in method in class:AppOpsManager
[all...]

Completed in 160 milliseconds