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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java122 private BluetoothDevice mPlayingDevice = null; field in class:A2dpSinkStateMachine
551 mPlayingDevice = null;
602 if ((mPlayingDevice != null) && (device.equals(mPlayingDevice))) {
603 mPlayingDevice = null;
701 if ((mPlayingDevice != null) && (device.equals(mPlayingDevice))) {

Completed in 10 milliseconds