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.java47 private NotificationManagerCompat mNotificationManager; field in BenchmarkJobService
96 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in onBenchmarkFinish()
107 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in onBenchmarkFinish()
119 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in onStatusUpdate()
123 mNotificationManager = NotificationManagerCompat.from(this); in showNotification()
127 mNotificationManager = NotificationManagerCompat.from(this); in showNotification()
138 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in showNotification()