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

  /frameworks/native/include/binder/
AppOpsManager.h 71 int32_t checkOp(int32_t op, int32_t uid, const String16& callingPackage);
  /frameworks/native/libs/binder/
AppOpsManager.cpp 68 int32_t AppOpsManager::checkOp(int32_t op, int32_t uid, const String16& callingPackage)
  /frameworks/base/services/core/java/com/android/server/clipboard/
ClipboardService.java 260 if (mAppOps.checkOp(AppOpsManager.OP_READ_CLIPBOARD, Binder.getCallingUid(),
271 if (mAppOps.checkOp(AppOpsManager.OP_READ_CLIPBOARD, Binder.getCallingUid(),
295 if (mAppOps.checkOp(AppOpsManager.OP_READ_CLIPBOARD, Binder.getCallingUid(),
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsApplication.java 357 // We can only call checkOp if we are privileged (updateIfNeeded) or if the app we
363 int mode = appOps.checkOp(AppOpsManager.OP_WRITE_SMS, applicationData.mUid,
391 int mode = appOps.checkOp(AppOpsManager.OP_WRITE_SMS, info.applicationInfo.uid,
406 int mode = appOps.checkOp(AppOpsManager.OP_WRITE_SMS, info.applicationInfo.uid,
420 int mode = appOps.checkOp(AppOpsManager.OP_WRITE_SMS, info.applicationInfo.uid,
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsDetails.java 145 sw.setChecked(mAppOps.checkOp(switchOp, entry.getPackageOps().getUid(),
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 362 mCurSysAppOpMode = mAppOps.checkOp(AppOpsManager.OP_SYSTEM_ALERT_WINDOW, uid, pkg);
363 mCurToastAppOpMode = mAppOps.checkOp(AppOpsManager.OP_TOAST_WINDOW, uid, pkg);
  /frameworks/base/core/java/android/app/
AppOpsManager.java 79 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is
85 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is
99 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller should
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java 383 final int mode = mAppOps.checkOp(AppOpsManager.OP_GET_USAGE_STATS,
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 226 milliseconds