Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 33) sorted by relevance

12

/cts/tests/tests/text/src/android/text/method/cts/
DReplacementTransformationMethodTest.java50 MyReplacementTransformationMethod method = in testGetTransformation() local
61 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL, in testGetTransformationWithAbnormalCharSequence() local
76 ReplacementTransformationMethod method = in testGetTransformationWithAbmornalReplacement() local
95 ReplacementTransformationMethod method = in testGetTransformationWithAbmornalOriginal() local
114 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL, in testOnFocusChanged() local
DHideReturnsTransformationMethodTest.java33 MyHideReturnsTranformationMethod method = new MyHideReturnsTranformationMethod(); in testGetOriginal() local
46 MyHideReturnsTranformationMethod method = new MyHideReturnsTranformationMethod(); in testGetReplacement() local
DLinkMovementMethodTest.java98 LinkMovementMethod method = new LinkMovementMethod(); in testOnTakeFocus() local
228 LinkMovementMethod method = new LinkMovementMethod(); in testOnKeyUp() local
300 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testUp() local
330 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testDown() local
360 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testLeft() local
390 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testRight() local
420 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testMoveAroundUnclickable() local
439 LinkMovementMethod method = new LinkMovementMethod(); in testInitialize() local
DSingleLineTransformationMethodTest.java47 MySingleLineTranformationMethod method = new MySingleLineTranformationMethod(); in testGetReplacement() local
53 SingleLineTransformationMethod method = SingleLineTransformationMethod.getInstance(); in testGetTransformation() local
DScrollingMovementMethodTest.java91 final ScrollingMovementMethod method = new ScrollingMovementMethod(); in testOnTouchEventHorizontalMotion() local
736 final MyScrollingMovementMethod method = new MyScrollingMovementMethod(); in testHorizontalMovement() local
DArrowKeyMovementMethodTest.java663 ArrowKeyMovementMethod method = new ArrowKeyMovementMethod(); in testInitialize() local
702 ArrowKeyMovementMethod method = new ArrowKeyMovementMethod(); in testOnKeyUp() local
DPasswordTransformationMethodTest.java162 PasswordTransformationMethod method = new PasswordTransformationMethod(); in testGetTransformation() local
/cts/tests/signature-tests/src/android/signature/cts/tests/
DJDiffClassDescriptionTest.java152 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod( in testStaticMethod() local
161 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod( in testSyncMethod() local
170 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod( in testPackageProtectMethod() local
179 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod( in testPrivateMethod() local
188 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod( in testProtectedMethod() local
197 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod( in testThrowsMethod() local
208 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod( in testNativeMethod() local
343 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod( in testAddingSync() local
356 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod( in testRemovingSync() local
367 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod( in testAddingNative() local
[all …]
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DTestUtils.java38 Method method = scanRecordClass.getDeclaredMethod("parseFromBytes", byte[].class); in parseScanRecord() local
/cts/tools/signature-tools/src/signature/model/impl/
DSigMethod.java50 public static String toString(IMethod method) { in toString()
/cts/tests/tests/jni/libjnitest/
Dmacroized_tests.c191 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallBooleanMethod() local
294 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallByteMethod() local
397 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallShortMethod() local
500 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallCharMethod() local
603 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallIntMethod() local
706 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallLongMethod() local
809 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallFloatMethod() local
912 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallDoubleMethod() local
1015 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallVoidMethod() local
1118 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallObjectMethod() local
[all …]
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Dbootstrap-collapse.js95 , transition: function (method, startEvent, completeEvent) { argument
/cts/tools/vm-tests-tf/src/dot/junit/
DDxTestCase.java69 java.lang.reflect.Method method = null; in loadAndRun() local
DDxAbstractMain.java73 java.lang.reflect.Method method = null; in loadAndRun() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTextReport.java103 private static void printMethod(ApiMethod method, PrintStream out) { in printMethod()
DApiClass.java93 public void addMethod(ApiMethod method) { in addMethod()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DTestFilter.java126 public void setTestInclusion(String className, String method) { in setTestInclusion()
/cts/tools/signature-tools/src/signature/converter/dex/
DDexUtil.java417 public static boolean isConstructor(DexMethod method) { in isConstructor()
429 public static boolean isStaticConstructor(DexMethod method) { in isStaticConstructor()
433 public static boolean isMethod(DexMethod method) { in isMethod()
/cts/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java99 DexMethod method = getMethod(clazz, "publicStringMethodInt", "I"); in testT0() local
330 DexMethod method = getMethod(A, "m", "I"); in testParameterAnnotation() local
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DAuthenticatorContentProvider.java62 public Bundle call(String method, String arg, Bundle extras) { in call()
/cts/tests/signature/src/android/signature/cts/
DJDiffClassDescription.java132 public void addMethod(JDiffMethod method) { in addMethod()
547 private boolean matches(JDiffMethod jDiffMethod, Method method) { in matches()
585 private Method findMatchingMethod(JDiffMethod method) { in findMatchingMethod()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java390 final Method method = UserManager.class.getMethod("getMaxSupportedUsers"); in getMultiUserInfo() local
/cts/tools/dex-tools/src/dex/reader/
DDexClassImpl.java291 EncodedMethod method = null; in getDexMethods() local
/cts/tools/signature-tools/test/signature/converter/
DConvertClassTest.java454 IMethod method = sigClass.getMethods().iterator().next(); in convertVoidMethod() local
467 IMethod method = sigClass.getMethods().iterator().next(); in convertArrayMethod() local
/cts/tools/utils/
DCollectAllTests.java489 private static boolean isJunit4TestMethod(Method method) { in isJunit4TestMethod()

12