Searched refs:mConnectionAction (Results 1 – 1 of 1) sorted by relevance
215 private String mConnectionAction; field in BluetoothTestUtils.ConnectProfileReceiver225 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()