Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DConditionProviderVerifierActivity.java153 id = mNm.addAutomaticZenRule(ruleToCreate); in test()
167 mNm.removeAutomaticZenRule(id); in tearDown()
187 id = mNm.addAutomaticZenRule(ruleToCreate); in setUp()
222 mNm.removeAutomaticZenRule(id); in tearDown()
243 id = mNm.addAutomaticZenRule(ruleToCreate); in setUp()
250 AutomaticZenRule queriedRule = mNm.getAutomaticZenRule(id); in test()
267 mNm.removeAutomaticZenRule(id); in tearDown()
288 ids.add(mNm.addAutomaticZenRule(rule1)); in setUp()
289 ids.add(mNm.addAutomaticZenRule(rule2)); in setUp()
296 Map<String, AutomaticZenRule> rules = mNm.getAutomaticZenRules(); in test()
[all …]
DNotificationListenerVerifierActivity.java93 mNm.cancelAll(); in sendNotifications()
118 mNm.notify(mTag1, mId1, n1); in sendNotifications()
130 mNm.notify(mTag2, mId2, n2); in sendNotifications()
143 mNm.notify(mTag3, mId3, n3); in sendNotifications()
258 mNm.cancelAll(); in tearDown()
305 mNm.cancelAll(); in tearDown()
352 mNm.cancelAll(); in tearDown()
453 mNm.cancelAll(); in tearDown()
DAttentionManagementVerifierActivity.java202 mNm.cancelAll(); in tearDown()
269 mNm.cancelAll(); in tearDown()
360 mNm.cancelAll(); in tearDown()
450 mNm.cancelAll(); in tearDown()
494 mNm.cancelAll(); in tearDown()
538 mNm.cancelAll(); in tearDown()
603 mNm.cancelAll(); in tearDown()
670 mNm.cancelAll(); in tearDown()
714 mNm.cancelAll(); in tearDown()
758 mNm.cancelAll(); in tearDown()
[all …]
DInteractiveVerifierActivity.java69 protected NotificationManager mNm; field in InteractiveVerifierActivity
138 mNm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); in onCreate()
283 mNm.cancelAll(); in run()
389 mNm.cancelAll(); in test()
DPackagePriorityVerifierActivity.java246 mNm.notify(0, alice.build()); in sendNotifications()
265 mNm.cancelAll(); in cancelNotifications()
/cts/tests/tests/media/src/android/media/cts/
DAudioManagerTest.java56 private NotificationManager mNm; field in AudioManagerTest
69 mNm = (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE); in setUp()
891 mNm.setInterruptionFilter(filter); in setInterruptionFilter()
893 if (mNm.getCurrentInterruptionFilter() == filter) { in setInterruptionFilter()
/cts/tools/dex-tools/dex/
Dclasses.out.dex130713 private android.app.NotificationManager mNm