Home
last modified time | relevance | path

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

123

/cts/tests/tests/text/src/android/text/method/cts/
DLinkMovementMethodTest.java118 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 …]
DReplacementTransformationMethodTest.java63 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
DSingleLineTransformationMethodTest.java62 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
DScrollingMovementMethodTest.java109 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
DHideReturnsTransformationMethodTest.java44 MyHideReturnsTranformationMethod method = new MyHideReturnsTranformationMethod(); in testGetOriginal() local
59 MyHideReturnsTranformationMethod method = new MyHideReturnsTranformationMethod(); in testGetReplacement() local
/cts/tests/signature/tests/src/android/signature/cts/tests/
DApiComplianceCheckerTest.java119 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/
DDexMemberChecker.java34 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/
DUserDeviceInfo.java38 Method method = UserManager.class.getMethod("getMaxSupportedUsers"); in getMaxSupportedUsers() local
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerSpoofDetectionTest.java42 public void assertCallingPackageMismatch(String method, Context callerContext, Runnable r) { in assertCallingPackageMismatch()
DShortcutManagerNegativeTest.java89 private void checkAidlCall(String method, String expectedMessage, Object... args) in checkAidlCall()
94 callMethodExpectingSecurityException(readField(manager, "mService"), method, in checkAidlCall() local
DShortcutManagerFakingPublisherTest.java170 private void assertShortcutPackageMismatch(String method, Context callerContext, Runnable r) { in assertShortcutPackageMismatch()
DShortcutManagerThrottlingTest.java52 private void callTest(String method) { in callTest()
/cts/tools/vm-tests-tf/build/src/util/build/
DJUnitTestCollector.java66 String method = test.getName(); // e.g. testVFE2 in JUnitTestCollector() local
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DReportProcessor.java144 ITestDevice device, String method, String reportKey, int testTimeout, in runDeviceTest()
184 ITestDevice device, String method, String reportKey) in processDeviceReport()
/cts/hostsidetests/jvmti/base/jni/
Dcts_agent.cpp52 jmethodID method = env->GetStaticMethodID(klass.get(), method_name, "()V"); in InformMainAttach() local
/cts/tests/tests/jni/libjnitest/
Dmacroized_tests.c192 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/
DRollbackManagerHostTest.java47 private void run(String method) throws Exception { in run()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDeviceAdminHostSideTest.java73 @Nullable String method) throws DeviceNotAvailableException { in runTests()
/cts/tests/core/runner/src/com/android/cts/core/runner/support/
DSingleTestNgTestExecutor.java72 private static org.testng.TestNG createTestNG(String klass, String method, in createTestNG()
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/
DSingleTestNgTestExecutor.java72 private static org.testng.TestNG createTestNG(String klass, String method, in createTestNG()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DTestUtils.java48 Method method = scanRecordClass.getDeclaredMethod("parseFromBytes", byte[].class); in parseScanRecord() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DBusinessLogicDeviceExecutor.java68 protected String formatExecutionString(String method, String... args) { in formatExecutionString()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBusinessLogicDeviceExecutor.java68 protected String formatExecutionString(String method, String... args) { in formatExecutionString()
/cts/tools/vm-tests-tf/src/dot/junit/
DDxTestCase.java69 java.lang.reflect.Method method = null; in loadAndRun() local
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtilsProvider.java27 public Bundle call(String method, String arg, Bundle extras) { in call()

123