Searched refs:debugLog (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Email/src/com/android/email/data/
H A DThrottlingCursorLoader.java58 private void debugLog(String message) { method in class:ThrottlingCursorLoader
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");
/packages/apps/Email/src/com/android/email/
H A DThrottle.java98 private void debugLog(String message) { method in class:Throttle
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/
H A DAdapterProperties.java197 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("Sca
554 private void debugLog(String msg) { method in class:AdapterProperties
[all...]
H A DAdapterService.java165 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("cleanu
1359 private void debugLog(String msg) { method in class:AdapterService
[all...]
H A DRemoteDevices.java262 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) { method in class:RemoteDevices
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java169 MusicUtils.debugLog("mMediaplayerHandler.handleMessage " + msg.what);
273 MusicUtils.debugLog("mIntentReceiver.onReceive " + action + " / " + cmd);
642 MusicUtils.debugLog("onStartCommand " + action + " / " + cmd);
1930 MusicUtils.debugLog(new Exception("MultiPlayer.start called"));
H A DMusicUtils.java1343 static void debugLog(Object o) { method in class:MusicUtils

Completed in 175 milliseconds