Home
last modified time | relevance | path

Searched refs:mConnectionAction (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java76 final String mConnectionAction; field in BluetoothProfileDeviceManager.BluetoothProfileInfo
83 mConnectionAction = action; in BluetoothProfileInfo()
321 mProfileConnectionAction = bpi.mConnectionAction; in BluetoothProfileDeviceManager()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java106 private final String mConnectionAction = BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED; field in BluetoothProfileDeviceManagerTest
324 Intent intent = new Intent(mConnectionAction); in sendConnectionStateChanged()