Home
last modified time | relevance | path

Searched refs:OPSTR_WRITE_SMS (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsManagerTest.java494 .unsafeCheckOpNoThrow(AppOpsManager.OPSTR_WRITE_SMS, in testContentProviderAccessRestriction()
497 AppOpsManager.MODE_ALLOWED, AppOpsManager.OPSTR_WRITE_SMS); in testContentProviderAccessRestriction()
520 finalOriginalWriteSmsMode, AppOpsManager.OPSTR_WRITE_SMS)); in testContentProviderAccessRestriction()
541 AppOpsManager.OPSTR_READ_SMS, AppOpsManager.OPSTR_WRITE_SMS); in resetReadWriteSmsAppOps()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java121 APP_OPS_ENUM_MAP.put(AppOpsManager.OPSTR_WRITE_SMS, 15); in APP_OPS_ENUM_MAP.put() argument