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

  /frameworks/base/core/java/com/android/internal/app/
IAppOpsService.aidl 26 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 71 return service != NULL ? service->checkOperation(op, uid, callingPackage) : MODE_IGNORED;
IAppOpsService.cpp 39 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) {
130 int32_t res = checkOperation(code, uid, packageName);
  /frameworks/base/core/java/android/app/
AppOpsManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 574 public int checkOperation(int code, int uid, String packageName) {
597 return checkOperation(code, uid, 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 1433 milliseconds