Searched refs:AdapterProperties (Results 1 – 5 of 5) sorted by relevance
22 private AdapterProperties mAdapterProperties;26 JniCallbacks(AdapterService adapterService, AdapterProperties adapterProperties) { in JniCallbacks()
72 private AdapterProperties mAdapterProperties;83 private BondStateMachine(AdapterService service, AdapterProperties prop, in BondStateMachine()95 public static BondStateMachine make(AdapterService service, AdapterProperties prop, in make()
58 class AdapterProperties { class182 AdapterProperties(AdapterService service) { in AdapterProperties() method in AdapterProperties
195 private AdapterProperties mAdapterProperties;438 mAdapterProperties = new AdapterProperties(this); in onCreate()1884 return AdapterProperties.MAX_CONNECTED_AUDIO_DEVICES_LOWER_BOND; in getMaxConnectedAudioDevices()
54 private AdapterProperties mAdapterProperties;77 mAdapterProperties = new AdapterProperties(mAdapterService); in setUp()