Home
last modified time | relevance | path

Searched refs:staticTestApiMethod (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/SdkExtensions/java/android/os/ext/testing/
DTest.java56 public static void staticTestApiMethod() {} in staticTestApiMethod() method in Test
/aosp_15_r20/packages/modules/SdkExtensions/javatests/com/android/sdkext/extensions/apps/
DReceiver.java98 NoSuchMethodError.class, "static testapi method", () -> Test.staticTestApiMethod()); in makeCallsVersion45()