Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/util/
DTestExternalStorageActivity.java26 if (testWriteExternalStorage(this, true)) { in onCreate()
40 public static boolean testWriteExternalStorage(Activity activity, boolean request) { in testWriteExternalStorage() method in TestExternalStorageActivity
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNScoringTest.java94 if (!TestExternalStorageActivity.testWriteExternalStorage(getActivity(), false)) { in testTFLite()
112 if (!TestExternalStorageActivity.testWriteExternalStorage(getActivity(), false)) { in testNNAPI()
DNNControls.java84 TestExternalStorageActivity.testWriteExternalStorage(this, true); in init()