Searched refs:mBluetoothDevices (Results 1 – 1 of 1) sorted by relevance
97 private List<BluetoothDevice> mBluetoothDevices; field in AddAccessoryActivity200 mBluetoothDevices = new ArrayList<>(); in onCreate()202 mBluetoothDevices = in onCreate()240 outState.putParcelableList(SAVED_STATE_BLUETOOTH_DEVICES, mBluetoothDevices); in onSaveInstanceState()383 mPreferenceFragment.updateList(mBluetoothDevices, mCurrentTargetAddress, in updateView()389 if (mBluetoothDevices.size() == 1 && prevNumDevices == 0) { in updateView()399 if (mBluetoothDevices.size() > 1) { in updateView()412 final boolean empty = mBluetoothDevices.isEmpty(); in rearrangeViews()448 if (mBluetoothDevices.size() > 0) { in startAutoPairing()449 onActionClicked(mBluetoothDevices.get(0).getAddress()); in startAutoPairing()[all …]