Searched refs:PDF_PREAMBLE (Results 1 – 1 of 1) sorted by relevance
129 private static final String PDF_PREAMBLE = "%PDF-1"; field in WebViewTest2365 byte[] b = new byte[PDF_PREAMBLE.length()]; in testPrinting()2368 assertEquals(PDF_PREAMBLE, preamble); in testPrinting()