Searched refs:DEBUG_LIFECYCLE (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/app/
H A DActivity.java699 private static final boolean DEBUG_LIFECYCLE = false; field in class:Activity
990 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onCreate " + this + ": " + savedInstanceState);
1240 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStart " + this);
1312 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onResume " + this);
1500 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onSaveInstanceState " + this + ": " + outState);
1516 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onSaveInstanceState " + this + ": " + outState +
1674 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onPause " + this);
1859 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStop " + this);
1910 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onDestroy " + this);
2199 if (DEBUG_LIFECYCLE) Slo
[all...]
/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 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 "
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 "

Completed in 212 milliseconds