Searched refs:FORCE_DEBUG (Results 1 – 2 of 2) sorted by relevance
46 private static final boolean FORCE_DEBUG = false; /* STOPSHIP if true */ field in ImsPhoneCall47 private static final boolean DBG = FORCE_DEBUG || Rlog.isLoggable(LOG_TAG, Log.DEBUG);48 private static final boolean VDBG = FORCE_DEBUG || Rlog.isLoggable(LOG_TAG, Log.VERBOSE);
72 private static final boolean FORCE_DEBUG = false; /* STOPSHIP if true */ field in ImsCall81 private static final boolean DBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.DEBUG);82 private static final boolean VDBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.VERBOSE);