HomeSort by relevance Sort by last modified time
    Searched full:adapterproperties (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 78 private AdapterProperties mAdapterProperties;
100 private AdapterState(AdapterService service, AdapterProperties adapterProperties) {
107 mAdapterProperties = adapterProperties;
111 public static AdapterState make(AdapterService service, AdapterProperties adapterProperties) {
113 AdapterState as = new AdapterState(service, adapterProperties);
175 AdapterProperties adapterProperties = mAdapterProperties;
176 if ((adapterService == null) || (adapterProperties == null))
    [all...]
JniCallbacks.java 22 private AdapterProperties mAdapterProperties;
26 JniCallbacks(AdapterState adapterStateMachine,AdapterProperties adapterProperties) {
28 mAdapterProperties = adapterProperties;
BondStateMachine.java 67 private AdapterProperties mAdapterProperties;
77 AdapterProperties prop, RemoteDevices remoteDevices) {
89 AdapterProperties prop, RemoteDevices remoteDevices) {
AdapterProperties.java 51 class AdapterProperties {
134 public AdapterProperties(AdapterService service) {
AdapterService.java 182 private AdapterProperties mAdapterProperties;
397 mAdapterProperties = new AdapterProperties(this);
    [all...]

Completed in 122 milliseconds