Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java158 public SyncService getSyncService() in getSyncService() method in StubDevice
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java2048 when(mMockIDevice.getSyncService()).thenReturn(s); in testPullFile()
2074 when(mMockIDevice.getSyncService()).thenReturn(s); in testPullFile_fails()
2227 when(mMockIDevice.getSyncService()).thenReturn(s); in testPushFile()
2253 when(mMockIDevice.getSyncService()).thenReturn(s); in testPushFile_fails()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1505 syncService = getIDevice().getSyncService(); in pullFileInternal()
1604 syncService = getIDevice().getSyncService(); in pushFileInternal()
2262 syncService = getIDevice().getSyncService(); in syncFiles()