Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java50 NotificationManager mNM; field in NotificationTestList
82 mNM.createNotificationChannel( in onCreate()
100 mNM.cancelAll();
426 mNM.cancelAll();
467 mNM.cancel(1);
823 mNM.cancel(1);
845 mNM.cancel(1);
886 mNM.cancel(1);
903 mNM.cancel(2);
1046 mNM.cancel(1);
[all …]
H A 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()
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DDynamicSystemInstallationService.java171 private NotificationManager mNM; field in DynamicSystemInstallationService
508 mNM = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in prepareNotification()
510 if (mNM != null) { in prepareNotification()
511 mNM.createNotificationChannel(chan); in prepareNotification()
693 mNM.notify(NOTIFICATION_ID, buildNotification(status, cause, detail)); in postStatus()