Searched refs:testFile2 (Results 1 – 2 of 2) sorted by relevance
101 File testFile2 = new File(TEST_FILE_NAME); in onInferenceServiceConnected() local103 populateTestContent(testFile2); in onInferenceServiceConnected()
229 final File testFile2 = new File(mountDir2, "test1.txt"); in doMountAndUnmountTwoObbs() local231 assertTrue("test1.txt does not exist in OBB dir", testFile2.exists()); in doMountAndUnmountTwoObbs()232 assertFileContains(testFile2, TEST1_NEW_CONTENTS); in doMountAndUnmountTwoObbs()