Searched refs:OP_SEND_SMS (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/binder/include/binder/ |
D | AppOpsManager.h | 58 OP_SEND_SMS = 20, enumerator
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccSmsInterfaceManager.java | 377 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), in sendDataInternal() 446 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), in sendTextInternal() 521 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), in sendMultipartText() 937 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), callingPkg) in sendStoredText() 963 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), callingPkg) in sendStoredMultipartText()
|
/frameworks/base/services/core/java/com/android/server/ |
D | MmsServiceBroker.java | 337 if (getAppOpsManager().noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), in sendMessage() 469 if (getAppOpsManager().noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), in sendStoredMessage()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 156 public static final int OP_SEND_SMS = 20; field in AppOpsManager 381 OP_SEND_SMS, 446 OP_SEND_SMS,
|