Home
last modified time | relevance | path

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

/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/
DBenchmarkJobService.java45 private static final int NOTIFICATION_ID = 999; 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()
138 mNotificationManager.notify(NOTIFICATION_ID, mNotification.build()); in showNotification()