Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPushFilePreparer.java132 private Set<String> mFilesPushed = null; field in PushFilePreparer
323 mFilesPushed = new HashSet<>(); in setUp()
363 if (!(e instanceof DeviceNotAvailableException) && mCleanup && mFilesPushed != null) { in tearDown()
370 for (String devicePath : mFilesPushed) { in tearDown()
424 mFilesPushed.add(remotePath); in evaluatePushingPair()
434 mFilesPushed.add(remotePath); in evaluatePushingPair()