Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 21 of 21) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPasswordMinimumRestrictionsTest.java185 private void invokeSetMethod(String methodName, DevicePolicyManager dpm, in invokeSetMethod()
195 private int invokeGetMethod(String methodName, DevicePolicyManager dpm, in invokeGetMethod()
202 private String setMethodName(String methodName) { in setMethodName()
206 private String getMethodName(String methodName) { in getMethodName()
/cts/tests/core/runner/src/com/android/cts/core/runner/
DTestFilter.java83 String methodName = testDescription.getMethodName(); in shouldRun() local
119 String methodName = child.getMethodName(); in getTestDescription() local
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java160 private void runTestAsPrimaryUser(String className, String methodName) throws Exception { in runTestAsPrimaryUser()
164 private void runTestAsSecondaryUser(String className, String methodName) throws Exception { in runTestAsSecondaryUser()
168 private void runTestAsUser(String className, String methodName, int userId) throws Exception { in runTestAsUser()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DITestPackageDef.java88 public void setClassName(String className, String methodName); in setClassName()
DTestPackageXmlParser.java128 String methodName = attributes.getValue("name"); in startElement() local
DCtsTest.java430 void setMethodName(String methodName) { in setMethodName()
925 String methodName = split[1]; in getAvailableTestPackages() local
976 ITestPackageRepo testRepo, String className, String methodName) { in buildTestPackageDefSet()
DTestPackageDef.java207 public void setClassName(String className, String methodName) { in setClassName()
/cts/tests/core/runner/src/com/android/cts/core/runner/support/
DSingleTestNgTestExecutor.java38 public static boolean execute(Class<?> klass, String methodName) { in execute()
DTestNgRunner.java110 String methodName = child.getMethodName(); in run() local
/cts/tests/tests/telecom2/src/android/telecom/cts/
DDefaultDialerOperationsNoPermissionsTest.java145 private void verifyForReadPhoneStateOrDefaultDialer(Runnable runnable, String methodName) in verifyForReadPhoneStateOrDefaultDialer()
/cts/tests/tests/icu/tools/android/icu/cts/tools/
DGenerateTestCaseXML.java83 String methodName = line.substring(index + 1); in main() local
187 public void addTest(String className, String methodName) { in addTest()
235 public void addMethod(String methodName) { in addMethod()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DCtsTestTest.java197 final String methodName = "methodName"; in testRun_class() local
217 final String methodName = "methodName"; in testRun_test() local
/cts/tools/dex-tools/test/dex/reader/
DDexTestsCommon.java129 protected DexMethod getMethod(DexClass clazz, String methodName, String... typeNames) { in getMethod()
/cts/common/util/src/com/android/compatibility/common/util/
DTestSuiteFilter.java105 String methodName = String.format("%s#%s", className, parts[0]); in shouldRun() local
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java126 String methodName = String.format("%s#%s", className, parts[0]); in shouldCollect() local
/cts/hostsidetests/net/src/com/android/cts/net/
DHostsideNetworkTestCase.java129 protected void runDeviceTests(String packageName, String testClassName, String methodName) in runDeviceTests()
/cts/tests/signature/src/android/signature/cts/
DSignatureTest.java244 String methodName = parser.getAttributeValue(null, ATTRIBUTE_NAME); in loadMethodInfo() local
/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java434 private float[] getValue(ValueAnimator animator, int n, String methodName, in getValue()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java775 private void assertAppLinkResult(String methodName) throws DeviceNotAvailableException { in assertAppLinkResult()
/cts/libs/deviceutil/src/android/cts/util/
DMediaUtils.java84 String methodName = stack[index].getMethodName(); in getTestName() local
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTest.java151 final String methodName = isEncoder ? "createEncoderByType" : "createDecoderByType"; in verifyException() local