Searched defs:mIncomingDevice (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java101 // mIncomingDevice is the device connecting to us, valid only in Pending state
102 // when mIncomingDevice is not null, both mCurrentDevice
105 // mIncomingDevice is null
123 private BluetoothDevice mIncomingDevice = null; field in class:A2dpSinkStateMachine
182 ProfileService.println(sb, "mIncomingDevice: " + mIncomingDevice);
195 if (mCurrentDevice != null || mTargetDevice != null || mIncomingDevice != null) {
196 loge("ERROR: current, target, or mIncomingDevice not null in Disconnected");
261 mIncomingDevice = device;
353 + mIncomingDevice
[all...]

Completed in 12 milliseconds