Lines Matching refs:generated
117 AIDL-generated interfaces.</p>
132 list or one of the other AIDL-generated interfaces or parcelables you've declared. A {@link
136 java.util.ArrayList}, although the method is generated to use the {@link
141 list or one of the other AIDL-generated interfaces or parcelables you've declared. Generic maps,
144 receives is always a {@link java.util.HashMap}, although the method is generated to
160 <li>All code comments included in the {@code .aidl} file are included in the generated {@link
189 project's {@code gen/} directory. The generated file name matches the {@code .aidl} file name, but
197 link against the generated class.</p>
203 named after your {@code .aidl} file. The generated interface includes a subclass named {@code Stub}
214 <p>To implement the interface generated from the {@code .aidl}, extend the generated {@link
255 the generated {@code Stub} (as discussed in the previous section). Here's an example
431 <li>Declare an instance of the {@link android.os.IBinder} interface (generated based on the