HomeSort by relevance Sort by last modified time
    Searched refs:DBG_LEVEL (Results 26 - 30 of 30) sorted by null

12

  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 74 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
75 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2);
    [all...]
NotificationMgr.java 76 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
PhoneUtils.java 77 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
    [all...]
PhoneInterfaceManager.java 95 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailSettingsActivity.java 64 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
    [all...]

Completed in 1655 milliseconds

12