Home
last modified time | relevance | path

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

/cts/tests/signature-tests/src/android/signature/cts/tests/
DJDiffClassDescriptionTest.java84 clz.setType(JDiffClassDescription.JDiffType.CLASS); in createNormalClass()
99 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testMissingClass()
282 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testInnerClass()
295 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testInnerInnerClass()
308 clz.setType(JDiffClassDescription.JDiffType.INTERFACE); in testInnerInterface()
319 clz.setType(JDiffClassDescription.JDiffType.INTERFACE); in testInterface()
330 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testFinalClass()
387 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testAbstractClass()
399 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testRemovingAbstractFromAClass()
411 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testAddingAbstractToAClass()
[all …]
/cts/tests/signature/src/android/signature/cts/
DJDiffClassDescription.java52 public enum JDiffType { enum in JDiffClassDescription
78 private JDiffType mClassType;
498 if (JDiffType.INTERFACE.equals(mClassType)) { in checkMethodCompliance()
877 if (JDiffType.INTERFACE.equals(mClassType)) { in checkClassCompliance()
939 if (!JDiffType.INTERFACE.equals(mClassType)) { in toSignatureString()
972 if (JDiffType.INTERFACE.equals(mClassType)) { in logMismatchInterfaceSignature()
1082 public void setType(JDiffType type) { in setType()
DSignatureTest.java280 currentClass.setType(isInterface ? JDiffClassDescription.JDiffType.INTERFACE : in loadClassInfo()
281 JDiffClassDescription.JDiffType.CLASS); in loadClassInfo()