Home
last modified time | relevance | path

Searched defs:remoteDevice (Results 1 – 22 of 22) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java104 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()
DBluetoothOppTransferAdapter.java94 BluetoothDevice remoteDevice = in bindView() local
DBluetoothOppReceiver.java73 BluetoothDevice remoteDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
DBluetoothOppUtility.java147 BluetoothDevice remoteDevice = adapter.getRemoteDevice(info.mDestAddr); in fillRecord() local
/packages/modules/Connectivity/remoteauth/framework/java/android/remoteauth/
DIDeviceDiscoveryListener.aidl28 void onDiscovered(in RemoteDevice remoteDevice); in onDiscovered()
31 void onLost(in RemoteDevice remoteDevice); in onLost()
DRemoteAuthManager.java200 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/
DBluetoothDeviceDetailsFragment.java67 BluetoothDevice remoteDevice = BluetoothAdapter.getDefaultAdapter().getRemoteDevice( in onAttach() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DDistanceMeasurementManager.java182 public int getChannelSoundingMaxSupportedSecurityLevel(@NonNull BluetoothDevice remoteDevice) { in getChannelSoundingMaxSupportedSecurityLevel()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DAtPhonebook.java278 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/
DBluetoothPbapService.java459 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/
DMasClient.java91 BluetoothDevice remoteDevice, StateMachine callback, SdpMasRecord sdpMasRecord) { in MasClient()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppUtilityTest.java295 BluetoothDevice remoteDevice = adapter.getRemoteDevice(destinationValue); in fillRecord_filledAllProperties() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java76 BluetoothDevice remoteDevice, SdpMnsRecord mnsRecord, Handler callback) { in BluetoothMnsObexClient()
DBluetoothMapService.java922 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothMapMasInstance masInst) { in onConnect()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceDetailsFragment.java150 BluetoothDevice remoteDevice = in getCachedDevice() local
DBluetoothFindBroadcastsFragment.java190 BluetoothDevice remoteDevice = in getCachedDevice() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpBipClient.java123 public AvrcpBipClient(BluetoothDevice remoteDevice, int psm, Callback callback) { in AvrcpBipClient()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DMapMceTestFragment.java316 BluetoothDevice remoteDevice; in sendMessage() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DDistanceMeasurementManager.java199 int getChannelSoundingMaxSupportedSecurityLevel(BluetoothDevice remoteDevice) { in getChannelSoundingMaxSupportedSecurityLevel()
DGattService.java1246 BluetoothDevice remoteDevice, AttributionSource attributionSource) { in getChannelSoundingMaxSupportedSecurityLevel()
2068 int getChannelSoundingMaxSupportedSecurityLevel(BluetoothDevice remoteDevice) { in getChannelSoundingMaxSupportedSecurityLevel()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl192 …int getChannelSoundingMaxSupportedSecurityLevel(in BluetoothDevice remoteDevice, in AttributionSou… in getChannelSoundingMaxSupportedSecurityLevel()
/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/
DMainActivity.java1621 private AudioConfig determineAudioConfig(DeviceInfo localDevice, DeviceInfo remoteDevice) { in determineAudioConfig()