Searched refs:errorLog (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterState.java139 errorLog("Received message in OffState after cleanup: " + msg.what);
177 errorLog("Received message in BleOnState after cleanup: " + msg.what);
201 errorLog("Error while calling disableNative");
222 errorLog("Entered OnState after cleanup");
232 errorLog("Received message in OnState after cleanup: " + msg.what);
321 errorLog("Received message in PendingCommandState after cleanup: " + msg.what);
363 errorLog("Error while turning Bluetooth on");
399 errorLog("Error enabling Bluetooth - hardware init failed?");
428 errorLog("Error enabling Bluetooth (BLE start timeout)");
435 errorLog("Erro
539 private void errorLog(String msg) { method in class:AdapterState
[all...]
H A DPhonePolicy.java97 errorLog("Received intent with null action");
276 errorLog("autoConnect() - BT is not ON. Exiting autoConnect");
293 errorLog("autoConnectHeadset, service is null");
298 errorLog("autoConnectHeadset, bondedDevices are null");
313 errorLog("autoConnectA2dp, service is null");
318 errorLog("autoConnectA2dp, bondedDevices are null");
466 private static void errorLog(String msg) { method in class:PhonePolicy
H A DAdapterProperties.java374 errorLog("Error retrieving bonded device array");
463 errorLog("sendConnectionStateChange: invalid state transition " + prevState + " -> "
697 errorLog("Property change not handled in Java land:" + type);
838 private static void errorLog(String msg) { method in class:AdapterProperties
H A DRemoteDevices.java441 errorLog("No properties to update");
511 errorLog("Device Properties is null for Device:" + device);
531 errorLog("aclStateChangeCallback: device is NULL, address="
786 private static void errorLog(String msg) { method in class:RemoteDevices
H A DBondStateMachine.java412 errorLog("SSP Pairing variant not present");
477 private void errorLog(String msg) { method in class:BondStateMachine
H A DAdapterService.java561 errorLog("cleanup() - Service already starting to cleanup, ignoring request...");
1840 errorLog("Failed to connect socket");
1852 errorLog("Failed to create socket channel");
2013 // errorLog("Incorrect scan mode in convertScanModeToHal");
2026 //errorLog("Incorrect scan mode in convertScanModeFromHal");
2075 errorLog("Repeated wake lock release; aborting release: " + lockName);
2221 errorLog("Unable to write Java protobuf to file descriptor.");
2233 private void errorLog(String msg) { method in class:AdapterService

Completed in 178 milliseconds