/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppPreference.java | 104 private String getChannelKey(BluetoothDevice remoteDevice, int uuid) { in getChannelKey() 108 public String getName(BluetoothDevice remoteDevice) { in getName() 122 public int getChannel(BluetoothDevice remoteDevice, int uuid) { in getChannel() 140 public void setName(BluetoothDevice remoteDevice, String name) { in setName() 153 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) { in setChannel() 171 public void removeChannel(BluetoothDevice remoteDevice, int uuid) { in removeChannel() 179 public void removeName(BluetoothDevice remoteDevice) { in removeName()
|
D | BluetoothOppTransferAdapter.java | 94 BluetoothDevice remoteDevice = in bindView() local
|
D | BluetoothOppReceiver.java | 73 BluetoothDevice remoteDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
|
D | BluetoothOppUtility.java | 147 BluetoothDevice remoteDevice = adapter.getRemoteDevice(info.mDestAddr); in fillRecord() local
|
/packages/modules/Connectivity/remoteauth/framework/java/android/remoteauth/ |
D | IDeviceDiscoveryListener.aidl | 28 void onDiscovered(in RemoteDevice remoteDevice); in onDiscovered() 31 void onLost(in RemoteDevice remoteDevice); in onLost()
|
D | RemoteAuthManager.java | 200 public void onDiscovered(RemoteDevice remoteDevice) throws RemoteException { in onDiscovered() 213 public void onLost(RemoteDevice remoteDevice) throws RemoteException { in onLost()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDeviceDetailsFragment.java | 67 BluetoothDevice remoteDevice = BluetoothAdapter.getDefaultAdapter().getRemoteDevice( in onAttach() local
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | DistanceMeasurementManager.java | 182 public int getChannelSoundingMaxSupportedSecurityLevel(@NonNull BluetoothDevice remoteDevice) { in getChannelSoundingMaxSupportedSecurityLevel()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | AtPhonebook.java | 278 void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice) { in handleCpbrCommand() 660 int checkAccessPermission(BluetoothDevice remoteDevice) { in checkAccessPermission()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 459 BluetoothPbapService service, BluetoothDevice remoteDevice) { in handleNotificationTask() 571 BluetoothDevice remoteDevice = sm.getRemoteDevice(); in handleMessage() local 912 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothSocket socket) { in onConnect()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/ |
D | MasClient.java | 91 BluetoothDevice remoteDevice, StateMachine callback, SdpMasRecord sdpMasRecord) { in MasClient()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppUtilityTest.java | 295 BluetoothDevice remoteDevice = adapter.getRemoteDevice(destinationValue); in fillRecord_filledAllProperties() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMnsObexClient.java | 76 BluetoothDevice remoteDevice, SdpMnsRecord mnsRecord, Handler callback) { in BluetoothMnsObexClient()
|
D | BluetoothMapService.java | 922 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothMapMasInstance masInst) { in onConnect()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDeviceDetailsFragment.java | 150 BluetoothDevice remoteDevice = in getCachedDevice() local
|
D | BluetoothFindBroadcastsFragment.java | 190 BluetoothDevice remoteDevice = in getCachedDevice() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpBipClient.java | 123 public AvrcpBipClient(BluetoothDevice remoteDevice, int psm, Callback callback) { in AvrcpBipClient()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
D | MapMceTestFragment.java | 316 BluetoothDevice remoteDevice; in sendMessage() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | DistanceMeasurementManager.java | 199 int getChannelSoundingMaxSupportedSecurityLevel(BluetoothDevice remoteDevice) { in getChannelSoundingMaxSupportedSecurityLevel()
|
D | GattService.java | 1246 BluetoothDevice remoteDevice, AttributionSource attributionSource) { in getChannelSoundingMaxSupportedSecurityLevel() 2068 int getChannelSoundingMaxSupportedSecurityLevel(BluetoothDevice remoteDevice) { in getChannelSoundingMaxSupportedSecurityLevel()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 192 …int getChannelSoundingMaxSupportedSecurityLevel(in BluetoothDevice remoteDevice, in AttributionSou… in getChannelSoundingMaxSupportedSecurityLevel()
|
/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/ |
D | MainActivity.java | 1621 private AudioConfig determineAudioConfig(DeviceInfo localDevice, DeviceInfo remoteDevice) { in determineAudioConfig()
|