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 = true; 13 public static final boolean REQUIRE_MOCK = false; 14 15 16 // Hashed name: Java_J_N_MJBQZphH 17 public static native boolean org_jni_1zero_samples_TinySample_bar(int a); 18 // Hashed name: Java_J_N_MvusOBfA 19 public static native void org_jni_1zero_samples_TinySample_foo(); 20} 21