Home | History | Annotate | Download | only in activity

Lines Matching refs:Logging

47 import com.android.emailcommon.Logging;
361 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
362 Log.d(Logging.LOG_TAG, this + " onAttach");
373 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
374 Log.d(Logging.LOG_TAG, this + " onCreate");
422 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
423 Log.d(Logging.LOG_TAG, this + " onCreateView");
438 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
439 Log.d(Logging.LOG_TAG, this + " onActivityCreated");
464 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
465 Log.d(Logging.LOG_TAG, this + " onStart");
475 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
476 Log.d(Logging.LOG_TAG, this + " onResume");
490 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
491 Log.d(Logging.LOG_TAG, this + " onPause");
502 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
503 Log.d(Logging.LOG_TAG, this + " onStop");
510 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
511 Log.d(Logging.LOG_TAG, this + " onDestroyView");
522 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
523 Log.d(Logging.LOG_TAG, this + " onDestroy");
531 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
532 Log.d(Logging.LOG_TAG, this + " onDetach");
539 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
540 Log.d(Logging.LOG_TAG, this + " onSaveInstanceState");
551 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
552 Log.d(Logging.LOG_TAG, this + " restoreInstanceState");
695 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
696 Log.d(Logging.LOG_TAG, this + " startLoading parent=" + parentMailboxId
734 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
735 Log.d(Logging.LOG_TAG, this + " setHighlightedMailbox mailbox=" + mailboxId);
760 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
761 Log.d(Logging.LOG_TAG, MailboxListFragment.this + " onCreateLoader");
774 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
775 Log.d(Logging.LOG_TAG, MailboxListFragment.this + " onLoadFinished count="
844 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
845 Log.d(Logging.LOG_TAG, MailboxListFragment.this + " onLoaderReset");