Searched refs:inputData (Results 1 – 2 of 2) sorted by relevance
431 InputStream inputData = PreferencesTest.class in testReadingFromBackendCache() local441 while ((length = inputData.read(buffer)) > 0) { in testReadingFromBackendCache()446 inputData.close(); in testReadingFromBackendCache()
189 private <T> ResultAsserter<Iterable<T>> whileResultAsserter(Iterable<T> inputData, in whileResultAsserter() argument195 inputData.forEach(input::add); in whileResultAsserter()260 for (T t : inputData) { in whileResultAsserter()271 for (T t : inputData) { in whileResultAsserter()