Searched refs:BluetoothConnection (Results 1 – 3 of 3) sorted by relevance
60 private final SetMultimap<BluetoothConnection, InhibitRecord> mProfileInhibits =67 private final HashSet<BluetoothConnection> mAlreadyDisabledProfiles = new HashSet<>();82 public static class BluetoothConnection { class in BluetoothProfileInhibitManager93 public BluetoothConnection(Integer profile, BluetoothDevice device) { in BluetoothConnection() method in BluetoothProfileInhibitManager.BluetoothConnection111 if (!(other instanceof BluetoothConnection)) { in equals()114 BluetoothConnection otherParams = (BluetoothConnection) other; in equals()143 public static BluetoothConnection decode(String flattenedParams) { in decode()150 return new BluetoothConnection(null, null); in decode()169 return new BluetoothConnection(profile, device); in decode()174 private final BluetoothConnection mParams;[all …]
30 public class BluetoothConnection implements Obd2Connection.UnderlyingTransport { class40 public static final String TAG = BluetoothConnection.class.getSimpleName();42 public BluetoothConnection(String bluetoothAddress) { in BluetoothConnection() method in BluetoothConnection46 public BluetoothConnection(BluetoothDevice device) { in BluetoothConnection() method in BluetoothConnection
28 import com.android.car.obd2.connections.BluetoothConnection;96 BluetoothConnection bluetoothConnection = new BluetoothConnection(deviceAddress); in Obd2CollectionTask()