/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | SmallStructsTest.java | 118 return ScriptC_small_structs.class.getMethod(name, getUnwrappedClassForType(type)); in getInitialValueSetter() 157 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation") in testSmallStructsOfCharArray() 161 Method set_bytes = scriptFieldClass.getMethod("set_bytes", in testSmallStructsOfCharArray() 174 Method modify = ScriptC_small_structs.class.getMethod( in testSmallStructsOfCharArray() 178 Method verify = ScriptC_small_structs.class.getMethod( in testSmallStructsOfCharArray() 217 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation") in testSmallStructsOfHeterogeneousTypes() 224 Method fieldASetter = scriptFieldClass.getMethod("set_a", in testSmallStructsOfHeterogeneousTypes() 230 Method fieldBSetter = scriptFieldClass.getMethod("set_b", in testSmallStructsOfHeterogeneousTypes() 236 Method modify = ScriptC_small_structs.class.getMethod( in testSmallStructsOfHeterogeneousTypes() 240 Method verify = ScriptC_small_structs.class.getMethod( in testSmallStructsOfHeterogeneousTypes()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | CurrentApiHelperTest.java | 53 Method publicMethod = mClazz.getMethod("lockNow"); in testGetPublicApisIncludeMethods() 55 publicMethod = mClazz.getMethod("isProfileOwnerApp", String.class); in testGetPublicApisIncludeMethods() 57 publicMethod = mClazz.getMethod("resetPassword", String.class, int.class); in testGetPublicApisIncludeMethods() 59 publicMethod = mClazz.getMethod("hasGrantedPolicy", ComponentName.class, int.class); in testGetPublicApisIncludeMethods() 61 publicMethod = mClazz.getMethod("installCaCert", ComponentName.class, Class.forName("[B")); in testGetPublicApisIncludeMethods() 72 Method hiddenMethod = mClazz.getMethod("isDeviceProvisioned"); in testGetPublicApisExcludeMethods() 74 Method systemMethod = mClazz.getMethod("getProfileOwnerNameAsUser", int.class); in testGetPublicApisExcludeMethods()
|
D | PasswordMinimumRestrictionsTest.java | 188 final Method setMethod = DevicePolicyManager.class.getMethod(setMethodName(methodName), in invokeSetMethod() 198 final Method getMethod = in invokeGetMethod() local 199 DevicePolicyManager.class.getMethod(getMethodName(methodName), ComponentName.class); in invokeGetMethod() 200 return (int) getMethod.invoke(dpm, componentName); in invokeGetMethod()
|
D | CurrentApiHelper.java | 94 builder.add(clazz.getMethod(name, paramTypes)); in getPublicApis()
|
/cts/tests/backup/src/android/backup/cts/ |
D | AgentBindingTest.java | 73 Method bindBackupAgentMethod = activityManagerClass.getMethod(methodName, types); in callActivityManagerMethod() 80 Method asInterfaceMethod = stubClass.getMethod("asInterface", IBinder.class); in getActivityManager() 81 Method getServiceMethod = serviceManagerClass.getMethod("getService", String.class); in getActivityManager()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | PutOverflowTest.java | 26 Method getInstance = keystoreClass.getMethod("getInstance"); in testCrash() 27 Method put = keystoreClass.getMethod("put", in testCrash()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | PutOverflowTest.java | 29 Method getInstance = keystoreClass.getMethod("getInstance"); in testCrash() 30 Method put = keystoreClass.getMethod("put", in testCrash()
|
D | ActivityManagerTest.java | 43 Class.forName("android.app.ActivityManagerNative").getMethod( in testActivityManager_injectInputEvents()
|
D | ParcelableExceptionTest.java | 63 .getMethod("sendBroadcast", in sendBundleToSystem()
|
/cts/tests/app/src/android/app/cts/ |
D | KeyguardManagerTest.java | 50 Method set = KeyguardManager.class.getMethod( in testPrivateNotificationsAllowed() 52 Method get = KeyguardManager.class.getMethod("getPrivateNotificationsAllowed"); in testPrivateNotificationsAllowed()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | StrictJarFileTest.java | 132 assertEquals(ZipEntry.DEFLATED, ze.getMethod()); in checkIteration() 138 assertEquals(ZipEntry.DEFLATED, ze.getMethod()); in checkIteration() 147 assertEquals(ZipEntry.DEFLATED, ze.getMethod()); in checkIteration() 174 assertEquals(ZipEntry.DEFLATED, ze.getMethod()); in checkFindEntry()
|
D | ArrayMapTest.java | 490 Method appendMethod = ArrayMap.class.getMethod("append", Object.class, Object.class); 496 Method writeArrayMapMethod = Parcel.class.getMethod("writeArrayMap", ArrayMap.class); 502 Parcel.class.getMethod("readArrayMap", ArrayMap.class, ClassLoader.class).invoke(
|
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
D | DirectShellCommand.java | 162 final Method getService = serviceManagerClass.getMethod("getService", String.class); in run() 166 final Method shellCommand = IBinder.class.getMethod("shellCommand", in run()
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | UserDeviceInfo.java | 38 Method method = UserManager.class.getMethod("getMaxSupportedUsers"); in getMaxSupportedUsers()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | ApiClass.java | 138 Optional<ApiMethod> apiMethod = getMethod(name, parameterTypes); in markMethodCovered() 179 private Optional<ApiMethod> getMethod(String name, List<String> parameterTypes) { in getMethod() method in ApiClass
|
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
D | ConditionProviderServiceTest.java | 363 (PollableConditionProviderService) service.getMethod("getInstance").invoke(null); in pollForConnection() 371 instance = (PollableConditionProviderService) service.getMethod("getInstance") in pollForConnection()
|
/cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/ |
D | ShortcutManagerSecondaryUserTest.java | 91 Method of = UserHandle.class.getMethod("of", int.class); in getUser0Handle()
|
/cts/tests/tests/jni/src/android/jni/cts/ |
D | LinkerNamespacesHelper.java | 246 clazz.getMethod("incrementGlobal").invoke(null); in invokeIncrementGlobal() 249 return (Integer)clazz.getMethod("getGlobal").invoke(null); in invokeGetGlobal()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | BiometricPromptBoundKeysTest.java | 120 final Method canAuthenticateCrypto = BiometricManager.class.getMethod( in onPermissionsGranted()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | SensorCtsTestActivity.java | 162 testClass.getMethod("suite"); in hasSuiteMethod()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/ |
D | GnssCtsTestActivity.java | 169 testClass.getMethod("suite"); in hasSuiteMethod()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/ |
D | CameraPerformanceActivity.java | 210 Method method = testCase.getClass().getMethod(testCase.getName()); in initializeTestCases()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebViewClientTest.java | 517 assertEquals(server.getLastRequest(mainPath).getRequestLine().getMethod(), in testShouldInterceptRequestParams() 518 client.interceptRequest.getMethod()); in testShouldInterceptRequestParams()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | ManifestTestListAdapter.java | 376 .getMethod("get", String.class); in getHdmiDeviceType()
|
/cts/libs/testserver/src/android/webkit/cts/ |
D | CtsTestServer.java | 546 Log.i(TAG, requestLine.getMethod() + ": " + uriString); in getResponse() 556 if (requestLine.getMethod().equals("POST")) { in getResponse()
|