Home
last modified time | relevance | path

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

/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/
DBenchmarkJobService.java46 private NotificationManagerCompat mNotificationManager; field in BenchmarkJobService
94 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in onBenchmarkFinish()
105 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in onBenchmarkFinish()
117 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in onStatusUpdate()
121 mNotificationManager = NotificationManagerCompat.from(this); in showNotification()
124 mNotificationManager.createNotificationChannel(channel); in showNotification()
125 mNotificationManager = NotificationManagerCompat.from(this); in showNotification()
136 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in showNotification()