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

  /packages/apps/Email/provider_src/com/android/email/
DebugUtils.java 33 int debugLogging = prefs.getEnableDebugLogging() ? EmailServiceProxy.DEBUG_BIT : 0;
40 int debugBits = debugLogging | exchangeLogging | fileLogging | enableStrictMode;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScoreReport.java 102 boolean debugLogging = false;
104 debugLogging = true;
262 if (debugLogging) {
290 if (debugLogging) {
299 if (debugLogging) {
315 if (debugLogging) {
342 if (debugLogging) {
350 if (debugLogging) Log.d(TAG, " isHighRSSI ---> score=" + Integer.toString(score));
366 if (debugLogging) {

Completed in 1132 milliseconds