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