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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DThrottle.java100 private void debugLog(String message) { method in class:Throttle
110 if (DEBUG) debugLog("Canceling scheduled callback");
124 if (DEBUG) debugLog("Timeout extended " + mTimeout);
127 if (DEBUG) debugLog("Timeout reset to " + mTimeout);
134 if (DEBUG) debugLog("onEvent");
139 if (DEBUG) debugLog(" callback already scheduled");
141 if (DEBUG) debugLog(" scheduling callback");
169 if (DEBUG) debugLog("Kicking callback");
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java196 debugLog("AdapterService() - REFCOUNT: CREATED. INSTANCE_COUNT" + sRefCount);
258 debugLog( "Profile connected. Schedule missing profile connection if any");
305 debugLog("onProfileServiceStateChange() serviceName=" + serviceName
319 debugLog("processProfileServiceStateChanged() - serviceName=" + serviceName +
325 debugLog("GattService is started");
332 debugLog("GattService stopped");
345 debugLog("Service: " + entry.getKey());
347 debugLog("Skip GATT service - already started before");
351 debugLog("onProfileServiceStateChange() - Profile still running: "
357 debugLog("onProfileServiceStateChang
2081 private void debugLog(String msg) { method in class:AdapterService
[all...]
H A DAdapterProperties.java210 debugLog("Setting state to " + mState);
308 debugLog("Adding bonded device:" + device);
314 debugLog("Removing bonded device:" + device);
316 debugLog("Failed to remove device: " + device);
512 debugLog("Name is: " + mName);
516 debugLog("Address is:" + Utils.getAddressStringFromByte(mAddress));
520 debugLog("BT Class:" + mBluetoothClass);
529 debugLog("Scan Mode:" + mScanMode);
550 debugLog("Discoverable Timeout:" + mDiscoverableTimeout);
630 debugLog("onBleDisabl
672 private void debugLog(String msg) { method in class:AdapterProperties
[all...]
H A DRemoteDevices.java258 debugLog("Remote Device name is: " + device.mName);
270 debugLog("Remote Address is:" + Utils.getAddressStringFromByte(val));
280 debugLog("Remote class is:" + device.mBluetoothClass);
306 debugLog("deviceFoundCallback: Remote Address is:" + device);
346 debugLog("aclStateChangeCallback: State:Connected to Device:" + device);
359 debugLog("aclStateChangeCallback: State:DisConnected to Device:" + device);
397 private void debugLog(String msg) { method in class:RemoteDevices
H A DAdapterState.java152 debugLog("Current state: OFF, message: " + msg.what);
190 debugLog("Current state: BLE ON, message: " + msg.what);
245 debugLog("Current state: ON, message: " + msg.what);
327 debugLog("Current state: PENDING_COMMAND, message: " + msg.what);
410 debugLog("Stopping Gatt profile services that were post enabled");
513 private void debugLog(String msg) { method in class:AdapterState
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java169 MusicUtils.debugLog("mMediaplayerHandler.handleMessage " + msg.what);
275 MusicUtils.debugLog("mIntentReceiver.onReceive " + action + " / " + cmd);
648 MusicUtils.debugLog("onStartCommand " + action + " / " + cmd);
1938 MusicUtils.debugLog(new Exception("MultiPlayer.start called"));
H A DMusicUtils.java1343 static void debugLog(Object o) { method in class:MusicUtils
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java4647 public static void addDumpLog(String tag, String log, boolean debugLog) { argument
4648 addDumpLog(tag, log, null, debugLog);
4651 public static void addDumpLog(String tag, String log, Exception e, boolean debugLog) { argument
4652 if (debugLog) {

Completed in 1808 milliseconds