Home
last modified time | relevance | path

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

/cts/tests/signature/tests/src/android/signature/cts/tests/
DAnnotationCheckerTest.java64 addPublicVoidMethod(clz, "apiMethod"); in testExactApiMatch()
73 addPublicVoidMethod(clz, "apiMethod"); in testExactApiMatch()
89 addPublicVoidMethod(clz, "apiMethod"); in testDetectUnauthorizedConstructorApi()
101 addPublicVoidMethod(clz, "apiMethod"); in testDetectUnauthorizedConstructorApi()
147 addPublicVoidMethod(clz, "apiMethod"); in testDetectUnauthorizedFieldApi()
158 addPublicVoidMethod(clz, "apiMethod"); in testDetectUnauthorizedFieldApi()
175 addPublicVoidMethod(clz, "apiMethod"); in testDetectUnauthorizedClassApi()
186 addPublicVoidMethod(clz, "apiMethod"); in testDetectUnauthorizedClassApi()
206 addPublicVoidMethod(clz, "apiMethod"); in testB71630695()
216 addPublicVoidMethod(clz, "apiMethod"); in testB71630695()
[all …]
DApiPresenceCheckerTest.java79 protected static void addPublicVoidMethod(JDiffClassDescription clz, String name) { in addPublicVoidMethod() method in ApiPresenceCheckerTest