Searched refs:getSyncService (Results 1 – 3 of 3) sorted by relevance
1963 EasyMock.expect(mMockIDevice.getSyncService()).andReturn(s); in testPullFile()1989 EasyMock.expect(mMockIDevice.getSyncService()).andReturn(s); in testPullFile_fails()2099 EasyMock.expect(mMockIDevice.getSyncService()).andReturn(s); in testPushFile()2125 EasyMock.expect(mMockIDevice.getSyncService()).andReturn(s); in testPushFile_fails()
210 public SyncService getSyncService() throws TimeoutException, AdbCommandRejectedException, in getSyncService() method in StubDevice
1022 syncService = getIDevice().getSyncService(); in pullFile()1132 syncService = getIDevice().getSyncService(); in pushFile()1656 syncService = getIDevice().getSyncService(); in syncFiles()