HomeSort by relevance Sort by last modified time
    Searched refs:checkOperation (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
IAppOpsService.aidl 25 int checkOperation(int code, int uid, String packageName);
  /frameworks/native/include/binder/
IAppOpsService.h 33 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) = 0;
  /frameworks/native/libs/binder/
AppOpsManager.cpp 59 return service != NULL ? service->checkOperation(op, uid, callingPackage) : MODE_IGNORED;
IAppOpsService.cpp 40 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) {
117 int32_t res = checkOperation(code, uid, packageName);
  /frameworks/base/core/java/android/app/
AppOpsManager.java 465 int mode = mService.checkOperation(op, uid, packageName);
477 return mService.checkOperation(op, uid, packageName);
  /frameworks/base/services/java/com/android/server/am/
BroadcastQueue.java 413 int mode = mService.mAppOpsService.checkOperation(r.appOp,
720 int mode = mService.mAppOpsService.checkOperation(r.appOp,
    [all...]
  /frameworks/base/services/java/com/android/server/
AppOpsService.java 477 public int checkOperation(int code, int uid, String packageName) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 128 milliseconds