/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/java/android/os/ |
D | Trace.java | 197 public static void traceBegin(long traceTag, String methodName) { in traceBegin() 232 public static void asyncTraceBegin(long traceTag, String methodName, int cookie) { in asyncTraceBegin() 250 public static void asyncTraceEnd(long traceTag, String methodName, int cookie) { in asyncTraceEnd() 312 public static void beginAsyncSection(@NonNull String methodName, int cookie) { in beginAsyncSection() 324 public static void endAsyncSection(@NonNull String methodName, int cookie) { in endAsyncSection()
|
/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/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/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | StubExceptionMethodAdapter.java | 35 public StubExceptionMethodAdapter(@NotNull MethodVisitor mv, @NotNull String methodName, in StubExceptionMethodAdapter()
|
D | ClassHasNativeVisitor.java | 44 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { in setHasNativeMethods()
|
/frameworks/base/tests/utils/testutils/java/com/android/test/filters/ |
D | SelectTest.java | 238 boolean accept(String className, @Nullable String methodName) { in accept() 274 final String methodName = getMethodName(selectTestArg); in add() local 303 boolean accept(String className, @Nullable String methodName) { in accept()
|
/frameworks/base/tools/stats_log_api_gen/ |
D | native_writer_q.cpp | 189 void write_native_stats_write_methods_q(FILE* out, const string& methodName, const Atoms& atoms, in write_native_stats_write_methods_q() 206 void write_native_stats_write_non_chained_methods_q(FILE* out, const string& methodName, in write_native_stats_write_non_chained_methods_q()
|
D | utils.cpp | 207 void write_native_method_signature(FILE* out, const string& methodName, in write_native_method_signature() 240 void write_native_method_call(FILE* out, const string& methodName, in write_native_method_call()
|
D | native_writer.cpp | 203 const string& methodName, in write_native_method_header()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 810 String methodName; in pairOrAcceptPair() local 877 String methodName = String.format("unpair(device=%s)", device); in unpair() local 951 String methodName) { in connectProfile() 1034 String methodName) { in disconnectProfile() 1140 String methodName; in connectPanOrIncomingPanConnection() local 1245 String methodName; in disconnectFromRemoteOrVerifyConnectNap() local 1346 String methodName; in startStopSco() local 1427 String methodName = "getUnreadMessage"; in mceGetUnreadMessage() local 1469 String methodName = "setMessageStatus"; in mceSetMessageStatus() local
|
/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/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/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/app/role/ |
D | RoleControllerService.java | 134 private void enforceCallerSystemUid(@NonNull String methodName) { in onBind()
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
D | TestMethod.java | 44 public TestMethod(String methodName, Class<? extends TestCase> enclosingClass) { in TestMethod()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 340 public String methodName; field in RemoteViews.MethodKey 359 public void set(Class targetClass, Class paramClass, String methodName) { in set() 920 private MethodHandle getMethod(View view, String methodName, Class<?> paramType, in getMethod() 1196 String methodName; field in RemoteViews.BitmapReflectionAction 1198 BitmapReflectionAction(int viewId, String methodName, Bitmap bitmap) { in BitmapReflectionAction() 1262 String methodName; field in RemoteViews.ReflectionAction 1267 ReflectionAction(int viewId, String methodName, int type, Object value) { in ReflectionAction()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_power_PowerManagerService.cpp | 81 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() 328 #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/base/core/java/android/bluetooth/ |
D | BluetoothHearingAid.java | 583 private void verifyDeviceNotNull(BluetoothDevice device, String methodName) { in verifyDeviceNotNull()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureManagerService.java | 457 private void assertCalledByServiceLocked(@NonNull String methodName) { in assertCalledByServiceLocked() 464 private boolean isCalledByServiceLocked(@NonNull String methodName) { in isCalledByServiceLocked()
|