1bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel/*
2bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel * Copyright (C) 2014 The Android Open Source Project
3bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel *
4bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel * Licensed under the Apache License, Version 2.0 (the "License");
5bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel * you may not use this file except in compliance with the License.
6bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel * You may obtain a copy of the License at
7bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel *
8bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel *      http://www.apache.org/licenses/LICENSE-2.0
9bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel *
10bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel * Unless required by applicable law or agreed to in writing, software
11bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel * distributed under the License is distributed on an "AS IS" BASIS,
12bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel * See the License for the specific language governing permissions and
14bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel * limitations under the License.
15bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel */
16bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel
17bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann RousselmultidexInstanciable:
18bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel  @@com.android.jack.annotations.MultiDexInstaller
19bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel  class *
20bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel    is {
21bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      public
22bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel    }
23bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel    extends {
24bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel        class android.app.Instrumentation
25bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      | class android.app.Activity
26bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      | class android.app.Service
27bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      | class android.content.ContentProvider
28bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      | class android.content.BroadcastReceiver
29bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      | class android.app.backup.BackupAgent
30bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      | class android.app.Application
31bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel    }
32bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel    do {
33bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      @@com.android.jack.annotations.MultiDexInstaller
34bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      method void <init>();
35bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel    }
36bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel
37bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann RousselmultidexInstaller:
38bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel  class *
39bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel    is {
40bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      public
41bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel    }
42bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel    extends {
43bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      class android.app.Application
44bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel    }
45bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel    do {
46bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      @@com.android.jack.annotations.MultiDexInstaller
47bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      method void attachBaseContext(class android.content.Context)
48bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel      ;
49bec7f278895a0f9cfd77fd86cb795b66ffe96149Yohann Roussel    }
50