Searched refs:initAndGetForTesting (Results 1 – 5 of 5) sorted by relevance
65 sJobStore = JobStore.initAndGetForTesting(sContext, sTestDir); in setUpOnce()
135 mJobStore = JobStore.initAndGetForTesting(mContext, mContext.getFilesDir()); in setup()
199 mJobStore = JobStore.initAndGetForTesting(mContext, mContext.getFilesDir()); in setUp()
82 JobStore.initAndGetForTesting(mTestContext, mTestContext.getFilesDir()); in setUp()
176 public static JobStore initAndGetForTesting(Context context, File dataDir) { in initAndGetForTesting() method in JobStore