chromium/third_party/jni_zero/test/golden/testPriorityRegistration-Final-N.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 J;

// This file is autogenerated by
//     third_party/jni_zero/jni_registration_generator.py
// Please do not change its content.

public class N {
    public static final long WHOLE_HASH = -7874644414477415950L;
    public static final long PRIORITY_HASH = 4439870226107528323L;


    public static native Object _O_O(int switch_num, Object object_param1);
    public static native Object _O_OO(int switch_num, Object object_param1, Object object_param2);
    public static native boolean _Z_IO(int switch_num, int int_param1, Object object_param1);
    public static native boolean _Z_O(int switch_num, Object object_param1);
    public static native int _I_I(int switch_num, int int_param1);
    public static native int _I_OO(int switch_num, Object object_param1, Object object_param2);
    public static native void _V(int switch_num);
    public static native void _V_IO(int switch_num, int int_param1, Object object_param1);
    public static native void _V_OO(int switch_num, Object object_param1, Object object_param2);
}