Searched refs:cis (Results 1 – 2 of 2) sorted by relevance
609 CheckedInputStream cis = null; in checksumCrc32() local612 cis = new CheckedInputStream( new FileInputStream(file), checkSummer); in checksumCrc32()614 while(cis.read(buf) >= 0) { in checksumCrc32()619 if (cis != null) { in checksumCrc32()621 cis.close(); in checksumCrc32()
103 CommandsInterface[] cis, Phone[] phones) { in PhoneSwitcher() argument124 mCommandsInterfaces = cis; in PhoneSwitcher()