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
194 private AdapterProperties mAdapterProperties;437 mAdapterProperties = new AdapterProperties(this); in onCreate()1864 return AdapterProperties.MAX_CONNECTED_AUDIO_DEVICES_LOWER_BOND; in getMaxConnectedAudioDevices()
56 private AdapterProperties mAdapterProperties;79 mAdapterProperties = new AdapterProperties(mAdapterService); in setUp()