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

  /frameworks/native/include/binder/
AppOpsManager.h 72 int32_t noteOp(int32_t op, int32_t uid, const String16& callingPackage);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 191 if (mAppOps.noteOp(AppOpsManager.OP_WRITE_ICC_SMS, Binder.getCallingUid(),
246 if (mAppOps.noteOp(AppOpsManager.OP_WRITE_ICC_SMS, Binder.getCallingUid(),
284 if (mAppOps.noteOp(AppOpsManager.OP_READ_ICC_SMS, Binder.getCallingUid(),
347 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(),
389 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(),
435 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(),
  /frameworks/native/libs/binder/
AppOpsManager.cpp 74 int32_t AppOpsManager::noteOp(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
862 * This is <em>not</em> a security check; you must use {@link #noteOp(String, int, String)}
902 public int noteOp(String op, int uid, String packageName) {
903 return noteOp(strOpToOp(op), uid, packageName);
907 * Like {@link #noteOp} but instead of throwing a {@link SecurityException} it
    [all...]
  /frameworks/base/services/java/com/android/server/
ClipboardService.java 160 if (mAppOps.noteOp(AppOpsManager.OP_WRITE_CLIPBOARD, callingUid,
194 if (mAppOps.noteOp(AppOpsManager.OP_READ_CLIPBOARD, Binder.getCallingUid(),
  /frameworks/base/core/java/android/content/
ContentProvider.java 396 return mAppOpsManager.noteOp(mReadOp, Binder.getCallingUid(), callingPkg);
404 return mAppOpsManager.noteOp(mWriteOp, Binder.getCallingUid(), callingPkg);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 310 if (mAppOps.noteOp(AppOpsManager.OP_CALL_PHONE, Binder.getCallingUid(), callingPackage)
709 if (mAppOps.noteOp(AppOpsManager.OP_NEIGHBORING_CELLS, Binder.getCallingUid(),
    [all...]
  /frameworks/base/services/java/com/android/server/wifi/
WifiService.java 438 if (mAppOps.noteOp(AppOpsManager.OP_WIFI_SCAN, uid, callingPackage)
829 if (mAppOps.noteOp(AppOpsManager.OP_WIFI_SCAN, uid, callingPackage)
    [all...]
  /frameworks/base/media/java/android/media/
MediaFocusControl.java 640 if (mAppOps.noteOp(AppOpsManager.OP_TAKE_AUDIO_FOCUS, Binder.getCallingUid(),
    [all...]
AudioService.java     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 635 if (getAppOpsManager().noteOp(AppOpsManager.OP_WRITE_SETTINGS, Binder.getCallingUid(),
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 120 milliseconds