| /frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
| D | StubMethodAdapterTest.java | 46 final String methodName = "returnTrue"; in testBoolean() local 48 testBoolean((name, type) -> false, Assert::assertTrue, methodName); in testBoolean() local 51 Type.BOOLEAN_TYPE.equals(type.getReturnType()), Assert::assertFalse, methodName); in testBoolean() local 58 String methodName) throws Exception { in testBoolean()
|
| D | ClassHasNativeVisitorTest.java | 70 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { in setHasNativeMethods()
|
| /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
| D | SysTrace.java | 102 public static void beginSectionAsync(String methodName, int cookie) { in beginSectionAsync() 116 public static void endSectionAsync(String methodName, int cookie) { in endSectionAsync()
|
| /frameworks/layoutlib/bridge/src/android/animation/ |
| D | PropertyValuesHolder_Delegate.java | 64 private static long registerMethod(Class<?> targetClass, String methodName, Class[] types, in registerMethod() 115 /*package*/ static long nGetIntMethod(Class<?> targetClass, String methodName) { in nGetIntMethod() 120 /*package*/ static long nGetFloatMethod(Class<?> targetClass, String methodName) { in nGetFloatMethod() 125 /*package*/ static long nGetMultipleIntMethod(Class<?> targetClass, String methodName, in nGetMultipleIntMethod() 131 /*package*/ static long nGetMultipleFloatMethod(Class<?> targetClass, String methodName, in nGetMultipleFloatMethod()
|
| /frameworks/base/core/jni/ |
| D | android_animation_PropertyValuesHolder.cpp | 33 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() 50 static jlong getMultiparameterMethod(JNIEnv* env, jclass targetClass, jstring methodName, in getMultiparameterMethod() 65 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName, jint parameterCount) in android_animation_PropertyValuesHolder_getMultipleFloatMethod() 71 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName, jint parameterCount) in android_animation_PropertyValuesHolder_getMultipleIntMethod()
|
| D | android_media_RemoteDisplay.cpp | 101 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
|
| /frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/ |
| D | CustomTypeConverter.kt | 35 val methodName by lazy { method.simpleName.toString() } in <lambda>() constant
|
| D | InsertionMethod.kt | 44 val methodName: String, val returnTypeName: TypeName) { constant in androidx.room.vo.InsertionMethod.Type
|
| /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
| D | TestCaseCollector.java | 67 String methodName = null; in addTestClass() local 83 public void addTestClass(String className, String methodName) throws ClassNotFoundException { in addTestClass()
|
| /frameworks/base/core/java/android/os/ |
| D | Trace.java | 232 public static void traceBegin(long traceTag, String methodName) { in traceBegin() 265 public static void asyncTraceBegin(long traceTag, String methodName, int cookie) { in asyncTraceBegin() 282 public static void asyncTraceEnd(long traceTag, String methodName, int cookie) { in asyncTraceEnd()
|
| /frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
| D | TestPredicatesTest.java | 44 private boolean hasExampleAnnotation(Class<? extends TestCase> aClass, String methodName) in hasExampleAnnotation()
|
| /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/ |
| D | AnnotationTypeUtil.java | 87 final String methodName = executableType.toString().substring(0, argStart); in getDescription() local
|
| /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
| D | BluetoothTestUtils.java | 761 String methodName; in pairOrAcceptPair() local 828 String methodName = String.format("unpair(device=%s)", device); in unpair() local 902 String methodName) { in connectProfile() 983 String methodName) { in disconnectProfile() 1087 String methodName; in connectPanOrIncomingPanConnection() local 1192 String methodName; in disconnectFromRemoteOrVerifyConnectNap() local 1293 String methodName; in startStopSco() local
|
| /frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
| D | MainActivityTest.java | 41 … private Object invokeMethod(Class targetClass, Object target, String methodName, Object... params) in invokeMethod()
|
| /frameworks/base/core/java/android/animation/ |
| D | PropertyValuesHolder.java | 698 String methodName = getMethodName(prefix, mPropertyName); in getPropertyFunction() local 1274 String methodName = getMethodName("set", mPropertyName); in setupSetter() local 1421 String methodName = getMethodName("set", mPropertyName); in setupSetter() local 1526 String methodName = getMethodName("set", mPropertyName); in setupSetter() local 1633 String methodName = getMethodName("set", mPropertyName); in setupSetter() local 1712 native static private long nGetIntMethod(Class targetClass, String methodName); in nGetIntMethod() 1713 native static private long nGetFloatMethod(Class targetClass, String methodName); in nGetFloatMethod() 1714 native static private long nGetMultipleIntMethod(Class targetClass, String methodName, in nGetMultipleIntMethod() 1716 native static private long nGetMultipleFloatMethod(Class targetClass, String methodName, in nGetMultipleFloatMethod()
|
| /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/ |
| D | AppCompatTextViewAutoSizeHelper.java | 616 final String methodName = "nullLayouts"; in setRawTextSize() local 763 @NonNull final String methodName, @NonNull final T defaultValue) { in invokeAndReturnWithDefault() 784 private Method getTextViewMethod(@NonNull final String methodName) { in getTextViewMethod()
|
| /frameworks/base/services/core/jni/ |
| D | com_android_server_power_PowerManagerService.cpp | 73 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() 259 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
|
| D | com_android_server_UsbHostManager.cpp | 48 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
|
| /frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/testapp/ |
| D | BaseDataBinderTest.java | 115 protected void assertMethod(Class<?> klass, String methodName) throws NoSuchMethodException { in assertMethod()
|
| /frameworks/base/test-runner/src/android/test/suitebuilder/ |
| D | TestMethod.java | 44 public TestMethod(String methodName, Class<? extends TestCase> enclosingClass) { in TestMethod()
|
| /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
| D | DataBinder.java | 123 String methodName = makeUnique(classNames, in writeCallbackWrappers() local
|
| /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
| D | ClassHasNativeVisitor.java | 44 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { in setHasNativeMethods()
|
| /frameworks/base/core/java/android/widget/ |
| D | RemoteViews.java | 294 public String methodName; field in RemoteViews.MethodKey 313 public void set(Class targetClass, Class paramClass, String methodName) { in set() 983 private MethodHandle getMethod(View view, String methodName, Class<?> paramType, in getMethod() 1209 String methodName; field in RemoteViews.BitmapReflectionAction 1211 BitmapReflectionAction(int viewId, String methodName, Bitmap bitmap) { in BitmapReflectionAction() 1274 String methodName; field in RemoteViews.ReflectionAction 1278 ReflectionAction(int viewId, String methodName, int type, Object value) { in ReflectionAction()
|
| /frameworks/support/lifecycle/compiler/src/main/kotlin/androidx/lifecycle/ |
| D | writer.kt | 172 val methodName = method.method.name() in writeMethodCalls() constant
|
| /frameworks/support/lifecycle/livedata-core/src/main/java/androidx/lifecycle/ |
| D | LiveData.java | 435 private static void assertMainThread(String methodName) { in assertMainThread()
|