Home | History | Annotate | Download | only in activity

Lines Matching refs:Email

17 package com.android.email.activity;
33 import com.android.email.Controller;
34 import com.android.email.ControllerResultUiThreadWrapper;
35 import com.android.email.Email;
36 import com.android.email.MessageListContext;
37 import com.android.email.MessagingExceptionStrings;
38 import com.android.email.R;
51 * The main Email activity, which is used on both the tablet and the phone.
175 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onCreate");
181 // Email Activity was running - we still need to purge static information though.
230 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
240 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
249 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
257 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onStart");
264 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onResume");
277 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onPause");
284 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onStop");
291 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onDestroy");
300 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
343 if (Email.DEBUG) {