Home
last modified time | relevance | path

Searched defs:bluetoothDevice (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothFeatureProvider.java32 Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice); in getBluetoothDeviceSettingsUri()
DBluetoothFeatureProviderImpl.java35 public Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice) { in getBluetoothDeviceSettingsUri()
DBluetoothDetailsProfilesController.java136 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in enableProfile() local
153 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in disableProfile() local
DAdvancedBluetoothDetailsHeaderController.java199 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateSubLayout() local
238 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateDisconnectLayout() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothFeatureProvider.java32 Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice); in getBluetoothDeviceSettingsUri()
DBluetoothFeatureProviderImpl.java35 public Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice) { in getBluetoothDeviceSettingsUri()
DUtils.java158 public static boolean getBooleanMetaData(BluetoothDevice bluetoothDevice, int key) { in getBooleanMetaData()
166 public static String getStringMetaData(BluetoothDevice bluetoothDevice, int key) { in getStringMetaData()
173 public static int getIntMetaData(BluetoothDevice bluetoothDevice, int key) { in getIntMetaData()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java254 SliceAction buildMediaBluetoothAction(CachedBluetoothDevice bluetoothDevice) { in buildMediaBluetoothAction()
268 SliceAction buildBluetoothDetailDeepLinkAction(CachedBluetoothDevice bluetoothDevice) { in buildBluetoothDetailDeepLinkAction()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java251 SliceAction buildMediaBluetoothAction(CachedBluetoothDevice bluetoothDevice) { in buildMediaBluetoothAction()
265 SliceAction buildBluetoothDetailDeepLinkAction(CachedBluetoothDevice bluetoothDevice) { in buildBluetoothDetailDeepLinkAction()
/packages/apps/Dialer/java/com/android/incallui/audioroute/
DAudioRouteSelectorDialogFragment.java177 private TextView createBluetoothItem(BluetoothDevice bluetoothDevice, boolean selected) { in createBluetoothItem()
204 private String getAliasName(BluetoothDevice bluetoothDevice) { in getAliasName()
/packages/apps/Dialer/java/com/android/incallui/call/
DTelecomAdapter.java200 public void requestBluetoothAudio(BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()