Home
last modified time | relevance | path

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

123

/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/
DStubMethodAdapterTest.java46 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()
DClassHasNativeVisitorTest.java70 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { in setHasNativeMethods()
/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/layoutlib/bridge/src/android/animation/
DPropertyValuesHolder_Delegate.java64 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/
DTrace.java197 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/
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()
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()
Dandroid_media_RemoteDisplay.cpp101 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
/frameworks/base/cmds/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/layoutlib/create/src/com/android/tools/layoutlib/create/
DStubExceptionMethodAdapter.java35 public StubExceptionMethodAdapter(@NotNull MethodVisitor mv, @NotNull String methodName, in StubExceptionMethodAdapter()
DClassHasNativeVisitor.java44 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { in setHasNativeMethods()
/frameworks/base/tests/utils/testutils/java/com/android/test/filters/
DSelectTest.java238 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/
Dnative_writer_q.cpp189 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()
Dutils.cpp207 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()
Dnative_writer.cpp203 const string& methodName, in write_native_method_header()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java810 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/
DTestPredicatesTest.java44 private boolean hasExampleAnnotation(Class<? extends TestCase> aClass, String methodName) in hasExampleAnnotation()
/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java698 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/
DMainActivityTest.java41 … private Object invokeMethod(Class targetClass, Object target, String methodName, Object... params) in invokeMethod()
/frameworks/base/core/java/android/app/role/
DRoleControllerService.java134 private void enforceCallerSystemUid(@NonNull String methodName) { in onBind()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestMethod.java44 public TestMethod(String methodName, Class<? extends TestCase> enclosingClass) { in TestMethod()
/frameworks/base/core/java/android/widget/
DRemoteViews.java340 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/
Dcom_android_server_power_PowerManagerService.cpp81 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
328 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
Dcom_android_server_UsbHostManager.cpp48 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
/frameworks/base/core/java/android/bluetooth/
DBluetoothHearingAid.java583 private void verifyDeviceNotNull(BluetoothDevice device, String methodName) { in verifyDeviceNotNull()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java457 private void assertCalledByServiceLocked(@NonNull String methodName) { in assertCalledByServiceLocked()
464 private boolean isCalledByServiceLocked(@NonNull String methodName) { in isCalledByServiceLocked()

123