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.java22 private AdapterProperties mAdapterProperties;
26 JniCallbacks(AdapterService adapterService, AdapterProperties adapterProperties) { in JniCallbacks()
DBondStateMachine.java72 private AdapterProperties mAdapterProperties;
83 private BondStateMachine(AdapterService service, AdapterProperties prop, in BondStateMachine()
95 public static BondStateMachine make(AdapterService service, AdapterProperties prop, in make()
DAdapterProperties.java58 class AdapterProperties { class
182 AdapterProperties(AdapterService service) { in AdapterProperties() method in AdapterProperties
DAdapterService.java195 private AdapterProperties mAdapterProperties;
438 mAdapterProperties = new AdapterProperties(this); in onCreate()
1884 return AdapterProperties.MAX_CONNECTED_AUDIO_DEVICES_LOWER_BOND; in getMaxConnectedAudioDevices()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java54 private AdapterProperties mAdapterProperties;
77 mAdapterProperties = new AdapterProperties(mAdapterService); in setUp()