Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java215 private String mConnectionAction; field in BluetoothTestUtils.ConnectProfileReceiver
225 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
228 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
231 mConnectionAction = BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
234 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
237 mConnectionAction = null; in ConnectProfileReceiver()
243 if (mConnectionAction != null && mConnectionAction.equals(intent.getAction())) { in onReceive()