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 82 * (PhoneApp.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1)
84 * (PhoneApp.DBG_LEVEL >= 2)
87 * ***** DO NOT SUBMIT WITH DBG_LEVEL > 0 *************
89 /* package */ static final int DBG_LEVEL = 0;
92 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
93 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2);
    [all...]

Completed in 2067 milliseconds