Searched refs:OP_SEND_SMS (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIccSmsInterfaceManagerTest.java113 AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), PACKAGE))
128 AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), PACKAGE))
170 AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), PACKAGE))
/frameworks/native/include/binder/
H A DAppOpsManager.h60 OP_SEND_SMS = 20, enumerator in enum:android::AppOpsManager::__anon1439
/frameworks/native/libs/binder/include/binder/
H A DAppOpsManager.h60 OP_SEND_SMS = 20, enumerator in enum:android::AppOpsManager::__anon1559
/frameworks/base/services/core/java/com/android/server/
H A DMmsServiceBroker.java337 if (getAppOpsManager().noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(),
469 if (getAppOpsManager().noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(),
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java238 public static final int OP_SEND_SMS = 20; field in class:AppOpsManager
613 OP_SEND_SMS,
680 OP_SEND_SMS, // SEND_SMS
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java1284 * @return whether the caller has the OP_SEND_SMS AppOps bit.
1288 return mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), callingPackage)
1297 * @return whether the caller has the OP_SEND_SMS AppOps bit.
1301 return mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(), callingPackage)

Completed in 41 milliseconds