Home
last modified time | relevance | path

Searched refs:Local (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/binder_ndk/src/android/binder/cts/
DNdkBinderTest.java37 InstrumentationRegistry.getTargetContext(), NativeService.Local.class) in getLocalNativeService()
42 InstrumentationRegistry.getTargetContext(), JavaService.Local.class) in getLocalJavaService()
DJavaService.java31 public static class Local extends JavaService {} class in JavaService
DNativeService.java41 public static class Local extends NativeService {} class in NativeService
DJavaClientTest.java79 {NativeService.Local.class, "CPP", false /*shouldBeRemote*/, false /*shouldBeOld*/}, in data()
80 {JavaService.Local.class, "JAVA", false /*shouldBeRemote*/, false /*shouldBeOld*/}, in data()