1// Copyright 2018 The Chromium Authors 2// Use of this source code is governed by a BSD-style license that can be 3// found in the LICENSE file. 4 5package org.jni_zero; 6 7// This file is autogenerated by 8// third_party/jni_zero/jni_registration_generator.py 9// Please do not change its content. 10 11public class GEN_JNI { 12 public static final boolean TESTING_ENABLED = false; 13 public static final boolean REQUIRE_MOCK = false; 14 15 16 17 public static boolean org_jni_1zero_samples_TinySample_bar(int a) { 18 throw new RuntimeException("Stub - not implemented!"); 19 } 20 21 public static void org_jni_1zero_samples_TinySample_foo() { 22 throw new RuntimeException("Stub - not implemented!"); 23 } 24} 25