HomeSort by relevance Sort by last modified time
    Searched refs:AdapterProperties (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
JniCallbacks.java 22 private AdapterProperties mAdapterProperties;
26 JniCallbacks(AdapterService adapterService, AdapterProperties adapterProperties) {
28 mAdapterProperties = adapterProperties;
BondStateMachine.java 65 private AdapterProperties mAdapterProperties;
74 private BondStateMachine(AdapterService service, AdapterProperties prop,
86 public static BondStateMachine make(AdapterService service, AdapterProperties prop,
AdapterProperties.java 56 class AdapterProperties {
59 private static final String TAG = "AdapterProperties";
174 AdapterProperties(AdapterService service) {
    [all...]
AdapterService.java 157 private AdapterProperties mAdapterProperties;
376 mAdapterProperties = new AdapterProperties(this);
    [all...]

Completed in 99 milliseconds