Home
last modified time | relevance | path

Searched refs:readWithLimit (Results 1 – 1 of 1) sorted by relevance

/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstallerMain.java169 private static byte[] readWithLimit(InputStream in) throws IOException { in readWithLimit() method in CertInstallerMain
229 final byte[] raw = readWithLimit(in); in startInstallActivity()
247 byte[] data = readWithLimit(in); in startWifiInstallActivity()