Searched refs:constructors (Results 1 – 14 of 14) sorted by relevance
79 Constructor[] constructors = testCaseClass.getConstructors(); in instantiateTest() local81 if (constructors.length == 0) { in instantiateTest()84 for (Constructor constructor : constructors) { in instantiateTest()
228 Constructor<? extends TestCase>[] constructors in hasValidConstructor() local230 for (Constructor<? extends TestCase> constructor : constructors) { in hasValidConstructor()
93 constructors for the class, and implementing the method where you define the data transfer99 {@link android.content.AbstractThreadedSyncAdapter} and writing its constructors. Use the100 constructors to run setup tasks each time your sync adapter component is created from102 activity. For example, if your app uses a content provider to store data, use the constructors115 {@link android.content.AbstractThreadedSyncAdapter}and its constructors:355 * constructors call super()
89 # We need to explicitly keep classes and constructors referenced only in
219 a {@code DataSource} to be injected through their constructors. The {@code FormatEvaluator}374 MediaCodecVideoTrackRenderer} has constructors that take a {@code500 MediaCodecAudioTrackRenderer} constructors. A {@code DrmSessionManager} object is responsible for
94 and constructors that allow you to allocate and work with memory for pointers that are defined in333 in memory. Each <code>struct</code>'s class defines the following methods and constructors:</p>336 <li>Overloaded constructors that allow you to allocate memory. The
124 subclasses call in their own constructors. The {@link android.test.ProviderTestCase2}
274 passed to their constructors. {@link android.view.ScaleGestureDetector} uses
202 constructors. Below, we'll discuss each the first two techniques (using constructors is nothing new
371 <p>The {@link android.animation.ObjectAnimator} class has new constructors that enable you to anima…
417 # constructors and destructors are listed first. If set to NO (the default)418 # the constructors will appear in the respective orders defined by
477 The {@link android.view.View.DragShadowBuilder} class has two constructors:
1840 …ferences escaping during object construction, and provides guidelines for thread-safe constructors.
1505 variables with static constructors and promote them to global constants. Although