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