Searched refs:DEBUG_LIFECYCLE (Results 1 - 4 of 4) 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 "
/frameworks/base/core/java/android/app/
H A DActivity.java692 private static final boolean DEBUG_LIFECYCLE = false; field in class:Activity
944 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onCreate " + this + ": " + savedInstanceState);
1185 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStart " + this);
1250 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onResume " + this);
1418 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onSaveInstanceState " + this + ": " + outState);
1434 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onSaveInstanceState " + this + ": " + outState +
1586 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onPause " + this);
1772 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStop " + this);
1810 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onDestroy " + this);
1951 if (DEBUG_LIFECYCLE) Slo
[all...]

Completed in 97 milliseconds