Home
last modified time | relevance | path

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

/art/test/004-JniTest/smali/
DConflictInterface.smali20 # public interface ConflictInterface {
22 # System.out.println("ConflictInterface.JniCallConflictDefaultMethod");
30 const-string v0, "ConflictInterface.JniCallConflictDefaultMethod"
DConcreteClass.smali23 # public class ConcreteClass implements DefaultInterface, ConflictInterface, AbstractInterface {
/art/test/004-JniTest/
Dexpected.txt42 …leClassChangeError: Conflicting default method implementations void ConflictInterface.JniCallConfl…
52 …leClassChangeError: Conflicting default method implementations void ConflictInterface.JniCallConfl…
57 Calling method ConflictInterface->JniCallConflictDefaultMethod on object of type ConcreteClass
58 …leClassChangeError: Conflicting default method implementations void ConflictInterface.JniCallConfl…
/art/test/972-iface-super-multidex/smali/
Dconcreteclass.smali22 # public class ConcreteClass implements SuperInterface, ConflictInterface {
27 # return ConflictInterface.super.runDefault();
/art/test/972-iface-super-multidex/smali-multidex/
Dconflictinterface.smali22 # public interface ConflictInterface extends OneConflict, TwoConflict {
/art/test/968-default-partial-compile-gen/util-src/
Dgenerate_smali.py342 class ConflictInterface: class
375 CONFLICT_TYPE = ConflictInterface()
/art/test/971-iface-super/util-src/
Dgenerate_smali.py396 class ConflictInterface: class
432 CONFLICT_TYPE = ConflictInterface()