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.java80 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is
86 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is
100 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller should
1490 * or {@link #startOp(String, int, String)} for your actual security checks, which also
1584 public int startOp(String op, int uid, String packageName) { method in class:AppOpsManager
1585 return startOp(strOpToOp(op), uid, packageName);
1589 * Like {@link #startOp} but instead of throwing a {@link SecurityException} it
1598 * been started with {@link #startOp(String, int, String)}. There is no validation of input
1609 * or {@link #startOp(int, int, String)} for your actual security checks, which also
1814 public int startOp(in method in class:AppOpsManager
1840 public int startOp(int op) { method in class:AppOpsManager
[all...]

Completed in 1059 milliseconds