Searched refs:mBluetoothEnabledByNfc (Results 1 – 2 of 2) sorted by relevance
78 boolean mBluetoothEnabledByNfc; field in PeripheralHandoverService106 mBluetoothEnabledByNfc = false; in PeripheralHandoverService()180 mBluetoothEnabledByNfc = msgData.getBoolean(EXTRA_BT_ENABLED); in doPeripheralHandover()251 mBluetoothEnabledByNfc = true; in enableBluetooth()258 if (!mBluetoothEnabledByNfc) return; in disableBluetoothIfNeeded()263 mBluetoothEnabledByNfc = false; in disableBluetoothIfNeeded()293 msg.arg1 = mBluetoothEnabledByNfc ? 1 : 0; in replyToClient()
104 private AtomicBoolean mBluetoothEnabledByNfc = new AtomicBoolean(); field in NfcDispatcher995 intent.putExtra(PeripheralHandoverService.EXTRA_BT_ENABLED, mBluetoothEnabledByNfc.get()); in tryPeripheralHandover()1149 proto.write(NfcDispatcherProto.BLUETOOTH_ENABLED_BY_NFC, mBluetoothEnabledByNfc.get()); in dumpDebug()1180 mBluetoothEnabledByNfc.set(msg.arg1 != 0); in handleMessage()1201 mBluetoothEnabledByNfc.set(false);