Searched refs:mTrainFolderPath (Results 1 – 3 of 3) sorted by relevance
81 private File mTrainFolderPath; field in DeviceActionTargetPreparer182 } else if (mTrainFolderPath != null && mTrainFolderPath.exists()) { in installMainline()183 args.add(createFileArg(TRAIN_FOLDER_TAG, mTrainFolderPath)); in installMainline()
109 if (mTrainFolderPath != null) { in setUp()
111 protected File mTrainFolderPath; field in InstallApexModuleTargetPreparer180 if (mTrainFolderPath != null) { in setUp()1260 File[] filesUnderTrainFolder = mTrainFolderPath.listFiles(); in addApksToTestFiles()