Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DAppOpsManager.h58 OP_SEND_SMS = 20, enumerator
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccSmsInterfaceManager.java377 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/
DMmsServiceBroker.java337 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/
DAppOpsManager.java156 public static final int OP_SEND_SMS = 20; field in AppOpsManager
381 OP_SEND_SMS,
446 OP_SEND_SMS,