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

  /frameworks/native/include/binder/
AppOpsManager.h 58 OP_SEND_SMS = 20,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 375 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(),
444 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(),
520 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(),
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MmsServiceBroker.java 336 if (getAppOpsManager().noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(),
468 if (getAppOpsManager().noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(),
  /frameworks/base/core/java/android/app/
AppOpsManager.java 155 public static final int OP_SEND_SMS = 20;
351 OP_SEND_SMS,
408 OP_SEND_SMS,
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 142 AppOpsManager.OP_SEND_SMS,
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 

Completed in 89 milliseconds