Home
last modified time | relevance | path

Searched refs:mBluetoothPeripheralHandover (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
DPeripheralHandoverService.java74 BluetoothPeripheralHandover mBluetoothPeripheralHandover; field in PeripheralHandoverService
155 if (mBluetoothPeripheralHandover != null) { in doPeripheralHandover()
182 mBluetoothPeripheralHandover = new BluetoothPeripheralHandover( in doPeripheralHandover()
190 if (!mBluetoothPeripheralHandover.start()) { in doPeripheralHandover()
209 if (mBluetoothPeripheralHandover != null && in handleBluetoothStateChanged()
210 !mBluetoothPeripheralHandover.hasStarted()) { in handleBluetoothStateChanged()
211 if (!mBluetoothPeripheralHandover.start()) { in handleBluetoothStateChanged()
221 int transport = mBluetoothPeripheralHandover.mTransport; in onBluetoothPeripheralHandoverComplete()
222 mBluetoothPeripheralHandover = null; in onBluetoothPeripheralHandoverComplete()