Home
last modified time | relevance | path

Searched refs:DEBUG_LIFECYCLE (Results 1 – 5 of 5) 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()
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()
DActivityTests.java22 public static final boolean DEBUG_LIFECYCLE = false; field in ActivityTests
/frameworks/base/core/java/android/app/
DActivity.java716 private static final boolean DEBUG_LIFECYCLE = false; field in Activity
1022 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onCreate " + this + ": " + savedInstanceState); in onCreate()
1273 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStart " + this); in onStart()
1342 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onResume " + this); in onResume()
1553 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onSaveInstanceState " + this + ": " + outState); in performSaveInstanceState()
1569 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onSaveInstanceState " + this + ": " + outState + in performSaveInstanceState()
1730 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onPause " + this); in onPause()
1734 if (DEBUG_LIFECYCLE) Slog.v(TAG, "autofill notifyViewExited " + this); in onPause()
1741 if (DEBUG_LIFECYCLE) Slog.v(TAG, "autofill got first pause " + this); in onPause()
1911 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStop " + this); in onStop()
[all …]
/frameworks/base/config/
Dhiddenapi-private-dex.txt1540 Landroid/app/Activity;->DEBUG_LIFECYCLE:Z