Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsManagerTest.java394 setModeForOps(FINANCIAL_SMS_APP, in testGetSmsMessagesForFinancialAppPermissionRequestedGranted()
441 setModeForOps(ctsPackageName, in testContentProviderAccessRestriction()
464 setModeForOps(ctsPackageName, in testContentProviderAccessRestriction()
485 setModeForOps(pkg, AppOpsManager.MODE_DEFAULT, in resetReadWriteSmsAppOps()
489 private void setModeForOps(String pkg, int mode, String... ops) throws Exception { in setModeForOps() method in SmsManagerTest