HomeSort by relevance Sort by last modified time
    Searched defs:DBG_LEVEL (Results 1 - 2 of 2) sorted by null

  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Common.h 35 #define DBG_LEVEL DBG_LEVEL4
64 #ifndef DBG_LEVEL
65 #define DBG_LEVEL DBG_LEVEL0
106 (((level) <= DBG_LEVEL) \
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 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);
    [all...]

Completed in 74 milliseconds