Searched refs:DEBUG_LIFECYCLE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityTests.java22 public static final boolean DEBUG_LIFECYCLE = false; field in class:ActivityTests
H A DTestedScreen.java40 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 "
H A DLaunchpadActivity.java172 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 679 milliseconds