Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTestService.java70 private void notify(int messageType, String messageBody) { in notify() argument
77 if (messageBody != null) { in notify()
79 data.putString(DESCRIPTION, messageBody); in notify()