Searched refs:FORCE_DEBUG (Results 1 – 2 of 2) sorted by relevance
43 private static final boolean FORCE_DEBUG = false; /* STOPSHIP if true */ field in ImsPhoneCall44 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);
56 private static final boolean FORCE_DEBUG = false; /* STOPSHIP if true */ field in ImsCall65 private static final boolean DBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.DEBUG);66 private static final boolean VDBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.VERBOSE);