Home
last modified time | relevance | path

Searched defs:getParameters (Results 1 – 2 of 2) sorted by relevance

/cts/tools/dex-tools/src/dex/structure/
DDexMethod.java33 public List<DexParameter> getParameters(); in getParameters() method
/cts/tools/dex-tools/src/dex/reader/
DDexMethodImpl.java104 public synchronized List<DexParameter> getParameters() { in getParameters() method in DexMethodImpl