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.java147 private Set<String> mFilesPushed = null; field in PushFilePreparer
359 mFilesPushed = new HashSet<>(); in setUp()
395 if (!(e instanceof DeviceNotAvailableException) && mCleanup && mFilesPushed != null) { in tearDown()
402 for (String devicePath : mFilesPushed) { in tearDown()
459 mFilesPushed.add(remotePath); in evaluatePushingPair()
470 mFilesPushed.add(remotePath); in evaluatePushingPair()