/cts/tests/tests/text/src/android/text/method/cts/ |
D | LinkMovementMethodTest.java | 118 LinkMovementMethod method = new LinkMovementMethod(); in testOnTakeFocus() local 157 LinkMovementMethod method = new LinkMovementMethod(); in testOnTakeFocusNullSpannable() local 249 LinkMovementMethod method = new LinkMovementMethod(); in testOnKeyUp() local 321 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testUp() local 337 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testUp_nullViewParam() local 344 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testUp_nullSpannableParam() local 351 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testDown() local 367 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testDown_nullViewParam() local 374 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testDown_nullSpannableParam() local 381 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testLeft() local [all …]
|
D | ReplacementTransformationMethodTest.java | 63 MyReplacementTransformationMethod method = in testGetTransformation() local 75 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL, in testGetTransformationWithAbnormalCharSequence() local 91 ReplacementTransformationMethod method = in testGetTransformationWithAbmornalReplacement() local 111 ReplacementTransformationMethod method = in testGetTransformationWithAbnormalOriginal() local 123 ReplacementTransformationMethod method = in testGetTransformationMismatchCharCount() local 130 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL, in testOnFocusChanged() local
|
D | SingleLineTransformationMethodTest.java | 62 MySingleLineTranformationMethod method = new MySingleLineTranformationMethod(); in testGetReplacement() local 70 SingleLineTransformationMethod method = SingleLineTransformationMethod.getInstance(); in testGetTransformation() local 82 final SingleLineTransformationMethod method = SingleLineTransformationMethod.getInstance(); in testSubsequence_doesNotThrowExceptionWithParagraphSpans() local
|
D | ScrollingMovementMethodTest.java | 109 final ScrollingMovementMethod method = new ScrollingMovementMethod(); in testOnTouchEventHorizontalMotion() local 382 final MyScrollingMovementMethod method = new MyScrollingMovementMethod(); in testOnKeyDownVerticalMovement() local 403 final MyScrollingMovementMethod method = new MyScrollingMovementMethod(); in testOnKeyDownHorizontalMovement() local 429 final MyScrollingMovementMethod method = new MyScrollingMovementMethod(); in testOnKeyDownExceptions() local 455 final MyScrollingMovementMethod method = new MyScrollingMovementMethod(); in testVerticalMovement() local 598 final ScrollingMovementMethod method = new ScrollingMovementMethod(); in testOnKeyUp() local 614 final ScrollingMovementMethod method = new ScrollingMovementMethod(); in testOnTakeFocus() local 659 final MyScrollingMovementMethod method = new MyScrollingMovementMethod(); in testHorizontalMovement() local 710 final MyScrollingMovementMethod method = new MyScrollingMovementMethod(); local
|
D | HideReturnsTransformationMethodTest.java | 44 MyHideReturnsTranformationMethod method = new MyHideReturnsTranformationMethod(); in testGetOriginal() local 59 MyHideReturnsTranformationMethod method = new MyHideReturnsTranformationMethod(); in testGetReplacement() local
|
/cts/tests/signature/tests/src/android/signature/cts/tests/ |
D | ApiComplianceCheckerTest.java | 119 JDiffClassDescription.JDiffMethod method = method("staticMethod", in testStaticMethod() local 129 JDiffClassDescription.JDiffMethod method = method("syncMethod", in testSyncMethod() local 139 JDiffClassDescription.JDiffMethod method = method("packageProtectedMethod", 0, "boolean"); in testPackageProtectMethod() local 148 JDiffClassDescription.JDiffMethod method = method("privateMethod", Modifier.PRIVATE, in testPrivateMethod() local 158 JDiffClassDescription.JDiffMethod method = method("protectedMethod", Modifier.PROTECTED, in testProtectedMethod() local 168 JDiffClassDescription.JDiffMethod method = method("throwsMethod", Modifier.PUBLIC, "void"); in testThrowsMethod() local 179 JDiffClassDescription.JDiffMethod method = method("nativeMethod", in testNativeMethod() local 342 JDiffClassDescription.JDiffMethod method = method("notSyncMethod", in testRemovingSync() local 354 JDiffClassDescription.JDiffMethod method = method("nativeMethod", Modifier.PUBLIC, "void"); in testAddingNative() local 365 JDiffClassDescription.JDiffMethod method = method("notNativeMethod", in testRemovingNative() local [all …]
|
/cts/tests/signature/lib/android/src/android/signature/cts/ |
D | DexMemberChecker.java | 34 void methodAccessibleViaReflection(boolean accessible, DexMethod method); in methodAccessibleViaReflection() 35 void methodAccessibleViaJni(boolean accessible, DexMethod method); in methodAccessibleViaJni() 43 Method method = null; in call_VMDebug_allowHiddenApiReflectionFrom() local 113 DexMethod method = (DexMethod) dexMember; in checkSingleMember() local 116 method); in checkSingleMember() local 120 observer.methodAccessibleViaJni(hasMatchingMethod_JNI(klass, method), method); in checkSingleMember() local
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | UserDeviceInfo.java | 38 Method method = UserManager.class.getMethod("getMaxSupportedUsers"); in getMaxSupportedUsers() local
|
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
D | ShortcutManagerSpoofDetectionTest.java | 42 public void assertCallingPackageMismatch(String method, Context callerContext, Runnable r) { in assertCallingPackageMismatch()
|
D | ShortcutManagerNegativeTest.java | 89 private void checkAidlCall(String method, String expectedMessage, Object... args) in checkAidlCall() 94 callMethodExpectingSecurityException(readField(manager, "mService"), method, in checkAidlCall() local
|
D | ShortcutManagerFakingPublisherTest.java | 170 private void assertShortcutPackageMismatch(String method, Context callerContext, Runnable r) { in assertShortcutPackageMismatch()
|
D | ShortcutManagerThrottlingTest.java | 52 private void callTest(String method) { in callTest()
|
/cts/tools/vm-tests-tf/build/src/util/build/ |
D | JUnitTestCollector.java | 66 String method = test.getName(); // e.g. testVFE2 in JUnitTestCollector() local
|
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
D | ReportProcessor.java | 144 ITestDevice device, String method, String reportKey, int testTimeout, in runDeviceTest() 184 ITestDevice device, String method, String reportKey) in processDeviceReport()
|
/cts/hostsidetests/jvmti/base/jni/ |
D | cts_agent.cpp | 52 jmethodID method = env->GetStaticMethodID(klass.get(), method_name, "()V"); in InformMainAttach() local
|
/cts/tests/tests/jni/libjnitest/ |
D | macroized_tests.c | 192 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallBooleanMethod() local 297 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallByteMethod() local 402 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallShortMethod() local 507 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallCharMethod() local 612 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallIntMethod() local 717 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallLongMethod() local 822 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallFloatMethod() local 927 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallDoubleMethod() local 1032 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallVoidMethod() local 1137 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallObjectMethod() local [all …]
|
/cts/hostsidetests/rollback/src/com/android/cts/rollback/host/ |
D | RollbackManagerHostTest.java | 47 private void run(String method) throws Exception { in run()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | BaseDeviceAdminHostSideTest.java | 73 @Nullable String method) throws DeviceNotAvailableException { in runTests()
|
/cts/tests/core/runner/src/com/android/cts/core/runner/support/ |
D | SingleTestNgTestExecutor.java | 72 private static org.testng.TestNG createTestNG(String klass, String method, in createTestNG()
|
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/ |
D | SingleTestNgTestExecutor.java | 72 private static org.testng.TestNG createTestNG(String klass, String method, in createTestNG()
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | TestUtils.java | 48 Method method = scanRecordClass.getDeclaredMethod("parseFromBytes", byte[].class); in parseScanRecord() local
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | BusinessLogicDeviceExecutor.java | 68 protected String formatExecutionString(String method, String... args) { in formatExecutionString()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | BusinessLogicDeviceExecutor.java | 68 protected String formatExecutionString(String method, String... args) { in formatExecutionString()
|
/cts/tools/vm-tests-tf/src/dot/junit/ |
D | DxTestCase.java | 69 java.lang.reflect.Method method = null; in loadAndRun() local
|
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/ |
D | UtilsProvider.java | 27 public Bundle call(String method, String arg, Bundle extras) { in call()
|