Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DMethodProfile.java109 public String getMethodSignatureWithClass() { in getMethodSignatureWithClass() method in MethodProfile
110 return Utils.getMethodSignatureWithClass( in getMethodSignatureWithClass()
116 mApiMethodCalls.putIfAbsent(apiMethod.getMethodSignatureWithClass(), apiMethod); in addApiMethodCall()
122 apiConstructor.getMethodSignatureWithClass(), apiConstructor); in addApiConstructorCall()
127 mCommonMethodCalls.putIfAbsent(method.getMethodSignatureWithClass(), method); in addCommonMethodCall()
DUtils.java71 public static String getMethodSignatureWithClass( in getMethodSignatureWithClass() method in Utils
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DCallGraphManager.java91 String methodSignature = methodProfile.getMethodSignatureWithClass(); in resolveCoveredApis()
108 String methodSignature = methods.get(0).getMethodSignatureWithClass(); in resolveMethodCoveredApis()
120 String methodCallSignature = methodCall.getMethodSignatureWithClass(); in resolveMethodCoveredApis()
133 mCoveredApiCaches.put(method.getMethodSignatureWithClass(), coveredApis); in resolveMethodCoveredApis()
DTarJan.java70 String methodSignature = method.getMethodSignatureWithClass(); in tarjan()
77 String calleeSignature = callee.getMethodSignatureWithClass(); in tarjan()