Searched refs:SyncManagerWithMockedServices (Results 1 – 1 of 1) sorted by relevance
69 private class SyncManagerWithMockedServices extends SyncManager { class in SyncManagerTest76 private SyncManagerWithMockedServices(Context context, boolean factoryTest) { in SyncManagerWithMockedServices() method in SyncManagerTest.SyncManagerWithMockedServices87 mSyncManager = spy(new SyncManagerWithMockedServices(mContext, true)); in setUp()