HomeSort by relevance Sort by last modified time
    Searched refs:getMethod (Results 26 - 50 of 565) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
ViewCompatUtils.java 29 private static final Method METHOD_getPaddingEnd = CompatUtils.getMethod(
31 private static final Method METHOD_setPaddingRelative = CompatUtils.getMethod(
35 private static final Method METHOD_setElevation = CompatUtils.getMethod(
38 private static final Method METHOD_setTextAlignment = CompatUtils.getMethod(
NotificationCompatUtils.java 28 CompatUtils.getMethod(Notification.Builder.class, "setColor", int.class);
30 CompatUtils.getMethod(Notification.Builder.class, "setVisibility", int.class);
32 CompatUtils.getMethod(Notification.Builder.class, "setCategory", String.class);
34 CompatUtils.getMethod(Notification.Builder.class, "setPriority", int.class);
36 CompatUtils.getMethod(Notification.Builder.class, "build");
InputMethodManagerCompatWrapper.java 28 private static final Method METHOD_switchToNextInputMethod = CompatUtils.getMethod(
34 CompatUtils.getMethod(InputMethodManager.class,
DownloadManagerCompatUtils.java 26 private static final Method METHOD_setAllowedOverMetered = CompatUtils.getMethod(
  /external/easymock/src/org/easymock/internal/
ObjectMethodsFilter.java 48 equalsMethod = toMock.getMethod("equals",
50 hashCodeMethod = toMock.getMethod("hashCode", (Class[]) null);
51 toStringMethod = toMock.getMethod("toString", (Class[]) null);
93 toStringMethod = ((MethodSerializationWrapper) stream.readObject()).getMethod();
94 equalsMethod = ((MethodSerializationWrapper) stream.readObject()).getMethod();
95 hashCodeMethod = ((MethodSerializationWrapper) stream.readObject()).getMethod();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
GenericMethodsTests.java 87 Method method = clazz.getMethod("noParamNoReturn");
92 Method method = clazz.getMethod("paramNoReturn", Object.class);
98 Method method = clazz.getMethod("noParamReturn");
104 Method method = clazz.getMethod("paramReturn", Object.class);
110 Method method0 = clazz.getMethod("paramNoReturn", Object.class);
113 Method method1 = clazz.getMethod("noParamNoReturn");
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HttpClientStackTest.java 46 assertEquals(request.getMethod(), Method.DEPRECATED_GET_OR_POST);
54 assertEquals(request.getMethod(), Method.DEPRECATED_GET_OR_POST);
62 assertEquals(request.getMethod(), Method.GET);
70 assertEquals(request.getMethod(), Method.POST);
78 assertEquals(request.getMethod(), Method.POST);
86 assertEquals(request.getMethod(), Method.PUT);
94 assertEquals(request.getMethod(), Method.PUT);
102 assertEquals(request.getMethod(), Method.DELETE);
110 assertEquals(request.getMethod(), Method.HEAD);
118 assertEquals(request.getMethod(), Method.OPTIONS)
    [all...]
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
RemoteControlClientCompat.java 73 sRCCEditMetadataMethod = sRemoteControlClientClass.getMethod("editMetadata",
75 sRCCSetPlayStateMethod = sRemoteControlClientClass.getMethod("setPlaybackState",
77 sRCCSetTransportControlFlags = sRemoteControlClientClass.getMethod(
158 mPutStringMethod = metadataEditorClass.getMethod("putString",
160 mPutBitmapMethod = metadataEditorClass.getMethod("putBitmap",
162 mPutLongMethod = metadataEditorClass.getMethod("putLong",
164 mClearMethod = metadataEditorClass.getMethod("clear", new Class[]{});
165 mApplyMethod = metadataEditorClass.getMethod("apply", new Class[]{});
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Platform.java 70 static Method getMethod(Class<?> clazz, String name) {
72 return clazz.getMethod(name);
  /libcore/luni/src/test/java/libcore/java/lang/annotation/
AnnotationTypeMismatchExceptionTest.java 27 Method m = String.class.getMethod("length");
34 Method m = String.class.getMethod("length");
  /external/apache-http/src/org/apache/http/util/
ExceptionUtils.java 65 return Throwable.class.getMethod("initCause", paramsClasses);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListHashCodeTester.java 46 return Platform.getMethod(ListHashCodeTester.class, "testHashCode");
  /external/junit/src/org/junit/internal/builders/
SuiteMethodBuilder.java 20 testClass.getMethod("suite");
  /external/nist-sip/java/gov/nist/javax/sip/header/
Allow.java 68 public String getMethod() {
CSeq.java 93 && this.getMethod().equals( o.getMethod() );
123 public String getMethod() {
  /external/nist-sip/java/javax/sip/header/
RAckHeader.java 9 String getMethod();
  /libcore/luni/src/main/java/java/lang/
Void.java 40 Method method = Runnable.class.getMethod("run", EmptyArray.CLASS);
  /libcore/luni/src/test/java/libcore/java/math/
RunCSVTestsStrict.java 27 Method m = mathClass.getMethod(func, new Class[] { Double.TYPE });
49 m = mathClass.getMethod(func, new Class[] { Double.TYPE, Integer.TYPE });
52 m = mathClass.getMethod(func, new Class[] { Double.TYPE, Double.TYPE });
  /external/okhttp/android/main/java/com/squareup/okhttp/internal/
OptionalMethod.java 55 return getMethod(target.getClass()) != null;
67 Method m = getMethod(target.getClass());
105 Method m = getMethod(target.getClass());
142 private Method getMethod(Class<?> clazz) {
160 method = clazz.getMethod(methodName, parameterTypes);
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewDelegateFactory.java 204 mIsTagEnabledMethod = Trace.class.getMethod("isTagEnabled", long.class);
206 .getMethod("addChangeCallback", Runnable.class);
207 mGetViewRootImplMethod = View.class.getMethod("getViewRootImpl");
209 .getMethod("invokeFunctor", long.class, boolean.class);
211 .getMethod("detachFunctor", long.class);
213 .getMethod("callDrawGLFunction", long.class);
214 mGetAssignedPackageIdentifiersMethod = AssetManager.class.getMethod(
216 mAddAssetPathMethod = AssetManager.class.getMethod(
219 .getMethod("currentApplication");
221 .getMethod("getString", int.class, Context.class)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
XMLReaderAdapterTest.java 141 assertEquals("startDocument", logger.getMethod());
168 assertEquals("parse", logger.getMethod(0));
183 assertEquals("parse", logger.getMethod());
192 assertEquals("setDocumentLocator", logger.getMethod());
208 assertEquals("startDocument", logger.getMethod());
220 assertEquals("endDocument", logger.getMethod());
246 assertEquals("startElement", logger.getMethod());
260 assertEquals("endElement", logger.getMethod());
274 assertEquals("characters", logger.getMethod());
288 assertEquals("ignorableWhitespace", logger.getMethod());
    [all...]
XMLFilterImplTest.java 195 assertEquals("parse", logger.getMethod());
221 assertEquals("parse", logger.getMethod());
279 assertEquals("notationDecl", logger.getMethod());
292 assertEquals("unparsedEntityDecl", logger.getMethod());
303 assertEquals("setDocumentLocator", logger.getMethod());
309 assertEquals("setDocumentLocator", logger.getMethod());
321 assertEquals("startDocument", logger.getMethod());
333 assertEquals("endDocument", logger.getMethod());
345 assertEquals("startPrefixMapping", logger.getMethod());
358 assertEquals("endPrefixMapping", logger.getMethod());
    [all...]
  /external/mockito/src/org/mockito/internal/invocation/
InvocationMatcher.java 43 public Method getMethod() {
44 return invocation.getMethod();
78 String wantedMethodName = getMethod().getName();
79 String currentMethodName = candidate.getMethod().getName();
98 Method m1 = invocation.getMethod();
99 Method m2 = candidate.getMethod();
145 && invocation.getMethod().isVarArgs();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
AppCompatActionBar.java 90 Method setTitle = getMethod(mWindowActionBarClass, "setTitle", CharSequence.class);
98 Method setSubtitle = getMethod(mWindowActionBarClass, "setSubtitle", CharSequence.class);
107 if (((Boolean) invoke(getMethod(mWindowActionBarClass, "hasIcon"), mWindowDecorActionBar)
111 Method setIcon = getMethod(mWindowActionBarClass, "setIcon", Drawable.class);
121 Method setHomeAsUp = getMethod(mWindowActionBarClass,
134 private static Method getMethod(Class<?> owner, String name, Class<?>... parameterTypes) {
136 return owner == null ? null : owner.getMethod(name, parameterTypes);
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
RootFinder.java 44 Method getMethod = clazz.getMethod(instanceMethod);
45 windowManagerObj = getMethod.invoke(null);

Completed in 4368 milliseconds

12 3 4 5 6 7 8 91011>>