Home
last modified time | relevance | path

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

12

/aosp_15_r20/libcore/support/src/test/java/tests/resources/
HDhyts_security.jarMETA-INF/MANIFEST.MF packA/SecurityTest.class SecurityTest.java package packA public packA ...
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandlesTest.java575 private String privateMethod() { return "privateMethod"; } in privateMethod() method in MethodHandlesTest.BarImpl
741 private String privateMethod() { in privateMethod() method in MethodHandlesTest.UnreflectTester
780 Method privateMethod = UnreflectTester.class.getDeclaredMethod("privateMethod"); in testUnreflects_privateMethods() local
2111 private void privateMethod() {} in privateMethod() method in MethodHandlesTest
/aosp_15_r20/art/test/956-methodhandles/src/
H A DMain.java270 private String privateMethod() { return "privateMethod"; } in privateMethod() method in Main.BarImpl
434 private String privateMethod() { in privateMethod() method in Main.UnreflectTester
464 Method privateMethod = UnreflectTester.class.getDeclaredMethod("privateMethod"); in testUnreflects() local
/aosp_15_r20/art/test/857-default-access/src/
H A DA.java19 public static void privateMethod() {} in privateMethod() method in A
/aosp_15_r20/art/test/857-default-access/src2/
H A DA.java18 private static void privateMethod() {} in privateMethod() method in A
/aosp_15_r20/art/test/434-invoke-direct/src/
H A DInvokeDirectSuper.java20 private int privateMethod() { in privateMethod() method in InvokeDirectSuper
/aosp_15_r20/cts/tests/signature/tests/src/android/signature/cts/tests/data/
H A DPrivateClass.java23 public void privateMethod() { in privateMethod() method in PrivateClass
H A DSystemApiClass.java57 public void privateMethod() { in privateMethod() method in SystemApiClass
H A DPublicApiClass.java50 public void privateMethod() { in privateMethod() method in PublicApiClass
/aosp_15_r20/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/dataclass/
H A DOuterClass_Delegate.java30 public static String privateMethod(OuterClass instance) { in privateMethod() method in OuterClass_Delegate
H A DOuterClass.java73 private String privateMethod() { in privateMethod() method in OuterClass
/aosp_15_r20/art/test/600-verifier-fails/src/
H A DMain.java25 private void privateMethod() { } in privateMethod() method in Main
/aosp_15_r20/external/testng/src/test/java/test/privatemethod/
H A DPrivateMethodTest.java11 private int privateMethod() { in privateMethod() method in PrivateMethodTest
/aosp_15_r20/external/clang/test/SemaObjC/
H A Ddelay-parsing-cfunctions.m18 - (void)privateMethod { } method in MyClass
/aosp_15_r20/art/test/2280-const-method-handle-validation/src/
H A DMain.java22 private void privateMethod() {} in privateMethod() method
/aosp_15_r20/external/auto/value/src/test/java/com/google/auto/value/extension/memoized/
H A DMemoizedValidationTest.java34 public void privateMethod() { in privateMethod() method in MemoizedValidationTest
/aosp_15_r20/art/test/173-missing-field-type/src-art/
H A DMain.java65 private static void privateMethod() { in privateMethod() method in Main
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
H A DCurrentApiHelperTest.java70 Method privateMethod = mClazz.getDeclaredMethod("throwIfParentInstance", String.class); in testGetPublicApisExcludeMethods() local
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Ddelay-parsing-cfunctions.mm23 - (void)privateMethod { } method in MyClass
H A Ddelay-parsing-cplusfuncs.mm31 - (void)privateMethod { } method in MyClass
/aosp_15_r20/external/robolectric/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
H A DShadowImplementationWithIncorrectVisibility.java35 private static void privateMethod() {} in privateMethod() method in ShadowImplementationWithIncorrectVisibility
/aosp_15_r20/art/test/121-modifiers/src-java/
H A DNonInf.java39 private int privateMethod() { in privateMethod() method in NonInf
/aosp_15_r20/tools/apifinder/checks/src/test/java/com/android/apifinder/
H A DApiFinderDetectorTest.kt65 private fun privateMethod() {} in testKotlin() method
/aosp_15_r20/frameworks/base/services/tests/DynamicInstrumentationManagerServiceTests/src/com/android/server/
H A DTestClass.java27 private void privateMethod() { in privateMethod() method in TestClass
/aosp_15_r20/frameworks/base/services/tests/DynamicInstrumentationManagerServiceTests/src/com/android/server/os/instrumentation/
H A DParseMethodDescriptorTest.java75 public void privateMethod() { in privateMethod() method in ParseMethodDescriptorTest

12