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.java47 private NotificationCompat.Builder mNotification; field in BenchmarkJobService
88 mNotification in onBenchmarkFinish()
94 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in onBenchmarkFinish()
99 mNotification in onBenchmarkFinish()
105 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in onBenchmarkFinish()
116 mNotification.setProgress(numTests, testNumber, false); in onStatusUpdate()
117 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in onStatusUpdate()
129 mNotification = in showNotification()
136 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in showNotification()