Home
last modified time | relevance | path

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

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java47 NotificationManager mNM; field in NotificationTestList
84 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in tests()
109 mNM.notify(7001, n);
122 mNM.notify(6000, n);
130 mNM.notify(6001, n);
138 mNM.notify(6002, n);
147 mNM.notify(6003, n);
160 mNM.notify(6100, n);
168 mNM.notify(6101, n);
176 mNM.notify(6102, n);
[all …]
DNotificationBuilderTest.java54 NotificationManager mNM; field in NotificationBuilderTest
61 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in onCreate()
189 mNM.cancel(id);
201 mNM.notify(NOTIFY_TAG, id, n); in sendNotification()
207 mNM.cancel(NOTIFY_TAG, id); in cancelNotification()