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

  /frameworks/native/libs/binder/include/binder/
IAppOpsService.h 33 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) = 0;
  /frameworks/base/core/java/com/android/internal/app/
IAppOpsService.aidl 26 int checkOperation(int code, int uid, String packageName);
  /frameworks/native/libs/binder/
IAppOpsService.cpp 39 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) {
141 int32_t res = checkOperation(code, uid, packageName);
AppOpsManager.cpp 92 ? service->checkOperation(op, uid, callingPackage)
  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 68 MachineInstr *CheckOperation;
84 explicit NullCheck(MachineInstr *memOperation, MachineInstr *checkOperation,
89 : MemOperation(memOperation), CheckOperation(checkOperation),
95 MachineInstr *getCheckOperation() const { return CheckOperation; }
  /frameworks/base/core/java/android/app/
AppOpsManager.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityManagerServiceTest.java 363 when(mAppOpsService.checkOperation(AppOpsManager.OP_GET_USAGE_STATS, Process.myUid(), null))
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 305 int appOpMode = checkOperation(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES,
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java     [all...]
ActiveServices.java     [all...]
ActivityManagerService.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 381 milliseconds