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

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

Completed in 36 milliseconds