1// 2// This file was generated by //third_party/jni_zero/jni_zero.py 3// 4 5package org.jni_zero; 6 7public class GEN_JNI { 8 public static boolean org_jni_1zero_TinySample_bar(int a, Object b) { 9 throw new RuntimeException("Native method not present"); 10 } 11 public static void org_jni_1zero_TinySample_foo(Object a, int b) { 12 throw new RuntimeException("Native method not present"); 13 } 14} 15