Home
last modified time | relevance | path

Searched refs:MethodType (Results 1 – 4 of 4) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DMethodProfile.java50 public enum MethodType { enum in MethodProfile
61 MethodType(int value) { in MethodType() method in MethodProfile.MethodType
131 public void addMethodType(MethodType methodType) { in addMethodType()
138 MethodType.JUNIT3.getValue() in testMethodResolved()
139 | MethodType.JUNIT4.getValue() in testMethodResolved()
140 | MethodType.COMMON.getValue()); in testMethodResolved()
146 addMethodType(MethodType.COMMON); in isTestMethod()
155 return matchAllTypes(MethodType.JUNIT3.getValue()); in isJunit3Method()
158 addMethodType(MethodType.JUNIT3); in isJunit3Method()
167 return matchAllTypes(MethodType.JUNIT4.getValue()); in isJunit4Method()
[all …]
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/
DMethodType.java42 public class MethodType extends Asn1Choice { class
66 public MethodType() { in MethodType() method in MethodType
92 public static MethodType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
93 MethodType result = new MethodType(); in fromPerUnaligned()
101 public static MethodType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
102 MethodType result = new MethodType(); in fromPerAligned()
DPositionInstruct.java100 private MethodType methodType_;
101 public MethodType getMethodType() { in getMethodType()
108 this.methodType_ = (MethodType) value; in setMethodType()
110 public MethodType setMethodTypeToNewInstance() { in setMethodTypeToNewInstance()
111 methodType_ = new MethodType(); in setMethodTypeToNewInstance()
207 return tag == null ? MethodType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DClassAnalyzer.java23 import com.android.cts.ctsprofiles.MethodProfile.MethodType;
100 method.addMethodType(MethodType.DIRECT_MEMBER); in visitMethod()
106 method.addMethodType(MethodType.COMMON); in visitMethod()