Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DLocalVariableList.java166 if ((one != null) && one.matchesAllButType(item)) { in itemToLocal()
366 public boolean matchesAllButType(Item other) { in matchesAllButType() method in LocalVariableList.Item