Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java320 rowBuilder.addEndItem(buildBluetoothDetailDeepLinkAction(device)); in getBluetoothRowBuilders()
323 rowBuilder.setPrimaryAction(buildBluetoothDetailDeepLinkAction(device)); in getBluetoothRowBuilders()
360 SliceAction buildBluetoothDetailDeepLinkAction(CachedBluetoothDevice bluetoothDevice) { in buildBluetoothDetailDeepLinkAction() method in BluetoothDevicesSlice