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