Searched refs:getDexLibraryResources (Results 1 – 4 of 4) sorted by relevance
51 assertEquals(0, ToolHelper.getApp(command).getDexLibraryResources().size()); in verifyEmptyCommand()
52 assertEquals(0, ToolHelper.getApp(command).getDexLibraryResources().size()); in verifyEmptyCommand()
217 readDexSources(inputApp.getDexLibraryResources(), LIBRARY, libraryClasses); in readSources()
170 public List<Resource> getDexLibraryResources() { in getDexLibraryResources() method in AndroidApp