Searched defs:infoLog (Results 1 - 4 of 4) sorted by last modified time

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java272 infoLog("getBondedDevices: length="+bondedDeviceList.length);
490 infoLog("adapterPropertyChangedCallback with type:" + type + " len:" + val.length);
612 infoLog("Callback:discoveryStateChangeCallback with state:" + state);
627 private void infoLog(String msg) { method in class:AdapterProperties
H A DAdapterState.java117 infoLog("Entering OffState");
152 infoLog("Entering On State");
201 infoLog("Entering PendingCommandState State: isTurningOn()=" + isTurningOn() + ", isTurningOff()=" + isTurningOff());
369 infoLog("Bluetooth adapter state changed: " + oldState + "-> " + newState);
384 private void infoLog(String msg) { method in class:AdapterState
H A DBondStateMachine.java102 infoLog("StableState(): Entering Off State");
148 infoLog("Entering PendingCommandState State");
280 infoLog("Bond address is:" + dev);
322 infoLog("Bond State Change Intent:" + device + " OldState: " + oldState
330 infoLog("No record of the device:" + device);
336 infoLog("bondStateChangeCallback: Status: " + status + " Address: " + device
360 infoLog("sspRequestCallback: " + address + " name: " + name + " cod: " +
409 infoLog("pinRequestCallback: " + address + " name:" + name + " cod:" +
452 private void infoLog(String msg) { method in class:BondStateMachine
H A DRemoteDevices.java444 private void infoLog(String msg) { method in class:RemoteDevices

Completed in 58 milliseconds