Home
last modified time | relevance | path

Searched refs:mMethods (Results 1 – 2 of 2) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DClassProfile.java45 private final Map<String, MethodProfile> mMethods = new HashMap<>(); field in ClassProfile
104 return mMethods; in getMethods()
111 if (!mMethods.containsKey(methodSignature)) { in getOrCreateMethod()
112 mMethods.put(methodSignature, new MethodProfile(this, methodName, params)); in getOrCreateMethod()
114 return mMethods.get(methodSignature); in getOrCreateMethod()
137 mMethods.forEach((methodKey, method) -> { in getTestMethods()
199 for (MethodProfile method : mMethods.values()) { in isJunit4Class()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DApis.java154 private final ImmutableSet<MethodSignature> mMethods;
157 mMethods = methods;
164 return mMethods;