Searched defs:remoteDevice (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppPreference.java | 98 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()
|
D | BluetoothOppTransferAdapter.java | 96 BluetoothDevice remoteDevice = adapter.getRemoteDevice(cursor in bindView() local
|
D | BluetoothOppReceiver.java | 95 BluetoothDevice remoteDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
|
D | BluetoothOppTransferActivity.java | 382 BluetoothDevice remoteDevice = mAdapter.getRemoteDevice(mTransInfo.mDestAddr); in onClick() local
|
D | BluetoothOppUtility.java | 111 BluetoothDevice remoteDevice = adapter.getRemoteDevice(info.mDestAddr); in queryRecord() local
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BeamTransferRecord.java | 34 public BluetoothDevice remoteDevice; field in BeamTransferRecord 37 private BeamTransferRecord(BluetoothDevice remoteDevice, in BeamTransferRecord() 48 BluetoothDevice remoteDevice, boolean remoteActivating, in forBluetoothDevice()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | AtPhonebook.java | 264 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/ |
D | BluetoothMnsObexClient.java | 70 public BluetoothMnsObexClient(BluetoothDevice remoteDevice, Handler callback) { in BluetoothMnsObexClient()
|
D | BluetoothMapService.java | 756 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothMapMasInstance masInst) { in onConnect()
|