chromium/third_party/jni_zero/test/golden/testPackagePrefixWithManualRegistration-Final-GEN_JNI.java.golden

// 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 this.is.a.package.prefix.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;


      // Hashed name: Java_J_N_M6zE1ofi
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_bar(Object sample);
      // Hashed name: Java_J_N_MKW06IKB
    public static native void this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_foo();
      // Hashed name: Java_J_N_Mh9RSlnn
    public static native boolean this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_hasPhalange();
      // Hashed name: Java_J_N_M5NcWmhA
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnClass();
      // Hashed name: Java_J_N_M$EEymCX
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnClasses();
      // Hashed name: Java_J_N_Muqa$3wC
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnConvertedAppObjects(Class __arrayClazz);
      // Hashed name: Java_J_N_Mfi3Z8u7
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnConvertedInts();
      // Hashed name: Java_J_N_MtTvCTtu
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnConvertedString();
      // Hashed name: Java_J_N_MJOq1186
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnConvertedStrings();
      // Hashed name: Java_J_N_McVHjA4P
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnObject();
      // Hashed name: Java_J_N_MJYxRKSI
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnObjects();
      // Hashed name: Java_J_N_MQC2SQ1M
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnString();
      // Hashed name: Java_J_N_M78FHdkG
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnStrings();
      // Hashed name: Java_J_N_MXyTtXdi
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnStruct();
      // Hashed name: Java_J_N_M$2EuNt4
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnStructs();
      // Hashed name: Java_J_N_MXtSG9x7
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnThrowable();
      // Hashed name: Java_J_N_MJglTojO
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnThrowables();
      // Hashed name: Java_J_N_MOHBXcmk
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_revString(Object stringToReverse);
      // Hashed name: Java_J_N_MgJ2ddya
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_sendSamplesToNative(Object strs);
      // Hashed name: Java_J_N_MVsHG97A
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_sendToNative(Object strs);
      // Hashed name: Java_J_N_MtvkX0TV
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_testAllPrimitives(int zint, Object ints, long zlong, Object longs, short zshort, Object shorts, char zchar, Object chars, byte zbyte, Object bytes, double zdouble, Object doubles, float zfloat, Object floats, boolean zbool, Object bools);
      // Hashed name: Java_J_N_MI36SGcd
    public static native void this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_testSpecialTypes(Object clazz, Object classes, Object throwable, Object throwables, Object string, Object strings, Object convertedString, Object convertedStrings, Object optionalString, Object tStruct, Object structs, Object obj, Object convertedObj, Object objects, Object nestedInterface, Object view, Object context, Object convertedObjects);
}