Searched defs:methodName (Results 1 - 25 of 44) sorted by last modified time

12

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatViewInflater.java276 public DeclaredOnClickListener(@NonNull View hostView, @NonNull String methodName) { argument
278 mMethodName = methodName;
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DSupportMenuInflater.java244 public InflatedOnMenuItemClickListener(Object realOwner, String methodName) { argument
248 mMethod = c.getMethod(methodName, PARAM_TYPES);
251 "Couldn't resolve menu item onClick handler " + methodName +
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatTextViewAutoSizeHelper.java596 final String methodName = "nullLayouts";
597 Method method = mMethodByNameCache.get(methodName);
599 method = TextView.class.getDeclaredMethod(methodName);
603 mMethodByNameCache.put(methodName, method);
742 private <T> T invokeAndReturnWithDefault(@NonNull Object object, @NonNull String methodName, argument
749 Method method = mMethodByNameCache.get(methodName);
751 method = TextView.class.getDeclaredMethod(methodName);
755 mMethodByNameCache.put(methodName, method);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHal.java2208 SupplicantResult(String methodName) { argument
2209 mMethodName = methodName;
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DSysTrace.java99 * @param methodName The method name to appear in the trace.
102 public static void beginSectionAsync(String methodName, int cookie) { argument
104 Log.v(TAG, "beginSectionAsync " + methodName + " " + cookie);
113 * @param methodName The method name to appear in the trace.
116 public static void endSectionAsync(String methodName, int cookie) { argument
118 Log.v(TAG, "endSectionAsync " + methodName + " " + cookie);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java1289 public DummySetter(String methodName) { argument
1290 mMethodName = methodName;
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionParser.java713 public Token methodName; field in class:BindingExpressionParser.MethodInvocationContext
1330 ((MethodInvocationContext)_localctx).methodName = match(Identifier);
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/testapp/
H A DBaseDataBinderTest.java115 protected void assertMethod(Class<?> klass, String methodName) throws NoSuchMethodException { argument
116 assertEquals(klass, mBinder.getClass().getDeclaredMethod(methodName).getReturnType());
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DPropertyValuesHolder_Delegate.java64 private static long registerMethod(Class<?> targetClass, String methodName, Class[] types, argument
68 methodName, nArgs);
84 method = targetClass.getDeclaredMethod(methodName, args);
117 /*package*/ static long nGetIntMethod(Class<?> targetClass, String methodName) { argument
118 return nGetMultipleIntMethod(targetClass, methodName, 1);
122 /*package*/ static long nGetFloatMethod(Class<?> targetClass, String methodName) { argument
123 return nGetMultipleFloatMethod(targetClass, methodName, 1);
127 /*package*/ static long nGetMultipleIntMethod(Class<?> targetClass, String methodName, argument
129 return registerMethod(targetClass, methodName, INTEGER_VARIANTS, numParams);
133 /*package*/ static long nGetMultipleFloatMethod(Class<?> targetClass, String methodName, argument
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DClassHasNativeVisitor.java44 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { argument
H A DDelegateMethodAdapter.java114 * @param methodName The simple name of the method.
123 String methodName,
132 mMethodName = methodName;
119 DelegateMethodAdapter(Log log, MethodVisitor mvOriginal, MethodVisitor mvDelegate, String className, String methodName, String desc, boolean isStatic, boolean isStaticClass) argument
H A DStubMethodAdapter.java51 public StubMethodAdapter(MethodVisitor mv, String methodName, Type returnType, argument
60 if (CONSTRUCTOR.equals(methodName) || CLASS_INIT.equals(methodName)) {
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DClassHasNativeVisitorTest.java70 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { argument
72 mMethodsFound.add(methodName);
74 super.setHasNativeMethods(hasNativeMethods, methodName);
H A DDelegateClassAdapterTest.java442 public <T> T callMethod(Object instance, String methodName, boolean makePublic) throws Exception { argument
443 Method m = instance.getClass().getDeclaredMethod(methodName, (Class<?>[])null);
H A DStubMethodAdapterTest.java46 final String methodName = "returnTrue";
48 testBoolean((name, type) -> false, Assert::assertTrue, methodName);
50 testBoolean((name, type) -> methodName.equals(name) &&
51 Type.BOOLEAN_TYPE.equals(type.getReturnType()), Assert::assertFalse, methodName);
58 String methodName) throws Exception {
68 Method method = aClass.getMethod(methodName);
57 testBoolean(BiPredicate<String, Type> methodPredicate, Consumer<Boolean> assertion, String methodName) argument
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java551 String methodName) {
553 false, methodName, null);
550 resolveCallingUserId(int callingPid, int callingUid, int requestedUserId, String methodName) argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbHostManager.cpp52 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { argument
54 ALOGE("An exception was thrown by callback '%s'.", methodName);
H A Dcom_android_server_hdmi_HdmiCecController.cpp168 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { argument
170 ALOGE("An exception was thrown by callback '%s'.", methodName);
332 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \
333 var = env->GetMethodID(clazz, methodName, methodDescriptor); \
334 LOG_FATAL_IF(! (var), "Unable to find method " methodName);
H A Dcom_android_server_input_InputManagerService.cpp299 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
361 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { argument
363 ALOGE("An exception was thrown by callback '%s'.", methodName);
1636 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \
1637 var = env->GetMethodID(clazz, methodName, methodDescriptor); \
1638 LOG_FATAL_IF(! (var), "Unable to find method " methodName);
H A Dcom_android_server_location_GnssLocationProvider.cpp242 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { argument
244 ALOGE("An exception was thrown by callback '%s'.", methodName);
H A Dcom_android_server_power_PowerManagerService.cpp69 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { argument
71 ALOGE("An exception was thrown by callback '%s'.", methodName);
217 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \
218 var = env->GetMethodID(clazz, methodName, methodDescriptor); \
219 LOG_FATAL_IF(! (var), "Unable to find method " methodName);
/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java354 private void notifySessionCompleteListeners(String methodName, long sessionTimeMs) { argument
356 l.sessionComplete(methodName, sessionTimeMs);

Completed in 375 milliseconds

12