// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.jni_zero;
// This file is autogenerated by
// third_party/jni_zero/jni_registration_generator.py
// Please do not change its content.
public class GEN_JNI {
public static final boolean TESTING_ENABLED = false;
public static final boolean REQUIRE_MOCK = false;
public static boolean org_jni_1zero_TinySample_bar(int a, Object b) {
throw new RuntimeException("Stub - not implemented!");
}
public static void org_jni_1zero_TinySample_foo(Object a, int b) {
throw new RuntimeException("Stub - not implemented!");
}
}