Home | History | Annotate | Download | only in activity

Lines Matching refs:Logging

38 import com.android.emailcommon.Logging;
170 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
171 Log.d(Logging.LOG_TAG, this + " onActivityViewReady");
179 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
180 Log.d(Logging.LOG_TAG, this + " onActivityCreated");
191 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
192 Log.d(Logging.LOG_TAG, this + " onActivityStart");
203 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
204 Log.d(Logging.LOG_TAG, this + " onActivityResume");
219 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
220 Log.d(Logging.LOG_TAG, this + " onActivityPause");
228 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
229 Log.d(Logging.LOG_TAG, this + " onActivityStop");
238 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
239 Log.d(Logging.LOG_TAG, this + " onActivityDestroy");
250 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
251 Log.d(Logging.LOG_TAG, this + " onSaveInstanceState");
261 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
262 Log.d(Logging.LOG_TAG, this + " restoreInstanceState");
297 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
298 Log.d(Logging.LOG_TAG, this + " onInstallFragment fragment=" + fragment);
344 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
345 Log.d(Logging.LOG_TAG, this + " onUninstallFragment fragment=" + fragment);
384 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
385 Log.d(Logging.LOG_TAG, this + " removeFragment fragment=" + fragment);
395 Log.e(Logging.LOG_TAG, "Swalling IllegalStateException due to known bug for "
397 Log.e(Logging.LOG_TAG, Utility.dumpFragment(fragment));
479 Log.d(Logging.LOG_TAG, this + " commitFragmentTransaction: " + ft);
552 Log.w(Logging.LOG_TAG, "Account " + accountId +" doesn't have Inbox. Redirecting"
619 if (Email.DEBUG && Logging.DEBUG_LIFECYCLE) {
620 Log.i(Logging.LOG_TAG, this + " setListContext: " + listContext);
742 Log.d(Logging.LOG_TAG,