Searched refs:mDeviceList (Results 1 – 2 of 2) sorted by relevance
97 private List<BluetoothDevice> mDeviceList; field in BluetoothDeviceManagerTest156 mDeviceList = new ArrayList<BluetoothDevice>(); in setUp()161 mDeviceList = null; in tearDown()227 mDeviceList = makeDeviceList(devices); in setPreconditionsAndStart()231 for (BluetoothDevice device : mDeviceList) { in setPreconditionsAndStart()431 BluetoothDevice device = mDeviceList.get(0); in testAddDeviceAlreadyInList_priorityListUnchanged()470 BluetoothDevice device = mDeviceList.get(0); in testRemoveDeviceFront_deviceNoLongerInPriorityList()491 BluetoothDevice device = mDeviceList.get(1); in testRemoveDeviceMiddle_deviceNoLongerInPriorityList()511 BluetoothDevice device = mDeviceList.get(2); in testRemoveDeviceEnd_deviceNoLongerInPriorityList()553 for (int i = 0; i < mDeviceList.size(); i++) { in testGetConnectionPriority_prioritiesReturned()[all …]
48 private ArrayList<UsbDevice> mDeviceList; field in BootUsbService96 mDeviceList = intent.getParcelableArrayListExtra(USB_DEVICE_LIST_KEY); in onStartCommand()134 for (UsbDevice device : mDeviceList) { in processDevices()