HomeSort by relevance Sort by last modified time
    Searched defs:debugLog (Results 1 - 8 of 8) sorted by null

  /packages/apps/Email/src/com/android/email/data/
ThrottlingCursorLoader.java 58 private void debugLog(String message) {
64 if (Throttle.DEBUG) debugLog("startLoading");
71 if (Throttle.DEBUG) debugLog("forceLoad");
78 if (Throttle.DEBUG) debugLog("stopLoading");
85 if (Throttle.DEBUG) debugLog("onCancelled");
92 if (Throttle.DEBUG) debugLog("onReset");
99 if (Throttle.DEBUG) debugLog("onContentChanged");
105 if (Throttle.DEBUG) debugLog("callSuperOnContentChanged");
  /external/valgrind/main/coregrind/
m_debuglog.c 915 /*--- Debuglog stuff. ---*/
930 VG_(debugLog)(1, "debuglog",
931 "DebugLog system started by %s, "
971 void VG_(debugLog) ( Int level, const HChar* modulename,
  /frameworks/base/core/java/android/server/
BluetoothInputProfileHandler.java 194 debugLog("InputDevice state : device: " + device + " State:" + prevState + "->" + state);
220 private static void debugLog(String msg) {
BluetoothPanProfileHandler.java 144 debugLog(device + " could not connect to PAN because 8 other devices are"
153 debugLog("connecting to PAN");
164 debugLog("disconnect all PAN devices");
220 debugLog("disconnect PAN(" + objectPath + ")");
224 debugLog(device + " already disconnected from PAN");
306 debugLog("Pan Device state : device: " + device + " State:" + prevState + "->" + state);
327 debugLog ("Max PAN device connections reached");
346 debugLog("updateTetherState:" + iface);
402 private static void debugLog(String msg) {
BluetoothHealthProfileHandler.java 430 debugLog("onHealthDeviceChannelChanged: devicePath: " + devicePath +
496 debugLog("Health Device Callback: " + device + " State Change: "
521 debugLog("Health Device Application: " + config + " State Change: status:"
664 private static void debugLog(String msg) {
  /packages/apps/Email/src/com/android/email/
Throttle.java 98 private void debugLog(String message) {
108 if (DEBUG) debugLog("Canceling scheduled callback");
121 if (DEBUG) debugLog("Timeout extended " + mTimeout);
124 if (DEBUG) debugLog("Timeout reset to " + mTimeout);
131 if (DEBUG) debugLog("onEvent");
136 if (DEBUG) debugLog(" callback already scheduled");
138 if (DEBUG) debugLog(" scheduling callback");
166 if (DEBUG) debugLog("Kicking callback");
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 166 MusicUtils.debugLog("mMediaplayerHandler.handleMessage " + msg.what);
259 MusicUtils.debugLog("mIntentReceiver.onReceive " + action + " / " + cmd);
628 MusicUtils.debugLog("onStartCommand " + action + " / " + cmd);
    [all...]
MusicUtils.java     [all...]

Completed in 2889 milliseconds