Home | History | Annotate | Download | only in multidexlegacytestapp
      1 /*
      2  * Copyright (C) 2014 The Android Open Source Project
      3  *
      4  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
      5  * use this file except in compliance with the License. You may obtain a copy of
      6  * the License at
      7  *
      8  * http://www.apache.org/licenses/LICENSE-2.0
      9  *
     10  * Unless required by applicable law or agreed to in writing, software
     11  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
     12  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
     13  * License for the specific language governing permissions and limitations under
     14  * the License.
     15  */
     16 package com.android.multidexlegacytestapp;
     17 
     18 public class IntermediateClass {
     19 
     20     public static int get() {
     21         return new com.android.multidexlegacytestapp.manymethods.Big045().get45()
     22                 + new com.android.multidexlegacytestapp.manymethods.Big046().get46()
     23                 + new com.android.multidexlegacytestapp.manymethods.Big047().get47()
     24                 + new com.android.multidexlegacytestapp.manymethods.Big048().get48()
     25                 + new com.android.multidexlegacytestapp.manymethods.Big049().get49()
     26                 + new com.android.multidexlegacytestapp.manymethods.Big050().get50()
     27                 + new com.android.multidexlegacytestapp.manymethods.Big051().get51()
     28                 + new com.android.multidexlegacytestapp.manymethods.Big052().get52()
     29                 + new com.android.multidexlegacytestapp.manymethods.Big053().get53()
     30                 + new com.android.multidexlegacytestapp.manymethods.Big054().get54()
     31                 + new com.android.multidexlegacytestapp.manymethods.Big055().get55()
     32                 + new com.android.multidexlegacytestapp.manymethods.Big056().get56()
     33                 + new com.android.multidexlegacytestapp.manymethods.Big057().get57()
     34                 + new com.android.multidexlegacytestapp.manymethods.Big058().get58()
     35                 + new com.android.multidexlegacytestapp.manymethods.Big059().get59()
     36                 + new com.android.multidexlegacytestapp.manymethods.Big060().get60()
     37                 + new com.android.multidexlegacytestapp.manymethods.Big061().get61()
     38                 + new com.android.multidexlegacytestapp.manymethods.Big062().get62()
     39                 + new com.android.multidexlegacytestapp.manymethods.Big063().get63()
     40                 + new com.android.multidexlegacytestapp.manymethods.Big064().get64()
     41                 + new com.android.multidexlegacytestapp.manymethods.Big065().get65()
     42                 + new com.android.multidexlegacytestapp.manymethods.Big066().get66()
     43                 + new com.android.multidexlegacytestapp.manymethods.Big067().get67()
     44                 + new com.android.multidexlegacytestapp.manymethods.Big068().get68()
     45                 + new com.android.multidexlegacytestapp.manymethods.Big069().get69()
     46                 + new com.android.multidexlegacytestapp.manymethods.Big070().get70()
     47                 + new com.android.multidexlegacytestapp.manymethods.Big071().get71()
     48                 + new com.android.multidexlegacytestapp.manymethods.Big072().get72()
     49                 + new com.android.multidexlegacytestapp.manymethods.Big073().get73()
     50                 + new com.android.multidexlegacytestapp.manymethods.Big074().get74()
     51                 + new com.android.multidexlegacytestapp.manymethods.Big075().get75()
     52                 + new com.android.multidexlegacytestapp.manymethods.Big076().get76()
     53                 + new com.android.multidexlegacytestapp.manymethods.Big077().get77()
     54                 + new com.android.multidexlegacytestapp.manymethods.Big078().get78()
     55                 + new com.android.multidexlegacytestapp.manymethods.Big079().get79()
     56                 + new com.android.multidexlegacytestapp.manymethods.Big080().get80();
     57     }
     58 
     59 }
     60