Home
last modified time | relevance | path

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

/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/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
152 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in disableProfile() local
DAdvancedBluetoothDetailsHeaderController.java206 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateSubLayout() local
245 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateDisconnectLayout() local
/packages/apps/Settings/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceController.java192 BluetoothDevice bluetoothDevice = in setCodecConfigPreference() local
203 BluetoothDevice bluetoothDevice = in getCodecConfig() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DAbstractBluetoothA2dpPreferenceController.java185 BluetoothDevice bluetoothDevice = in setCodecConfigPreference() local
195 BluetoothDevice bluetoothDevice = in getCodecConfig() local
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
DToolbarTitleLiveData.java89 BluetoothDevice bluetoothDevice = hfpDeviceList.get(0); in updateDeviceName() local
/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/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/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()
/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/ble/
DCarBlePeripheralManagerTest.java224 BluetoothDevice bluetoothDevice = BluetoothAdapter.getDefaultAdapter() in getChannelForAssociation() local