Searched refs:mNotification (Results 1 – 1 of 1) sorted by relevance
47 private NotificationCompat.Builder mNotification; field in BenchmarkJobService88 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()