Home
last modified time | relevance | path

Searched refs:ActivityTests (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
DTestedScreen.java40 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "CREATE tested " in onCreate()
47 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "Finishing tested " in onCreate()
53 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "Finishing tested " in onCreate()
69 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "RESUME tested " in onResume()
86 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "STOP tested " in onStop()
102 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "Finishing tested "
119 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "Finishing tested " in queueIdle()
DActivityTests.java21 public class ActivityTests { class
25 TestSuite suite = new TestSuite(ActivityTests.class.getName()); in suite()
DLaunchpadActivity.java172 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "CREATE lauchpad " in onCreate()
203 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "START lauchpad " in onStart()
218 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "RESUME lauchpad " in onResume()
325 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "PAUSE lauchpad " in onPause()
333 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "STOP lauchpad " in onStop()
366 if (ActivityTests.DEBUG_LIFECYCLE) Log.v("test", "DESTROY lauchpad " in onDestroy()