Searched refs:FORCE_DEBUG (Results 1 - 3 of 3) 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/wifi/service/java/com/android/server/wifi/
H A DWifiQualifiedNetworkSelector.java68 private static final boolean FORCE_DEBUG = true; field in class:WifiQualifiedNetworkSelector
69 private boolean mDbg = FORCE_DEBUG;
284 mDbg = verbose > 0 || FORCE_DEBUG;
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java59 private static final boolean FORCE_DEBUG = false; /* STOPSHIP if true */ field in class:ImsCall
63 // functions as those will not be affected by the value of FORCE_DEBUG at all.
66 // setting FORCE_DEBUG and knowing these logs will show up regardless of the actual log
68 private static final boolean DBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.DEBUG);
69 private static final boolean VDBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.VERBOSE);
73 // TODO: Set this flag to FORCE_DEBUG once the new conference call logic gets more mileage

Completed in 81 milliseconds