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

/frameworks/base/core/java/android/server/
H A DBluetoothInputProfileHandler.java194 debugLog("InputDevice state : device: " + device + " State:" + prevState + "->" + state);
220 private static void debugLog(String msg) { method in class:BluetoothInputProfileHandler
H A DBluetoothPanProfileHandler.java144 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) { method in class:BluetoothPanProfileHandler
H A DBluetoothHealthProfileHandler.java430 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) { method in class:BluetoothHealthProfileHandler

Completed in 59 milliseconds