Searched defs:mNM (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java54 NotificationManager mNM; field in class:NotificationBuilderTest
61 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
189 mNM.cancel(id);
201 mNM.notify(NOTIFY_TAG, id, n);
207 mNM.cancel(NOTIFY_TAG, id);
H A DNotificationTestList.java45 NotificationManager mNM; field in class:NotificationTestList
82 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
102 mNM.notify(1, n);
113 mNM.cancel(1);
126 mNM.notify(1, n);
138 mNM.notify(1, n);
148 mNM.notify(1, n);
156 mNM.notify(1, n);
166 mNM.notify(1, n);
182 mNM
[all...]

Completed in 1867 milliseconds