Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java183 private AdapterProperties mAdapterProperties; field in AdapterService
394 mAdapterProperties = new AdapterProperties(this); in onCreate()
395 mAdapterStateMachine = AdapterState.make(this, mAdapterProperties); in onCreate()
396 mJniCallbacks = new JniCallbacks(mAdapterStateMachine, mAdapterProperties); in onCreate()
487 mAdapterProperties.init(mRemoteDevices); in BleOnProcessStart()
490 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices); in BleOnProcessStart()
609 if (mAdapterProperties != null) { in cleanup()
610 mAdapterProperties.cleanup(); in cleanup()
1397 return mAdapterProperties.getState() == BluetoothAdapter.STATE_ON; in isEnabled()
1402 if (mAdapterProperties != null) return mAdapterProperties.getState(); in getState()
[all …]
DAdapterState.java78 private AdapterProperties mAdapterProperties; field in AdapterState
107 mAdapterProperties = adapterProperties; in AdapterState()
123 if(mAdapterProperties != null) in cleanup()
124 mAdapterProperties = null; in cleanup()
175 AdapterProperties adapterProperties = mAdapterProperties; in processMessage()
230 AdapterProperties adapterProperties = mAdapterProperties; in processMessage()
319 AdapterProperties adapterProperties = mAdapterProperties; in processMessage()
498 AdapterProperties adapterProperties = mAdapterProperties; in notifyAdapterStateChange()
DJniCallbacks.java22 private AdapterProperties mAdapterProperties; field in JniCallbacks
28 mAdapterProperties = adapterProperties; in JniCallbacks()
38 mAdapterProperties = null; in cleanup()
78 mAdapterProperties.discoveryStateChangeCallback(state); in discoveryStateChangeCallback()
82 mAdapterProperties.adapterPropertyChangedCallback(types, val); in adapterPropertyChangedCallback()
DBondStateMachine.java70 private AdapterProperties mAdapterProperties; field in BondStateMachine
87 mAdapterProperties = prop; in BondStateMachine()
107 mAdapterProperties = null; in cleanup()
357 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()
366 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()