Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/android/animation/
DPropertyValuesHolder_Delegate.java39 /*package*/ static int nGetIntMethod(Class<?> targetClass, String methodName) { in nGetIntMethod()
45 /*package*/ static int nGetFloatMethod(Class<?> targetClass, String methodName) { in nGetFloatMethod()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DSysTrace.java102 public static void beginSectionAsync(String methodName, int cookie) { in beginSectionAsync()
116 public static void endSectionAsync(String methodName, int cookie) { in endSectionAsync()
/frameworks/base/core/jni/
Dandroid_animation_PropertyValuesHolder.cpp33 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName) in android_animation_PropertyValuesHolder_getIntMethod()
42 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName) in android_animation_PropertyValuesHolder_getFloatMethod()
Dandroid_view_PointerIcon.cpp114 #define GET_STATIC_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
118 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
Dandroid_view_InputDevice.cpp84 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
Dandroid_view_KeyEvent.cpp126 #define GET_STATIC_METHOD_ID(var, clazz, methodName, fieldDescriptor) \ argument
130 #define GET_METHOD_ID(var, clazz, methodName, fieldDescriptor) \ argument
Dandroid_media_RemoteDisplay.cpp101 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
Dandroid_view_DisplayEventReceiver.cpp268 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
Dandroid_view_InputQueue.cpp265 #define GET_METHOD_ID(var, clazz, methodName, fieldDescriptor) \ argument
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DTestCaseCollector.java67 String methodName = null; in addTestClass() local
83 public void addTestClass(String className, String methodName) throws ClassNotFoundException { in addTestClass()
/frameworks/base/core/java/android/os/
DTrace.java198 public static void traceBegin(long traceTag, String methodName) { in traceBegin()
231 public static void asyncTraceBegin(long traceTag, String methodName, int cookie) { in asyncTraceBegin()
248 public static void asyncTraceEnd(long traceTag, String methodName, int cookie) { in asyncTraceEnd()
/frameworks/base/core/java/android/widget/
DRemoteViews.java749 private Method getMethod(View view, String methodName, Class<?> paramType) { in getMethod()
894 final String methodName; field in RemoteViews.ReflectionActionWithoutParams
898 ReflectionActionWithoutParams(int viewId, String methodName) { in ReflectionActionWithoutParams()
1008 String methodName; field in RemoteViews.BitmapReflectionAction
1010 BitmapReflectionAction(int viewId, String methodName, Bitmap bitmap) { in BitmapReflectionAction()
1075 String methodName; field in RemoteViews.ReflectionAction
1079 ReflectionAction(int viewId, String methodName, int type, Object value) { in ReflectionAction()
2197 public void setBoolean(int viewId, String methodName, boolean value) { in setBoolean()
2208 public void setByte(int viewId, String methodName, byte value) { in setByte()
2219 public void setShort(int viewId, String methodName, short value) { in setShort()
[all …]
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
DHasMethodAnnotationTest.java39 String methodName, in methodHasAnnotation()
DHasAnnotationTest.java44 private boolean hasExampleAnnotation(Class<? extends TestCase> aClass, String methodName) in hasExampleAnnotation()
/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java381 String methodName = getMethodName(prefix, mPropertyName); in getPropertyFunction() local
856 String methodName = getMethodName("set", mPropertyName); in setupSetter() local
993 String methodName = getMethodName("set", mPropertyName); in setupSetter() local
1018 native static private int nGetIntMethod(Class targetClass, String methodName); in nGetIntMethod()
1019 native static private int nGetFloatMethod(Class targetClass, String methodName); in nGetFloatMethod()
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DClassHasNativeVisitorTest.java70 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { in setHasNativeMethods()
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DAsmGenerator.java96 String methodName = signature.substring(pos + 1); in AsmGenerator() local
DClassHasNativeVisitor.java44 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { in setHasNativeMethods()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java777 String methodName; in pairOrAcceptPair() local
844 String methodName = String.format("unpair(device=%s)", device); in unpair() local
907 String methodName) { in connectProfile()
988 String methodName) { in disconnectProfile()
1092 String methodName; in connectPanOrIncomingPanConnection() local
1197 String methodName; in disconnectFromRemoteOrVerifyConnectNap() local
1298 String methodName; in startStopSco() local
/frameworks/base/services/jni/
Dcom_android_server_power_PowerManagerService.cpp66 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
214 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
Dcom_android_server_UsbDeviceManager.cpp44 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
Dcom_android_server_UsbHostManager.cpp47 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
DTestDelegates.java57 String methodName = methods[i]; in testMethodDelegates() local
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestMethod.java40 public TestMethod(String methodName, Class<? extends TestCase> enclosingClass) { in TestMethod()
/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java303 String methodName = getString(in, l); in invokeViewMethod() local

12