Searched refs:DEBUG_LIFECYCLE (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | TestedScreen.java | 40 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()
|
D | LaunchpadActivity.java | 172 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()
|
D | ActivityTests.java | 22 public static final boolean DEBUG_LIFECYCLE = false; field in ActivityTests
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 732 private static final boolean DEBUG_LIFECYCLE = false; field in Activity 1449 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onCreate " + this + ": " + savedInstanceState); in onCreate() 1712 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStart " + this); in onStart() 1788 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onResume " + this); in onResume() 2041 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onSaveInstanceState " + this + ": " + outState); in performSaveInstanceState() 2060 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onSaveInstanceState " + this + ": " + outState + in performSaveInstanceState() 2220 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onPause " + this); in onPause() 2224 if (DEBUG_LIFECYCLE) Slog.v(TAG, "autofill notifyViewExited " + this); in onPause() 2231 if (DEBUG_LIFECYCLE) Slog.v(TAG, "autofill got first pause " + this); in onPause() 2456 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStop " + this); in onStop() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 1482 Landroid/app/Activity;->DEBUG_LIFECYCLE:Z
|