Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java289 final List<ListBuilder.RowBuilder> bluetoothRows = new ArrayList<>(); in getBluetoothRowBuilders() local
292 return bluetoothRows; in getBluetoothRowBuilders()
301 if (bluetoothRows.size() >= DEFAULT_EXPANDED_ROW_COUNT) { in getBluetoothRowBuilders()
326 bluetoothRows.add(rowBuilder); in getBluetoothRowBuilders()
329 return bluetoothRows; in getBluetoothRowBuilders()