Home
last modified time | relevance | path

Searched defs:testApi (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/testng/src/test/java/test/
H A DReporterApiTest.java14 public void testApi() { in testApi() method in ReporterApiTest
/aosp_15_r20/packages/services/Car/tests/VendorServiceReferenceApp/src/com/android/car/vendorservice/reference/
DIVendorServiceRef.aidl20 String testApi(in String input); in testApi() method
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/
H A DWellKnownTest.php117 public function testApi() function in WellKnownTest
/aosp_15_r20/external/protobuf/php/tests/
H A DWellKnownTest.php117 public function testApi() function in WellKnownTest
/aosp_15_r20/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
H A DProcessor.java714 Api testApi = new Api(method, /* isTestApi= */ true); in filterValidTestApis() local
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
H A DSplitAppTest.java252 public void testApi() throws Exception { in testApi() method in SplitAppTest
/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DSplitTests.java310 private void testApi(boolean instant) throws Exception { in testApi() method in SplitTests