Searched refs:mNM (Results 1 – 3 of 3) sorted by relevance
50 NotificationManager mNM; field in NotificationTestList82 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 …]
54 NotificationManager mNM; field in NotificationBuilderTest61 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()
171 private NotificationManager mNM; field in DynamicSystemInstallationService508 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()