Searched defs:DEBUG_LIFECYCLE (Results 1 - 2 of 2) 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
/frameworks/base/core/java/android/app/
H A DActivity.java666 private static final boolean DEBUG_LIFECYCLE = false; field in class:Activity
920 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onCreate " + this + ": " + savedInstanceState);
1158 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStart " + this);
1219 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onResume " + this);
1301 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onSaveInstanceState " + this + ": " + outState);
1316 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onSaveInstanceState " + this + ": " + outState +
1467 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onPause " + this);
1569 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStop " + this);
1606 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onDestroy " + this);
1681 if (DEBUG_LIFECYCLE) Slo
[all...]

Completed in 215 milliseconds