Searched refs:FORCE_DEBUG (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java43 private static final boolean FORCE_DEBUG = false; /* STOPSHIP if true */ field in class:ImsPhoneCall
44 private static final boolean DBG = FORCE_DEBUG || Rlog.isLoggable(LOG_TAG, Log.DEBUG);
45 private static final boolean VDBG = FORCE_DEBUG || Rlog.isLoggable(LOG_TAG, Log.VERBOSE);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java61 private static final boolean FORCE_DEBUG = false; /* STOPSHIP if true */ field in class:ImsCall
65 // functions as those will not be affected by the value of FORCE_DEBUG at all.
68 // setting FORCE_DEBUG and knowing these logs will show up regardless of the actual log
70 private static final boolean DBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.DEBUG);
71 private static final boolean VDBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.VERBOSE);
75 // TODO: Set this flag to FORCE_DEBUG once the new conference call logic gets more mileage

Completed in 199 milliseconds