Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DBluetoothMediaDeviceTest.java77 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in isFastPairDevice_isUntetheredHeadset_returnTrue() local
90 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in isFastPairDevice_isNotUntetheredHeadset_returnFalse() local
103 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in getIcon_isNotFastPairDevice_drawableTypeIsNotBitmapDrawable() local
H A DLocalMediaManagerTest.java570 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in onDeviceListAdded_haveDisconnectedDevice_addDisconnectedDevice() local
653 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in onDeviceListAdded_haveDisconnectedDevice_list5DisconnectedDevice() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothUtils.java184 final BluetoothDevice bluetoothDevice = cachedDevice.getDevice(); in getBtDrawableWithDescription() local
227 public static boolean isAdvancedDetailsHeader(@NonNull BluetoothDevice bluetoothDevice) { in isAdvancedDetailsHeader()
314 public static boolean getBooleanMetaData(BluetoothDevice bluetoothDevice, int key) { in getBooleanMetaData()
332 public static String getStringMetaData(BluetoothDevice bluetoothDevice, int key) { in getStringMetaData()
350 public static int getIntMetaData(BluetoothDevice bluetoothDevice, int key) { in getIntMetaData()
372 public static Uri getUriMetaData(BluetoothDevice bluetoothDevice, int key) { in getUriMetaData()
H A DA2dpProfile.java221 BluetoothDevice bluetoothDevice = (device != null) ? device : mService.getActiveDevice(); in supportsHighQualityAudio() local
230 BluetoothDevice bluetoothDevice = (device != null) ? device : mService.getActiveDevice(); in isHighQualityAudioEnabled() local
256 BluetoothDevice bluetoothDevice = (device != null) ? device : mService.getActiveDevice(); in setHighQualityAudioEnabled() local
275 BluetoothDevice bluetoothDevice = (device != null) ? device : mService.getActiveDevice(); in getHighQualityAudioOptionLabel() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DDevicePickerFragmentTest.java74 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in callingPackageIsEqualToLaunchPackage_sendBroadcastToLaunchPackage() local
93 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in callingPackageIsNotEqualToLaunchPackage_broadcastNotSend() local
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/bluetooth/
H A DPhoneAccountManager.java101 BluetoothDevice bluetoothDevice = getMatchingDevice(phoneAccountHandle); in getHfpDeviceList() local
110 public PhoneAccountHandle getMatchingPhoneAccount(@Nullable BluetoothDevice bluetoothDevice) { in getMatchingPhoneAccount()
/aosp12/frameworks/base/media/java/android/media/midi/
H A DIBluetoothMidiService.aidl25 IBinder addBluetoothDevice(in BluetoothDevice bluetoothDevice); in addBluetoothDevice()
H A DIMidiManager.aidl39 void openBluetoothDevice(IBinder clientToken, in BluetoothDevice bluetoothDevice, in openBluetoothDevice()
H A DMidiManager.java282 public void openBluetoothDevice(BluetoothDevice bluetoothDevice, in openBluetoothDevice()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothFeatureProvider.java32 Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice); in getBluetoothDeviceSettingsUri()
H A DBluetoothFeatureProviderImpl.java35 public Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice) { in getBluetoothDeviceSettingsUri()
H A DBluetoothDetailsProfilesController.java142 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in enableProfile() local
158 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in disableProfile() local
H A DAdvancedBluetoothDetailsHeaderController.java257 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateSubLayout() local
325 private boolean isUntetheredHeadset(BluetoothDevice bluetoothDevice) { in isUntetheredHeadset()
431 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateDisconnectLayout() local
H A DUtils.java167 public static boolean isAdvancedDetailsHeader(@NonNull BluetoothDevice bluetoothDevice) { in isAdvancedDetailsHeader()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DMediaDeviceUtils.java46 public static String getId(BluetoothDevice bluetoothDevice) { in getId()
/aosp12/packages/apps/Dialer/java/com/android/incallui/audioroute/
H A DAudioRouteSelectorDialogFragment.java177 private TextView createBluetoothItem(BluetoothDevice bluetoothDevice, boolean selected) { in createBluetoothItem()
204 private String getAliasName(BluetoothDevice bluetoothDevice) { in getAliasName()
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DAbstractBluetoothA2dpPreferenceController.java186 BluetoothDevice bluetoothDevice = in setCodecConfigPreference() local
197 BluetoothDevice bluetoothDevice = in getCodecConfig() local
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
H A DBluetoothDevicesSlice.java345 SliceAction buildPrimaryBluetoothAction(CachedBluetoothDevice bluetoothDevice) { in buildPrimaryBluetoothAction()
359 SliceAction buildBluetoothDetailDeepLinkAction(CachedBluetoothDevice bluetoothDevice) { in buildBluetoothDetailDeepLinkAction()
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DTelecomAdapter.java200 public void requestBluetoothAudio(BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/
H A DAbstractBluetoothDialogPreferenceController.java178 BluetoothDevice bluetoothDevice = in getSelectableConfigs() local
/aosp12/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java316 public Device(BluetoothDevice bluetoothDevice) { in Device()
682 public void openBluetoothDevice(IBinder token, BluetoothDevice bluetoothDevice, in openBluetoothDevice()
811 BluetoothDevice bluetoothDevice = null; in addDeviceLocked() local
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java577 public final void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
H A DConnection.java3052 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...