Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusherTest.java268 Collection<VersionedFile> versionedFiles = new LinkedList<VersionedFile>(); in testSetUp() local
269 EasyMock.expect(mMockBuildInfo.getFiles()).andStubReturn(versionedFiles); in testSetUp()