1185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel/*
2185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel * Copyright (C) 2014 The Android Open Source Project
3185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel *
4185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel * Licensed under the Apache License, Version 2.0 (the "License"); you may not
5185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel * use this file except in compliance with the License. You may obtain a copy of
6185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel * the License at
7185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel *
8185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel * http://www.apache.org/licenses/LICENSE-2.0
9185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel *
10185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel * Unless required by applicable law or agreed to in writing, software
11185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel * License for the specific language governing permissions and limitations under
14185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel * the License.
15185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel */
16185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Rousselpackage com.android.multidexlegacytestapp;
17185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel
18185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Rousselpublic class IntermediateClass {
19185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel
20185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel    public static int get() {
21185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel        return new com.android.multidexlegacytestapp.manymethods.Big045().get45()
22185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big046().get46()
23185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big047().get47()
24185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big048().get48()
25185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big049().get49()
26185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big050().get50()
27185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big051().get51()
28185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big052().get52()
29185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big053().get53()
30185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big054().get54()
31185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big055().get55()
32185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big056().get56()
33185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big057().get57()
34185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big058().get58()
35185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big059().get59()
36185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big060().get60()
37185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big061().get61()
38185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big062().get62()
39185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big063().get63()
40185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big064().get64()
41185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big065().get65()
42185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big066().get66()
43185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big067().get67()
44185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big068().get68()
45185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big069().get69()
46185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big070().get70()
47185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big071().get71()
48185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big072().get72()
49185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big073().get73()
50185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big074().get74()
51185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big075().get75()
52185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big076().get76()
53185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big077().get77()
54185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big078().get78()
55185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big079().get79()
56185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel                + new com.android.multidexlegacytestapp.manymethods.Big080().get80();
57185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel    }
58185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel
59185a7e38bc58abd341445ef9acdec9a4722a6946Yohann Roussel}
60