Searched refs:DEBUG_BIT (Results 1 – 2 of 2) sorted by relevance
33 int debugLogging = prefs.getEnableDebugLogging() ? EmailServiceProxy.DEBUG_BIT : 0; in updateLoggingFlags()
68 public static final int DEBUG_BIT = 0x01; field in EmailServiceProxy