HomeSort by relevance Sort by last modified time
    Searched refs:OP_WRITE_SMS (Results 1 - 7 of 7) sorted by null

  /frameworks/native/include/binder/
AppOpsManager.h 53 OP_WRITE_SMS = 15,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsApplication.java 306 int mode = appOps.checkOp(AppOpsManager.OP_WRITE_SMS, applicationData.mUid,
309 Rlog.e(LOG_TAG, applicationData.mPackageName + " lost OP_WRITE_SMS: " +
312 appOps.setMode(AppOpsManager.OP_WRITE_SMS, applicationData.mUid,
334 int mode = appOps.checkOp(AppOpsManager.OP_WRITE_SMS, info.applicationInfo.uid,
337 Rlog.e(LOG_TAG, PHONE_PACKAGE_NAME + " lost OP_WRITE_SMS: (fixing)");
338 appOps.setMode(AppOpsManager.OP_WRITE_SMS, info.applicationInfo.uid,
349 int mode = appOps.checkOp(AppOpsManager.OP_WRITE_SMS, info.applicationInfo.uid,
352 Rlog.e(LOG_TAG, BLUETOOTH_PACKAGE_NAME + " lost OP_WRITE_SMS: (fixing)");
353 appOps.setMode(AppOpsManager.OP_WRITE_SMS, info.applicationInfo.uid,
390 // Ignore OP_WRITE_SMS for the previously configured default SMS app
    [all...]
  /frameworks/base/core/java/android/app/
AppOpsManager.java 132 public static final int OP_WRITE_SMS = 15;
227 OP_WRITE_SMS,
234 OP_WRITE_SMS,
426 AppOpsManager.MODE_IGNORED, // OP_WRITE_SMS
460 * system (such as OP_WRITE_SMS, which should be allowed only
479 true, // OP_WRITE_SMS
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 141 AppOpsManager.OP_WRITE_SMS,
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 87 setAppOps(AppOpsManager.OP_READ_SMS, AppOpsManager.OP_WRITE_SMS);
MmsProvider.java 68 setAppOps(AppOpsManager.OP_READ_SMS, AppOpsManager.OP_WRITE_SMS);
    [all...]
MmsSmsProvider.java 286 setAppOps(AppOpsManager.OP_READ_SMS, AppOpsManager.OP_WRITE_SMS);
    [all...]

Completed in 346 milliseconds