Home
last modified time | relevance | path

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

/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DDefaultDeflateCompatibilityWindowTest.java118 Assert.assertNotNull(window.getIncompatibleValues()); in testGetIncompatibleValues()
121 Map<JreDeflateParameters, String> incompatible = brokenWindow.getIncompatibleValues(); in testGetIncompatibleValues()
125 Assert.assertTrue(infallible.getIncompatibleValues().isEmpty()); in testGetIncompatibleValues()
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DDefaultDeflateCompatibilityWindow.java286 return getIncompatibleValues().isEmpty(); in isCompatible()
297 public Map<JreDeflateParameters, String> getIncompatibleValues() { in getIncompatibleValues() method in DefaultDeflateCompatibilityWindow