Home | History | Annotate | Download | only in activity

Lines Matching refs:Logging

38 import com.android.emailcommon.Logging;
165 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onCreate");
220 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
221 Log.d(Logging.LOG_TAG, this + " onSaveInstanceState");
230 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
231 Log.d(Logging.LOG_TAG, this + " onInstallFragment fragment=" + fragment);
239 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
240 Log.d(Logging.LOG_TAG, this + " onUninstallFragment fragment=" + fragment);
247 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onStart");
254 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onResume");
267 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onPause");
274 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onStop");
281 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onDestroy");
290 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
291 Log.d(Logging.LOG_TAG, this + " onBackPressed");
334 Log.d(Logging.LOG_TAG, this + " onSearchRequested");