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

/frameworks/native/libs/binder/
H A DAppOpsManager.cpp79 int32_t AppOpsManager::startOp(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
1092 * or {@link #startOp(String, int, String)} for your actual security checks, which also
1159 public int startOp(String op, int uid, String packageName) { method in class:AppOpsManager
1160 return startOp(strOpToOp(op), uid, packageName);
1164 * Like {@link #startOp} but instead of throwing a {@link SecurityException} it
1173 * been started with {@link #startOp(String, int, String)}. There is no validation of input
1184 * or {@link #startOp(int, int, String)} for your actual security checks, which also
1346 public int startOp(in method in class:AppOpsManager
1372 public int startOp(int op) { method in class:AppOpsManager
[all...]

Completed in 111 milliseconds