Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java205 @VisibleForTesting public BluetoothAdapterReceiver mBluetoothAdapterReceiver; field in BluetoothInCallService
723 mBluetoothAdapterReceiver = new BluetoothAdapterReceiver(); in onCreate()
726 registerReceiver(mBluetoothAdapterReceiver, intentFilter); in onCreate()
747 if (mBluetoothAdapterReceiver != null) { in clear()
748 unregisterReceiver(mBluetoothAdapterReceiver); in clear()
749 mBluetoothAdapterReceiver = null; in clear()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java118 registerReceiver(mBluetoothAdapterReceiver, intentFilter); in onBind()
1663 mBluetoothInCallService.mBluetoothAdapterReceiver = in testBluetoothAdapterReceiver()
1665 mBluetoothInCallService.mBluetoothAdapterReceiver.onReceive( in testBluetoothAdapterReceiver()
1684 mBluetoothInCallService.mBluetoothAdapterReceiver = in testClear()
1686 Assert.assertNotNull(mBluetoothInCallService.mBluetoothAdapterReceiver); in testClear()
1691 Assert.assertNull(mBluetoothInCallService.mBluetoothAdapterReceiver); in testClear()
1823 Assert.assertNull(mBluetoothInCallService.mBluetoothAdapterReceiver); in testOnCreate()
1827 Assert.assertNotNull(mBluetoothInCallService.mBluetoothAdapterReceiver); in testOnCreate()