Searched refs:PerformanceTestCase (Results 1 – 19 of 19) sorted by relevance
23 import android.test.PerformanceTestCase;135 public static class PerformanceTest extends TestCase implements PerformanceTestCase {147 public int startPerformance(PerformanceTestCase.Intermediates intermediates) { in startPerformance()
22 import android.test.PerformanceTestCase;31 public class InflateTest extends AndroidTestCase implements PerformanceTestCase {50 public int startPerformance(PerformanceTestCase.Intermediates intermediates) { in startPerformance()
21 import android.test.PerformanceTestCase;29 public class CreateViewTest extends AndroidTestCase implements PerformanceTestCase {35 public int startPerformance(PerformanceTestCase.Intermediates intermediates) { in startPerformance()
23 import android.test.PerformanceTestCase;26 implements PerformanceTestCase, LaunchpadActivity.CallingTest {34 private PerformanceTestCase.Intermediates mIntermediates;
32 import android.test.PerformanceTestCase;64 public interface CallingTest extends PerformanceTestCase.Intermediates {
25 public interface PerformanceTestCase interface
23 import android.test.PerformanceTestCase;33 public class CursorWindowTest extends TestCase implements PerformanceTestCase {
26 import android.test.PerformanceTestCase;33 public class DatabaseStatementTest extends AndroidTestCase implements PerformanceTestCase {
33 import android.test.PerformanceTestCase;44 public class DatabaseCursorTest extends AndroidTestCase implements PerformanceTestCase {
27 import android.test.PerformanceTestCase;78 PerformanceTestCase {147 public static class ContactReadingTest1 implements TestCase, PerformanceTestCase {
21 import android.test.PerformanceTestCase;40 implements PerformanceTestCase {
28 import android.test.PerformanceTestCase;43 public class DatabaseGeneralTest extends AndroidTestCase implements PerformanceTestCase {
27 import android.test.PerformanceTestCase;70 implements PerformanceTestCase {
45 public class TestRunner implements PerformanceTestCase.Intermediates {405 PerformanceTestCase perftestcase = null; in runInPerformanceMode()406 if (perftest instanceof PerformanceTestCase) { in runInPerformanceMode()407 perftestcase = (PerformanceTestCase) perftest; in runInPerformanceMode()
554 {@link android.test.PerformanceTestCase}.571 Runs all test classes that implement {@link android.test.PerformanceTestCase}.
24 import android.test.PerformanceTestCase;41 public class GSMPhoneTest extends AndroidTestCase implements PerformanceTestCase {
1661 http://developer.android.com/reference/android/test/PerformanceTestCase.html1673 http://developer.android.com/reference/android/test/PerformanceTestCase.Intermediates.html
19430 public abstract interface PerformanceTestCase {19432 method public abstract int startPerformance(android.test.PerformanceTestCase.Intermediates);19435 public static abstract interface PerformanceTestCase.Intermediates {