HomeSort by relevance Sort by last modified time
    Searched defs:debugLog (Results 1 - 9 of 9) 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 842 /*--- Debuglog stuff. ---*/
857 VG_(debugLog)(1, "debuglog",
858 "DebugLog system started by %s, "
898 void VG_(debugLog) ( Int level, const HChar* modulename,
  /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/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 197 debugLog("Setting state to " + mState);
207 if (VDBG) debugLog("State = " + mState);
223 debugLog("getBondedDevices: length="+bondedDeviceList.length);
247 debugLog("Adding bonded device:" + device);
253 debugLog("Removing bonded device:" + device);
255 debugLog("Failed to remove device: " + device);
451 debugLog("Name is: " + mName);
455 debugLog("Address is:" + Utils.getAddressStringFromByte(mAddress));
459 debugLog("BT Class:" + mBluetoothClass);
468 debugLog("Scan Mode:" + mScanMode)
    [all...]
RemoteDevices.java 262 debugLog("Remote Device name is: " + device.mName);
274 debugLog("Remote Address is:" + Utils.getAddressStringFromByte(val));
284 debugLog("Remote class is:" + device.mBluetoothClass);
310 debugLog("deviceFoundCallback: Remote Address is:" + device);
413 debugLog("aclStateChangeCallback: State:Connected to Device:" + device);
416 debugLog("aclStateChangeCallback: State:DisConnected to Device:" + device);
453 private void debugLog(String msg) {
AdapterService.java 165 if (DBG) debugLog( "Profile connected. Schedule missing profile connection if any");
251 if (DBG) debugLog("onCreate");
267 if (DBG) debugLog("onBind");
271 if (DBG) debugLog("onUnbind, calling cleanup");
277 debugLog("****onDestroy()********");
281 if (DBG) debugLog("processStart()");
290 if (DBG) {debugLog("processStart(): Make Bond State Machine");}
303 if (DBG) {debugLog("processStart(): Profile Services alreay started");}
318 if (DBG) {debugLog("stopProfileServices(): No profiles services to stop or already stopped.");}
339 if (DBG)debugLog("cleanup()")
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 575 String debugLog = "Looking for glows: " +
578 Slog.v(TAG, debugLog);
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 169 MusicUtils.debugLog("mMediaplayerHandler.handleMessage " + msg.what);
273 MusicUtils.debugLog("mIntentReceiver.onReceive " + action + " / " + cmd);
642 MusicUtils.debugLog("onStartCommand " + action + " / " + cmd);
    [all...]
MusicUtils.java     [all...]

Completed in 283 milliseconds