Searched refs:Local (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
D | NdkBinderTest.java | 37 InstrumentationRegistry.getTargetContext(), NativeService.Local.class) in getLocalNativeService() 42 InstrumentationRegistry.getTargetContext(), JavaService.Local.class) in getLocalJavaService()
|
D | JavaService.java | 31 public static class Local extends JavaService {} class in JavaService
|
D | NativeService.java | 41 public static class Local extends NativeService {} class in NativeService
|
D | JavaClientTest.java | 79 {NativeService.Local.class, "CPP", false /*shouldBeRemote*/, false /*shouldBeOld*/}, in data() 80 {JavaService.Local.class, "JAVA", false /*shouldBeRemote*/, false /*shouldBeOld*/}, in data()
|