Searched refs:AdapterProperties (Results 1 – 5 of 5) sorted by relevance
24 private AdapterProperties mAdapterProperties;28 JniCallbacks(AdapterService adapterService, AdapterProperties adapterProperties) { in JniCallbacks()
83 private AdapterProperties mAdapterProperties;95 private BondStateMachine(AdapterService service, AdapterProperties prop, in BondStateMachine()107 public static BondStateMachine make(AdapterService service, AdapterProperties prop, in make()
65 class AdapterProperties { class194 AdapterProperties(AdapterService service) { in AdapterProperties() method in AdapterProperties
240 private AdapterProperties mAdapterProperties;503 mAdapterProperties = new AdapterProperties(this); in onCreate()2174 return AdapterProperties.MAX_CONNECTED_AUDIO_DEVICES_LOWER_BOND; in getMaxConnectedAudioDevices()
58 private AdapterProperties mAdapterProperties;81 mAdapterProperties = new AdapterProperties(mAdapterService); in setUp()