Searched refs:OP_SEND_SMS (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/include/binder/ |
D | AppOpsManager.h | 58 OP_SEND_SMS = 20, enumerator
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccSmsInterfaceManager.java | 355 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), in sendData() 398 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), in sendText() 466 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), in sendMultipartText() 885 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), callingPkg) in sendStoredText() 910 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), callingPkg) in sendStoredMultipartText()
|
/frameworks/base/services/core/java/com/android/server/ |
D | MmsServiceBroker.java | 228 if (getAppOpsManager().noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), in sendMessage() 365 if (getAppOpsManager().noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), in sendStoredMessage()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 154 public static final int OP_SEND_SMS = 20; field in AppOpsManager 260 OP_SEND_SMS,
|