Home
last modified time | relevance | path

Searched refs:OP_SEND_SMS (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/binder/
DAppOpsManager.h58 OP_SEND_SMS = 20, enumerator
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccSmsInterfaceManager.java355 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/
DMmsServiceBroker.java228 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/
DAppOpsManager.java154 public static final int OP_SEND_SMS = 20; field in AppOpsManager
260 OP_SEND_SMS,