• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 J;
6
7// This file is autogenerated by
8//     base/android/jni_generator/jni_registration_generator.py
9// Please do not change its content.
10
11public class N {
12
13
14      public static native Class resolve_for_class(long switch_num);
15      public static native Class[] resolve_for_class_array(long switch_num);
16      public static native Object resolve_for_object(long switch_num);
17      public static native Object resolve_for_object_O(long switch_num, Object object_param1);
18      public static native Object[] resolve_for_object_array(long switch_num);
19      public static native Object[] resolve_for_object_array_OA(long switch_num, Object[] object_array_param1);
20      public static native String resolve_for_string(long switch_num);
21      public static native String resolve_for_string_R(long switch_num, String string_param1);
22      public static native String[] resolve_for_string_array(long switch_num);
23      public static native String[] resolve_for_string_array_RA(long switch_num, String[] string_array_param1);
24      public static native Throwable resolve_for_throwable(long switch_num);
25      public static native Throwable[] resolve_for_throwable_array(long switch_num);
26      public static native boolean resolve_for_boolean(long switch_num);
27      public static native int[] resolve_for_int_array_IIAJJASSACCABBADDAFFAZZA(long switch_num, int int_param1, int[] int_array_param1, long long_param1, long[] long_array_param1, short short_param1, short[] short_array_param1, char char_param1, char[] char_array_param1, byte byte_param1, byte[] byte_array_param1, double double_param1, double[] double_array_param1, float float_param1, float[] float_array_param1, boolean boolean_param1, boolean[] boolean_array_param1);
28      public static native void resolve_for_void(long switch_num);
29      public static native void resolve_for_void_LLATTARRAOOAOOA(long switch_num, Class class_param1, Class[] class_array_param1, Throwable throwable_param1, Throwable[] throwable_array_param1, String string_param1, String[] string_array_param1, Object object_param1, Object[] object_array_param1, Object object_param2, Object[] object_array_param2);
30}
31