HomeSort by relevance Sort by last modified time
    Searched refs:ActivityTests (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityTests.java 21 public class ActivityTests {
25 TestSuite suite = new TestSuite(ActivityTests.class.getName());
TestedScreen.java 40 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "CREATE tested "
47 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "Finishing tested "
53 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "Finishing tested "
69 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "RESUME tested "
86 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "STOP tested "
102 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "Finishing tested "
119 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "Finishing tested "
LaunchpadActivity.java 172 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "CREATE lauchpad "
203 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "START lauchpad "
218 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "RESUME lauchpad "
325 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "PAUSE lauchpad "
333 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "STOP lauchpad "
366 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "DESTROY lauchpad "

Completed in 487 milliseconds