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

/frameworks/native/include/binder/
H A DAppOpsManager.h58 OP_SEND_SMS = 20, enumerator in enum:android::AppOpsManager::__anon1375
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java347 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(),
389 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(),
435 if (mAppOps.noteOp(AppOpsManager.OP_SEND_SMS, Binder.getCallingUid(),
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java142 public static final int OP_SEND_SMS = 20; field in class:AppOpsManager
232 OP_SEND_SMS,

Completed in 82 milliseconds