Searched refs:mBluetoothBroadcastReceiver (Results 1 – 3 of 3) sorted by relevance
120 private final BluetoothBroadcastReceiver mBluetoothBroadcastReceiver; field in BluetoothDeviceConnectionPolicy156 mBluetoothBroadcastReceiver = new BluetoothBroadcastReceiver(); in BluetoothDeviceConnectionPolicy()168 mContext.registerReceiverAsUser(mBluetoothBroadcastReceiver, UserHandle.CURRENT, in init()199 if (mBluetoothBroadcastReceiver != null) { in release()200 mContext.unregisterReceiver(mBluetoothBroadcastReceiver); in release()
141 private final BluetoothBroadcastReceiver mBluetoothBroadcastReceiver; field in BluetoothProfileDeviceManager325 mBluetoothBroadcastReceiver = new BluetoothBroadcastReceiver(); in BluetoothProfileDeviceManager()346 mContext.registerReceiverAsUser(mBluetoothBroadcastReceiver, UserHandle.CURRENT, in start()356 if (mBluetoothBroadcastReceiver != null) { in stop()358 mContext.unregisterReceiver(mBluetoothBroadcastReceiver); in stop()
68 registerReceiver(mBluetoothBroadcastReceiver, intentFilter); in onCreate()92 if (mBluetoothBroadcastReceiver != null) { in onDestroy()93 unregisterReceiver(mBluetoothBroadcastReceiver); in onDestroy()231 private final BroadcastReceiver mBluetoothBroadcastReceiver = new BroadcastReceiver() { field in CarBleTrustAgent