Searched refs:notify (Results 1 – 3 of 3) sorted by relevance
/test/mlts/benchmark/src/com/android/nn/crashtest/core/ |
D | CrashTestService.java | 70 private void notify(int messageType, String messageBody) { in notify() method in CrashTestService 99 Optional.of(messageMaybe -> notify(PROGRESS, messageMaybe.orElse(null)))); in onBind() 117 notify(testResult.isPresent() ? FAILURE : SUCCESS, testResult.orElse(null)); in onBind() 120 notify(FAILURE, "Exception in crash test: " + e); in onBind()
|
/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/ |
D | BenchmarkJobService.java | 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()
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …notify(t,"beforeInit"),a.retinaScale(t,t.options.devicePixelRatio),t.bindEvents(),t.options.respon… method
|