Searched refs:FORCE_DEBUG (Results 1 – 2 of 2) sorted by relevance
45 private static final boolean FORCE_DEBUG = false; /* STOPSHIP if true */ field in ImsPhoneCall46 private static final boolean DBG = FORCE_DEBUG || Rlog.isLoggable(LOG_TAG, Log.DEBUG);47 private static final boolean VDBG = FORCE_DEBUG || Rlog.isLoggable(LOG_TAG, Log.VERBOSE);
69 private static final boolean FORCE_DEBUG = false; /* STOPSHIP if true */ field in ImsCall78 private static final boolean DBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.DEBUG);79 private static final boolean VDBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.VERBOSE);