Searched refs:PerformanceTestCase (Results 1 – 21 of 21) 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 {
21 import android.test.PerformanceTestCase;27 public class CursorWindowTest extends TestCase implements PerformanceTestCase {
26 import android.test.PerformanceTestCase;31 public class DatabaseStatementTest extends AndroidTestCase implements PerformanceTestCase {
31 import android.test.PerformanceTestCase;41 public class DatabaseCursorTest extends AndroidTestCase implements PerformanceTestCase {
27 import android.test.PerformanceTestCase;79 PerformanceTestCase {148 public static class ContactReadingTest1 implements TestCase, PerformanceTestCase {
21 import android.test.PerformanceTestCase;39 implements PerformanceTestCase {
28 import android.test.PerformanceTestCase;43 public class DatabaseGeneralTest extends AndroidTestCase implements PerformanceTestCase {
25 public interface PerformanceTestCase interface
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()
550 {@link android.test.PerformanceTestCase}.567 Runs all test classes that implement {@link android.test.PerformanceTestCase}.
24 import android.test.PerformanceTestCase;41 public class GSMPhoneTest extends AndroidTestCase implements PerformanceTestCase {
1658 http://developer.android.com/reference/android/test/PerformanceTestCase.html1670 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 {
19571 public abstract interface PerformanceTestCase {19573 method public abstract int startPerformance(android.test.PerformanceTestCase.Intermediates);19576 public static abstract interface PerformanceTestCase.Intermediates {
20565 public abstract interface PerformanceTestCase {20567 method public abstract int startPerformance(android.test.PerformanceTestCase.Intermediates);20570 public static abstract interface PerformanceTestCase.Intermediates {