Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterState.java100 private AdapterState(AdapterService service, AdapterProperties adapterProperties) { in AdapterState() argument
107 mAdapterProperties = adapterProperties; in AdapterState()
111 public static AdapterState make(AdapterService service, AdapterProperties adapterProperties) { in make() argument
113 AdapterState as = new AdapterState(service, adapterProperties); in make()
175 AdapterProperties adapterProperties = mAdapterProperties; in processMessage() local
176 if ((adapterService == null) || (adapterProperties == null)) { in processMessage()
195 adapterProperties.onBleDisable(); in processMessage()
230 AdapterProperties adapterProperties = mAdapterProperties; in processMessage() local
231 if (adapterProperties == null) { in processMessage()
248 adapterProperties.onBluetoothDisable(); in processMessage()
[all …]
DJniCallbacks.java26 JniCallbacks(AdapterState adapterStateMachine,AdapterProperties adapterProperties) { in JniCallbacks() argument
28 mAdapterProperties = adapterProperties; in JniCallbacks()