xref: /aosp_15_r20/art/test/972-default-imt-collision/smali/Iface2.smali (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard Worker# /*
2*795d594fSAndroid Build Coastguard Worker#  * Copyright (C) 2016 The Android Open Source Project
3*795d594fSAndroid Build Coastguard Worker#  *
4*795d594fSAndroid Build Coastguard Worker#  * Licensed under the Apache License, Version 2.0 (the "License");
5*795d594fSAndroid Build Coastguard Worker#  * you may not use this file except in compliance with the License.
6*795d594fSAndroid Build Coastguard Worker#  * You may obtain a copy of the License at
7*795d594fSAndroid Build Coastguard Worker#  *
8*795d594fSAndroid Build Coastguard Worker#  *      http://www.apache.org/licenses/LICENSE-2.0
9*795d594fSAndroid Build Coastguard Worker#  *
10*795d594fSAndroid Build Coastguard Worker#  * Unless required by applicable law or agreed to in writing, software
11*795d594fSAndroid Build Coastguard Worker#  * distributed under the License is distributed on an "AS IS" BASIS,
12*795d594fSAndroid Build Coastguard Worker#  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*795d594fSAndroid Build Coastguard Worker#  * See the License for the specific language governing permissions and
14*795d594fSAndroid Build Coastguard Worker#  * limitations under the License.
15*795d594fSAndroid Build Coastguard Worker#  */
16*795d594fSAndroid Build Coastguard Worker#
17*795d594fSAndroid Build Coastguard Worker# public interface Iface2 {
18*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod0();
19*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod1();
20*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod2();
21*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod3();
22*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod4();
23*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod5();
24*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod6();
25*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod7();
26*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod8();
27*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod9();
28*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod10();
29*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod11();
30*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod12();
31*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod13();
32*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod14();
33*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod15();
34*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod16();
35*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod17();
36*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod18();
37*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod19();
38*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod20();
39*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod21();
40*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod22();
41*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod23();
42*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod24();
43*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod25();
44*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod26();
45*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod27();
46*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod28();
47*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod29();
48*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod30();
49*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod31();
50*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod32();
51*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod33();
52*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod34();
53*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod35();
54*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod36();
55*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod37();
56*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod38();
57*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod39();
58*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod40();
59*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod41();
60*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod42();
61*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod43();
62*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod44();
63*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod45();
64*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod46();
65*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod47();
66*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod48();
67*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod49();
68*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod50();
69*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod51();
70*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod52();
71*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod53();
72*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod54();
73*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod55();
74*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod56();
75*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod57();
76*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod58();
77*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod59();
78*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod60();
79*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod61();
80*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod62();
81*795d594fSAndroid Build Coastguard Worker#    public void notImplementedMethod63();
82*795d594fSAndroid Build Coastguard Worker# }
83*795d594fSAndroid Build Coastguard Worker
84*795d594fSAndroid Build Coastguard Worker.class public abstract interface LIface2;
85*795d594fSAndroid Build Coastguard Worker.super Ljava/lang/Object;
86*795d594fSAndroid Build Coastguard Worker
87*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod0()V
88*795d594fSAndroid Build Coastguard Worker.end method
89*795d594fSAndroid Build Coastguard Worker
90*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod1()V
91*795d594fSAndroid Build Coastguard Worker.end method
92*795d594fSAndroid Build Coastguard Worker
93*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod2()V
94*795d594fSAndroid Build Coastguard Worker.end method
95*795d594fSAndroid Build Coastguard Worker
96*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod3()V
97*795d594fSAndroid Build Coastguard Worker.end method
98*795d594fSAndroid Build Coastguard Worker
99*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod4()V
100*795d594fSAndroid Build Coastguard Worker.end method
101*795d594fSAndroid Build Coastguard Worker
102*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod5()V
103*795d594fSAndroid Build Coastguard Worker.end method
104*795d594fSAndroid Build Coastguard Worker
105*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod6()V
106*795d594fSAndroid Build Coastguard Worker.end method
107*795d594fSAndroid Build Coastguard Worker
108*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod7()V
109*795d594fSAndroid Build Coastguard Worker.end method
110*795d594fSAndroid Build Coastguard Worker
111*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod8()V
112*795d594fSAndroid Build Coastguard Worker.end method
113*795d594fSAndroid Build Coastguard Worker
114*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod9()V
115*795d594fSAndroid Build Coastguard Worker.end method
116*795d594fSAndroid Build Coastguard Worker
117*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod10()V
118*795d594fSAndroid Build Coastguard Worker.end method
119*795d594fSAndroid Build Coastguard Worker
120*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod11()V
121*795d594fSAndroid Build Coastguard Worker.end method
122*795d594fSAndroid Build Coastguard Worker
123*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod12()V
124*795d594fSAndroid Build Coastguard Worker.end method
125*795d594fSAndroid Build Coastguard Worker
126*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod13()V
127*795d594fSAndroid Build Coastguard Worker.end method
128*795d594fSAndroid Build Coastguard Worker
129*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod14()V
130*795d594fSAndroid Build Coastguard Worker.end method
131*795d594fSAndroid Build Coastguard Worker
132*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod15()V
133*795d594fSAndroid Build Coastguard Worker.end method
134*795d594fSAndroid Build Coastguard Worker
135*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod16()V
136*795d594fSAndroid Build Coastguard Worker.end method
137*795d594fSAndroid Build Coastguard Worker
138*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod17()V
139*795d594fSAndroid Build Coastguard Worker.end method
140*795d594fSAndroid Build Coastguard Worker
141*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod18()V
142*795d594fSAndroid Build Coastguard Worker.end method
143*795d594fSAndroid Build Coastguard Worker
144*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod19()V
145*795d594fSAndroid Build Coastguard Worker.end method
146*795d594fSAndroid Build Coastguard Worker
147*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod20()V
148*795d594fSAndroid Build Coastguard Worker.end method
149*795d594fSAndroid Build Coastguard Worker
150*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod21()V
151*795d594fSAndroid Build Coastguard Worker.end method
152*795d594fSAndroid Build Coastguard Worker
153*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod22()V
154*795d594fSAndroid Build Coastguard Worker.end method
155*795d594fSAndroid Build Coastguard Worker
156*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod23()V
157*795d594fSAndroid Build Coastguard Worker.end method
158*795d594fSAndroid Build Coastguard Worker
159*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod24()V
160*795d594fSAndroid Build Coastguard Worker.end method
161*795d594fSAndroid Build Coastguard Worker
162*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod25()V
163*795d594fSAndroid Build Coastguard Worker.end method
164*795d594fSAndroid Build Coastguard Worker
165*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod26()V
166*795d594fSAndroid Build Coastguard Worker.end method
167*795d594fSAndroid Build Coastguard Worker
168*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod27()V
169*795d594fSAndroid Build Coastguard Worker.end method
170*795d594fSAndroid Build Coastguard Worker
171*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod28()V
172*795d594fSAndroid Build Coastguard Worker.end method
173*795d594fSAndroid Build Coastguard Worker
174*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod29()V
175*795d594fSAndroid Build Coastguard Worker.end method
176*795d594fSAndroid Build Coastguard Worker
177*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod30()V
178*795d594fSAndroid Build Coastguard Worker.end method
179*795d594fSAndroid Build Coastguard Worker
180*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod31()V
181*795d594fSAndroid Build Coastguard Worker.end method
182*795d594fSAndroid Build Coastguard Worker
183*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod32()V
184*795d594fSAndroid Build Coastguard Worker.end method
185*795d594fSAndroid Build Coastguard Worker
186*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod33()V
187*795d594fSAndroid Build Coastguard Worker.end method
188*795d594fSAndroid Build Coastguard Worker
189*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod34()V
190*795d594fSAndroid Build Coastguard Worker.end method
191*795d594fSAndroid Build Coastguard Worker
192*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod35()V
193*795d594fSAndroid Build Coastguard Worker.end method
194*795d594fSAndroid Build Coastguard Worker
195*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod36()V
196*795d594fSAndroid Build Coastguard Worker.end method
197*795d594fSAndroid Build Coastguard Worker
198*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod37()V
199*795d594fSAndroid Build Coastguard Worker.end method
200*795d594fSAndroid Build Coastguard Worker
201*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod38()V
202*795d594fSAndroid Build Coastguard Worker.end method
203*795d594fSAndroid Build Coastguard Worker
204*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod39()V
205*795d594fSAndroid Build Coastguard Worker.end method
206*795d594fSAndroid Build Coastguard Worker
207*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod40()V
208*795d594fSAndroid Build Coastguard Worker.end method
209*795d594fSAndroid Build Coastguard Worker
210*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod41()V
211*795d594fSAndroid Build Coastguard Worker.end method
212*795d594fSAndroid Build Coastguard Worker
213*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod42()V
214*795d594fSAndroid Build Coastguard Worker.end method
215*795d594fSAndroid Build Coastguard Worker
216*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod43()V
217*795d594fSAndroid Build Coastguard Worker.end method
218*795d594fSAndroid Build Coastguard Worker
219*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod44()V
220*795d594fSAndroid Build Coastguard Worker.end method
221*795d594fSAndroid Build Coastguard Worker
222*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod45()V
223*795d594fSAndroid Build Coastguard Worker.end method
224*795d594fSAndroid Build Coastguard Worker
225*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod46()V
226*795d594fSAndroid Build Coastguard Worker.end method
227*795d594fSAndroid Build Coastguard Worker
228*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod47()V
229*795d594fSAndroid Build Coastguard Worker.end method
230*795d594fSAndroid Build Coastguard Worker
231*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod48()V
232*795d594fSAndroid Build Coastguard Worker.end method
233*795d594fSAndroid Build Coastguard Worker
234*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod49()V
235*795d594fSAndroid Build Coastguard Worker.end method
236*795d594fSAndroid Build Coastguard Worker
237*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod50()V
238*795d594fSAndroid Build Coastguard Worker.end method
239*795d594fSAndroid Build Coastguard Worker
240*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod51()V
241*795d594fSAndroid Build Coastguard Worker.end method
242*795d594fSAndroid Build Coastguard Worker
243*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod52()V
244*795d594fSAndroid Build Coastguard Worker.end method
245*795d594fSAndroid Build Coastguard Worker
246*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod53()V
247*795d594fSAndroid Build Coastguard Worker.end method
248*795d594fSAndroid Build Coastguard Worker
249*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod54()V
250*795d594fSAndroid Build Coastguard Worker.end method
251*795d594fSAndroid Build Coastguard Worker
252*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod55()V
253*795d594fSAndroid Build Coastguard Worker.end method
254*795d594fSAndroid Build Coastguard Worker
255*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod56()V
256*795d594fSAndroid Build Coastguard Worker.end method
257*795d594fSAndroid Build Coastguard Worker
258*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod57()V
259*795d594fSAndroid Build Coastguard Worker.end method
260*795d594fSAndroid Build Coastguard Worker
261*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod58()V
262*795d594fSAndroid Build Coastguard Worker.end method
263*795d594fSAndroid Build Coastguard Worker
264*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod59()V
265*795d594fSAndroid Build Coastguard Worker.end method
266*795d594fSAndroid Build Coastguard Worker
267*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod60()V
268*795d594fSAndroid Build Coastguard Worker.end method
269*795d594fSAndroid Build Coastguard Worker
270*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod61()V
271*795d594fSAndroid Build Coastguard Worker.end method
272*795d594fSAndroid Build Coastguard Worker
273*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod62()V
274*795d594fSAndroid Build Coastguard Worker.end method
275*795d594fSAndroid Build Coastguard Worker
276*795d594fSAndroid Build Coastguard Worker.method public abstract notImplementedMethod63()V
277*795d594fSAndroid Build Coastguard Worker.end method
278