Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DJniCallbacks.java24 private AdapterProperties mAdapterProperties;
28 JniCallbacks(AdapterService adapterService, AdapterProperties adapterProperties) { in JniCallbacks()
DBondStateMachine.java83 private AdapterProperties mAdapterProperties;
95 private BondStateMachine(AdapterService service, AdapterProperties prop, in BondStateMachine()
107 public static BondStateMachine make(AdapterService service, AdapterProperties prop, in make()
DAdapterProperties.java65 class AdapterProperties { class
194 AdapterProperties(AdapterService service) { in AdapterProperties() method in AdapterProperties
DAdapterService.java240 private AdapterProperties mAdapterProperties;
503 mAdapterProperties = new AdapterProperties(this); in onCreate()
2174 return AdapterProperties.MAX_CONNECTED_AUDIO_DEVICES_LOWER_BOND; in getMaxConnectedAudioDevices()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java58 private AdapterProperties mAdapterProperties;
81 mAdapterProperties = new AdapterProperties(mAdapterService); in setUp()