Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java219 private String mConnectionAction; field in BluetoothTestUtils.ConnectProfileReceiver
229 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
232 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
235 mConnectionAction = BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
238 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
241 mConnectionAction = BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
244 mConnectionAction = null; in ConnectProfileReceiver()
250 if (mConnectionAction != null && mConnectionAction.equals(intent.getAction())) { in onReceive()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DBluetoothProfileDeviceManager.java78 final String mConnectionAction; field in BluetoothProfileDeviceManager.BluetoothProfileInfo
85 mConnectionAction = action; in BluetoothProfileInfo()
328 mProfileConnectionAction = bpi.mConnectionAction; in BluetoothProfileDeviceManager()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothProfileDeviceManagerTest.java107 private final String mConnectionAction = BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED; field in BluetoothProfileDeviceManagerTest
322 Intent intent = new Intent(mConnectionAction); in sendConnectionStateChanged()