• 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 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 module_GEN_JNI {
12    public static final boolean TESTING_ENABLED = false;
13    public static final boolean REQUIRE_MOCK = false;
14
15
16    public static boolean org_jni_1zero_samples_SampleModule_bar(int a) {
17        return J.module_N.MaOHChCD(a);
18    }
19
20    public static void org_jni_1zero_samples_SampleModule_foo() {
21        J.module_N.MF1ZO_It();
22    }
23}
24