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

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java4832 onSetA2dpSourceConnectionState((BluetoothDevice)msg.obj, msg.arg1);
5135 private void onSetA2dpSourceConnectionState(BluetoothDevice btDevice, int state) method in class:AudioService
5138 Log.d(TAG, "onSetA2dpSourceConnectionState btDevice=" + btDevice + " state=" + state);

Completed in 23 milliseconds