Searched refs:mPendingDevice (Results 1 – 1 of 1) sorted by relevance
126 private BluetoothDevice mPendingDevice; field in DockService303 if (mDialog == null && mPendingDevice == null && msgType != MSG_TYPE_UNDOCKED_TEMPORARY in processMessage()604 if (mPendingDevice == null) {696 if(DEBUG) Log.d(TAG, "BtState = " + btState + " mPendingDevice = " + mPendingDevice); in handleBtStateChange()709 if(DEBUG) Log.d(TAG, "Bluetooth = OFF mPendingDevice = " + mPendingDevice); in handleBtStateChange()717 if (mPendingDevice != null) { in handleBtStateChange()728 if (mPendingDevice != null) { in handleBluetoothStateOn()729 if (mPendingDevice.equals(mDevice)) { in handleBluetoothStateOn()733 applyBtSettings(mPendingDevice, mPendingStartId); in handleBluetoothStateOn()735 Log.d(TAG, "mPendingDevice (" + mPendingDevice + ") != mDevice (" in handleBluetoothStateOn()[all …]