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);
70 private static final boolean FORCE_DEBUG = false; /* STOPSHIP if true */ field in ImsCall79 private static final boolean DBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.DEBUG);80 private static final boolean VDBG = FORCE_DEBUG || Log.isLoggable(TAG, Log.VERBOSE);