Fix opcode tests for invoke_*

Some tests for the invoke-interface instructions involved
executing Dalvik code that could not translated into Java
like implementing an interface but marking the interface
method implementations as protected. The tests complained
about not being able to find the classes for the raw
dalvik bytecode, but I couldn't make the tests find them
even after putting @uses annotations (which BuildDalvikSuite
scans to determine what will be on the classpath). Thus,
I just deleted them...

...otherwise, more of the same...

Bug 3147582

Change-Id: I99a480ce3f2608c56474428ff0db9f354f66d6bc
69 files changed