Home
last modified time | relevance | path

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

/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/
DBenchmarkJobService.java48 private NotificationCompat.Builder mNotification; field in BenchmarkJobService
90 mNotification in onBenchmarkFinish()
96 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in onBenchmarkFinish()
101 mNotification in onBenchmarkFinish()
107 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in onBenchmarkFinish()
118 mNotification.setProgress(numTests, testNumber, false); in onStatusUpdate()
119 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in onStatusUpdate()
131 mNotification = in showNotification()
138 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in showNotification()