HomeSort by relevance Sort by last modified time
    Searched refs:stringFromJNI (Results 1 - 2 of 2) sorted by null

  /development/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java 19 tv.setText( stringFromJNI() );
27 public native String stringFromJNI();
  /development/ndk/samples/hello-jni/src/com/example/hellojni/
HelloJni.java 36 tv.setText( stringFromJNI() );
44 public native String stringFromJNI();

Completed in 161 milliseconds