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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
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);
307 debugLog("deviceFoundCallback: Remote Address is:" + device);
347 debugLog("aclStateChangeCallback: State:Connected to Device:" + device);
360 debugLog("aclStateChangeCallback: State:DisConnected to Device:" + device);
403 private void debugLog(String msg) { method in class:RemoteDevices
H A DAdapterState.java153 debugLog("Current state: OFF, message: " + msg.what);
191 debugLog("Current state: BLE ON, message: " + msg.what);
247 debugLog("Current state: ON, message: " + msg.what);
329 debugLog("Current state: PENDING_COMMAND, message: " + msg.what);
413 debugLog("Stopping Gatt profile services that were post enabled");
516 private void debugLog(String msg) { method in class:AdapterState
H A DAdapterProperties.java194 debugLog("Setting state to " + mState);
284 debugLog("Adding bonded device:" + device);
290 debugLog("Removing bonded device:" + device);
292 debugLog("Failed to remove device: " + device);
484 debugLog("Name is: " + mName);
488 debugLog("Address is:" + Utils.getAddressStringFromByte(mAddress));
492 debugLog("BT Class:" + mBluetoothClass);
501 debugLog("Scan Mode:" + mScanMode);
522 debugLog("Discoverable Timeout:" + mDiscoverableTimeout);
602 debugLog("onBleDisabl
644 private void debugLog(String msg) { method in class:AdapterProperties
[all...]
H A DAdapterService.java216 debugLog("AdapterService() - REFCOUNT: CREATED. INSTANCE_COUNT" + sRefCount);
307 debugLog( "Profile connected. Schedule missing profile connection if any");
316 debugLog( "Profile connected. Schedule missing profile connection if any");
366 debugLog("processProfileServiceStateChanged() serviceName=" + serviceName
380 debugLog("processProfileServiceStateChanged() - serviceName=" + serviceName +
386 debugLog("GattService is started");
393 debugLog("GattService stopped");
406 debugLog("Service: " + entry.getKey());
408 debugLog("Skip GATT service - already started before");
412 debugLog("onProfileServiceStateChang
2501 private void debugLog(String msg) { method in class:AdapterService
[all...]
/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/Music/src/com/android/music/
H A DMusicUtils.java1343 static void debugLog(Object o) { method in class:MusicUtils
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java4802 public static void addDumpLog(String tag, String log, boolean debugLog) { argument
4803 addDumpLog(tag, log, null, debugLog);
4806 public static void addDumpLog(String tag, String log, Exception e, boolean debugLog) { argument
4807 if (debugLog) {

Completed in 102 milliseconds