Home
last modified time | relevance | path

Searched refs:getMethod (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DPutOverflowTest.java26 Method getInstance = keystoreClass.getMethod("getInstance"); in testCrash()
27 Method put = keystoreClass.getMethod("put", in testCrash()
/cts/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java99 DexMethod method = getMethod(clazz, "publicStringMethodInt", "I"); in testT0()
101 method = getMethod(clazz, "protectedStringMethodInt", "I");/** a.b.C */ in testT0()
103 method = getMethod(clazz, "defaultStringMethodInt", "I"); in testT0()
105 method = getMethod(clazz, "privateStringMethodInt", "I"); in testT0()
330 DexMethod method = getMethod(A, "m", "I"); in testParameterAnnotation()
DDexTestsCommon.java129 protected DexMethod getMethod(DexClass clazz, String methodName, String... typeNames) { in getMethod() method in DexTestsCommon
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiClass.java116 ApiMethod apiMethod = getMethod(name, parameterTypes, returnType); in markMethodCovered()
159 private ApiMethod getMethod(String name, List<String> parameterTypes, String returnType) { in getMethod() method in ApiClass
/cts/tests/tests/permission/src/android/permission/cts/
DAppOpsTest.java49 Method setMode = mAppOps.getClass().getMethod("setMode", int.class, int.class, in testSetMode()
/cts/tests/tests/os/src/android/os/cts/
DWorkSourceTest.java43 mAddUid = WorkSource.class.getMethod("add", new Class[] { int.class }); in setUp()
44 mAddUidName = WorkSource.class.getMethod("add", new Class[] { int.class, String.class }); in setUp()
45 …mAddReturningNewbs = WorkSource.class.getMethod("addReturningNewbs", new Class[] { WorkSource.clas… in setUp()
46 …mSetReturningDiffs = WorkSource.class.getMethod("setReturningDiffs", new Class[] { WorkSource.clas… in setUp()
47 mStripNames = WorkSource.class.getMethod("stripNames", new Class[] { }); in setUp()
/cts/tests/tests/util/src/android/util/cts/
DArrayMapTest.java472 Method appendMethod = ArrayMap.class.getMethod("append", Object.class, Object.class);
478 Method writeArrayMapMethod = Parcel.class.getMethod("writeArrayMap", ArrayMap.class);
484 Parcel.class.getMethod("readArrayMap", ArrayMap.class, ClassLoader.class).invoke(
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java162 testClass.getMethod("suite"); in hasSuiteMethod()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java433 assertEquals(server.getLastRequest(mainPath).getRequestLine().getMethod(), in testShouldInterceptRequestParams()
434 client.interceptRequest.getMethod()); in testShouldInterceptRequestParams()
DWebViewTest.java485 assertEquals(request.getRequestLine().getMethod(), "POST");
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java390 final Method method = UserManager.class.getMethod("getMaxSupportedUsers"); in getMultiUserInfo()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java610 Log.i(TAG, requestLine.getMethod() + ": " + uriString); in getResponse()
620 if (requestLine.getMethod().equals("POST")) { in getResponse()
DTestWebServer.java402 Log.i(TAG, requestLine.getMethod() + ": " + requestLine.getUri()); in getResponse()
/cts/tools/utils/
DCollectAllTests.java358 Method testMethod = testClass.getMethod(testName, (Class[])null); in getAnnotation()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java972 recoverDeviceMethod = mDevice.getClass().getMethod("recoverDevice"); in recoverDevice()
/cts/tools/signature-tools/lib/
Dstringtemplate.jarMETA-INF/ META-INF/MANIFEST.MF org/antlr/stringtemplate/AttributeRenderer. ...
/cts/tools/dex-tools/dex/
Dclasses0.out.dex15487 public transient java.lang.reflect.Method getMethod(
55262 public int getMethod()