Searched refs:getSyncService (Results 1 – 3 of 3) sorted by relevance
2097 EasyMock.expect(mMockIDevice.getSyncService()).andReturn(s); in testPullFile()2123 EasyMock.expect(mMockIDevice.getSyncService()).andReturn(s); in testPullFile_fails()2233 EasyMock.expect(mMockIDevice.getSyncService()).andReturn(s); in testPushFile()2259 EasyMock.expect(mMockIDevice.getSyncService()).andReturn(s); in testPushFile_fails()
1106 syncService = getIDevice().getSyncService(); in pullFile()1216 syncService = getIDevice().getSyncService(); in pushFile()1743 syncService = getIDevice().getSyncService(); in syncFiles()
211 public SyncService getSyncService() throws TimeoutException, AdbCommandRejectedException, in getSyncService() method in StubDevice