HomeSort by relevance Sort by last modified time
    Searched defs:checkOp (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/binder/
AppOpsManager.cpp 68 int32_t AppOpsManager::checkOp(int32_t op, int32_t uid, const String16& callingPackage)
  /frameworks/base/core/java/android/app/
AppOpsManager.java 74 * 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) {
877 return checkOp(strOpToOp(op), uid, packageName);
881 * Like {@link #checkOp but instead of throwing a {@link SecurityException} it
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 627 milliseconds