Searched defs:hello (Results 1 – 2 of 2) sorted by relevance
| /build/bazel/examples/android_app/java/com/app/ | ||
| D | Jni.java | 20 public static native String hello(); in hello() method in Jni |
| D | jni.cc | 24 std::string hello = "Hello"; in Java_com_app_Jni_hello() local |