Home
last modified time | relevance | path

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

/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/
DMainActivity.java40 private TextView mMessage; field in MainActivity
49 mMessage = (TextView) findViewById(R.id.message); in onCreate()
68 mMessage.setText("Benchmark job scheduled, you can leave this app"); in startStopTestClicked()
72 mMessage.setText("Benchmark job cancelled"); in startStopTestClicked()
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/
DMainActivity.java64 private TextView mMessage; field in MainActivity
79 mMessage = (TextView) findViewById(R.id.message); in onCreate()
183 mMessage.append(String.format( in modelsForAccelerator()
193 mMessage.append( in modelsForAccelerator()
212 mMessage.append(msg + "\n"); in testStopped()
269 runOnUiThread(() -> mMessage.append(".")); in startInferenceTest()
285 mMessage.setText( in startInferenceTest()
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/
DCheckGmsPreparerTest.java255 private String mMessage; field in LogItem
262 return mMessage; in getMessage()
267 mMessage = message; in LogItem()