Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java98 private String getChannelKey(BluetoothDevice remoteDevice, int uuid) { in getChannelKey()
102 public String getName(BluetoothDevice remoteDevice) { in getName()
115 public int getChannel(BluetoothDevice remoteDevice, int uuid) { in getChannel()
127 public void setName(BluetoothDevice remoteDevice, String name) { in setName()
137 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) { in setChannel()
149 public void removeChannel(BluetoothDevice remoteDevice, int uuid) { in removeChannel()
DBluetoothOppTransferAdapter.java96 BluetoothDevice remoteDevice = adapter.getRemoteDevice(cursor in bindView() local
DBluetoothOppReceiver.java67 BluetoothDevice remoteDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
DBluetoothOppTransferActivity.java376 BluetoothDevice remoteDevice = mAdapter.getRemoteDevice(mTransInfo.mDestAddr); in onClick() local
DBluetoothOppUtility.java127 BluetoothDevice remoteDevice = adapter.getRemoteDevice(info.mDestAddr); in fillRecord() local
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferRecord.java34 public BluetoothDevice remoteDevice; field in BeamTransferRecord
37 private BeamTransferRecord(BluetoothDevice remoteDevice, in BeamTransferRecord()
48 BluetoothDevice remoteDevice, boolean remoteActivating, in forBluetoothDevice()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DMapMceTestFragment.java155 BluetoothDevice remoteDevice; in getMessages() local
173 BluetoothDevice remoteDevice; in sendMessage() local
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMasClient.java65 public MasClient(BluetoothDevice remoteDevice, in MasClient()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java263 public void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice) { in handleCpbrCommand()
599 private int checkAccessPermission(BluetoothDevice remoteDevice) { in checkAccessPermission()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java77 public BluetoothMnsObexClient(BluetoothDevice remoteDevice, in BluetoothMnsObexClient()
DBluetoothMapService.java834 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothMapMasInstance masInst) { in onConnect()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceProfilesSettings.java88 BluetoothDevice remoteDevice = mManager.getBluetoothAdapter().getRemoteDevice(address); in onCreate() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java994 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothSocket socket) { in onConnect()