Searched refs:mConnectionAction (Results 1 – 3 of 3) sorted by relevance
219 private String mConnectionAction; field in BluetoothTestUtils.ConnectProfileReceiver229 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()
78 final String mConnectionAction; field in BluetoothProfileDeviceManager.BluetoothProfileInfo85 mConnectionAction = action; in BluetoothProfileInfo()328 mProfileConnectionAction = bpi.mConnectionAction; in BluetoothProfileDeviceManager()
107 private final String mConnectionAction = BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED; field in BluetoothProfileDeviceManagerTest322 Intent intent = new Intent(mConnectionAction); in sendConnectionStateChanged()