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

  /frameworks/base/services/core/java/com/android/server/
MmsServiceBroker.java 375 if (getAppOpsManager().noteOp(AppOpsManager.OP_WRITE_SMS, Binder.getCallingUid(),
389 if (getAppOpsManager().noteOp(AppOpsManager.OP_WRITE_SMS, Binder.getCallingUid(),
402 if (getAppOpsManager().noteOp(AppOpsManager.OP_WRITE_SMS, Binder.getCallingUid(),
412 if (getAppOpsManager().noteOp(AppOpsManager.OP_WRITE_SMS, Binder.getCallingUid(),
422 if (getAppOpsManager().noteOp(AppOpsManager.OP_WRITE_SMS, Binder.getCallingUid(),
433 if (getAppOpsManager().noteOp(AppOpsManager.OP_WRITE_SMS, Binder.getCallingUid(),
444 if (getAppOpsManager().noteOp(AppOpsManager.OP_WRITE_SMS, Binder.getCallingUid(),
456 if (getAppOpsManager().noteOp(AppOpsManager.OP_WRITE_SMS, Binder.getCallingUid(),
478 if (getAppOpsManager().noteOp(AppOpsManager.OP_WRITE_SMS, Binder.getCallingUid(),
  /frameworks/native/include/binder/
AppOpsManager.h 53 OP_WRITE_SMS = 15,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsApplication.java 455 int mode = appOps.checkOp(AppOpsManager.OP_WRITE_SMS, applicationData.mUid,
458 Rlog.e(LOG_TAG, applicationData.mPackageName + " lost OP_WRITE_SMS: " +
461 appOps.setMode(AppOpsManager.OP_WRITE_SMS, applicationData.mUid,
545 // Ignore OP_WRITE_SMS for the previously configured default SMS app.
551 appOps.setMode(AppOpsManager.OP_WRITE_SMS, info.applicationInfo.uid,
567 // Allow OP_WRITE_SMS for the newly configured default SMS app.
568 appOps.setMode(AppOpsManager.OP_WRITE_SMS, applicationData.mUid,
645 int mode = appOps.checkOp(AppOpsManager.OP_WRITE_SMS, info.applicationInfo.uid,
648 Rlog.w(LOG_TAG, packageName + " does not have OP_WRITE_SMS: (fixing)");
649 appOps.setMode(AppOpsManager.OP_WRITE_SMS, info.applicationInfo.uid
    [all...]
PhoneSubInfoController.java 441 if (mAppOps.noteOp(AppOpsManager.OP_WRITE_SMS,
  /packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
BlockedNumberProviderTest.java 75 eq(AppOpsManager.OP_WRITE_SMS), anyInt(), anyString()))
434 eq(AppOpsManager.OP_WRITE_SMS), anyInt(), anyString()))
  /frameworks/base/core/java/android/app/
AppOpsManager.java 145 public static final int OP_WRITE_SMS = 15;
403 OP_WRITE_SMS,
410 OP_WRITE_SMS,
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneSubInfoControllerTest.java 399 READ_SMS and no OP_WRITE_SMS & OP_READ_SMS from appOsMgr */
404 eq(AppOpsManager.OP_WRITE_SMS), anyInt(), eq(TAG));
423 eq(AppOpsManager.OP_WRITE_SMS), anyInt(), eq(TAG));
429 eq(AppOpsManager.OP_WRITE_SMS), anyInt(), eq(TAG));
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 141 AppOpsManager.OP_WRITE_SMS,
  /packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
BlockedNumberProvider.java 495 if (appOps.noteOp(AppOpsManager.OP_WRITE_SMS,
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 73 setAppOps(AppOpsManager.OP_READ_SMS, AppOpsManager.OP_WRITE_SMS);
    [all...]
SmsProvider.java 92 setAppOps(AppOpsManager.OP_READ_SMS, AppOpsManager.OP_WRITE_SMS);
    [all...]
MmsSmsProvider.java 310 setAppOps(AppOpsManager.OP_READ_SMS, AppOpsManager.OP_WRITE_SMS);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 

Completed in 324 milliseconds