Searched refs:initAndGetForTesting (Results 1 – 6 of 6) sorted by relevance
65 sJobStore = JobStore.initAndGetForTesting(sContext, sTestDir); in setUpOnce()
123 mJobStore = JobStore.initAndGetForTesting(mContext, mContext.getFilesDir()); in setUp()
192 mJobStore = JobStore.initAndGetForTesting(mContext, mContext.getFilesDir()); in setup()
209 mJobStore = JobStore.initAndGetForTesting(mContext, mContext.getFilesDir()); in setUp()
86 JobStore.initAndGetForTesting(mTestContext, mTestContext.getFilesDir()); in setUp()
179 public static JobStore initAndGetForTesting(Context context, File dataDir) { in initAndGetForTesting() method in JobStore