Searched refs:TEST_INPUT (Results 1 – 4 of 4) sorted by relevance
40 public static final String TEST_INPUT = "testString"; field in ImageCaptureUriExtraToClipDataTest107 char[] buffer = new char[TEST_INPUT.length()]; in assertFileContents()117 assertEquals(TEST_INPUT, fileContents); in assertFileContents()
108 char[] buffer = new char[ReadableUriExtraToClipDataTest.TEST_INPUT.length()]; in testFileContents()118 return ReadableUriExtraToClipDataTest.TEST_INPUT.equals(fileContents); in testFileContents()
43 public static final String TEST_INPUT = "testString"; field in ReadableUriExtraToClipDataTest109 writer.write(TEST_INPUT); in writeTestInputToFile()
68 writer.write(ImageCaptureUriExtraToClipDataTest.TEST_INPUT); in writeToClipDataUri()