Home | History | Annotate | Download | only in phone

Lines Matching refs:DBG_LEVEL

90      *   (PhoneApp.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1)
92 * (PhoneApp.DBG_LEVEL >= 2)
95 * ***** DO NOT SUBMIT WITH DBG_LEVEL > 0 *************
97 public static final int DBG_LEVEL = 0;
100 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
101 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2);