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

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 33 private static final boolean LDEBUG = false;
46 if (LDEBUG) System.out.println("Network state changed: "
50 if (LDEBUG) System.out.println("Network connected");
53 if (LDEBUG) System.out.println("Network not connected");
64 if (LDEBUG) System.out.println("Adding to mobile: " + delta);
68 if (LDEBUG) System.out.println("Adding to wifi: " + delta);
72 if (LDEBUG) System.out.println("Unaccounted for: " + delta);
86 if (LDEBUG) System.out.println("registering Receiver");
91 if (LDEBUG) System.out.println("unregistering Receiver");
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AddAccountSettings.java 38 private static final boolean LDEBUG = Log.isLoggable(TAG, Log.DEBUG);
86 if (LDEBUG) Log.v(TAG, "Skipped pref " + providerName + ": has no authority we need");
115 if (LDEBUG) Log.d(TAG, "account added: " + bundle);
117 if (LDEBUG) Log.d(TAG, "addAccount was canceled");
119 if (LDEBUG) Log.d(TAG, "addAccount failed: " + e);
121 if (LDEBUG) Log.d(TAG, "addAccount failed: " + e);
132 if (LDEBUG) Log.v(TAG, "Attempting to add account of type " + pref.getAccountType());
AccountPreferenceBase.java 44 private static final boolean LDEBUG = Log.isLoggable(TAG, Log.DEBUG);;
117 if (LDEBUG) {
AccountSyncSettings.java 68 private static final boolean LDEBUG = Log.isLoggable(TAG, Log.DEBUG);
169 if (LDEBUG) Log.v(TAG, "Got account: " + mAccount);
339 if (LDEBUG) {
394 if (LDEBUG) {
413 if (LDEBUG) Log.d(TAG, "looking for sync adapters that match account " + account);
420 if (LDEBUG) Log.d(TAG, " found authority " + authority + " " + syncState);
  /external/iptables/include/libipq/
libipq.h 43 #define LDEBUG(x...) fprintf(stderr, ## x)
45 #define LDEBUG(x...)

Completed in 34 milliseconds