Searched refs:mDeviceList (Results 1 – 2 of 2) sorted by relevance
45 private List<BluetoothDevice> mDeviceList; field in FakeHfpManager59 mDeviceList = new ArrayList<>(); in FakeHfpManager()62 mHfpDeviceListLiveData = new MutableLiveData<>(mDeviceList); in FakeHfpManager()72 mDeviceList.add(device.getBluetoothDevice()); in connectHfpDevice()73 mHfpDeviceListLiveData.postValue(mDeviceList); in connectHfpDevice()81 mDeviceList.remove(simulatedBluetoothDevice.getBluetoothDevice()); in disconnectHfpDevice()83 mHfpDeviceListLiveData.postValue(mDeviceList); in disconnectHfpDevice()
43 private ArrayList<UsbDevice> mDeviceList; field in BootUsbService70 mDeviceList = intent.getParcelableArrayListExtra(USB_DEVICE_LIST_KEY); in onStartCommand()76 for (UsbDevice device : mDeviceList) { in processDevices()