Home
last modified time | relevance | path

Searched defs:remoteDevice (Results 1 – 9 of 9) 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.java95 BluetoothDevice remoteDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
DBluetoothOppTransferActivity.java382 BluetoothDevice remoteDevice = mAdapter.getRemoteDevice(mTransInfo.mDestAddr); in onClick() local
DBluetoothOppUtility.java111 BluetoothDevice remoteDevice = adapter.getRemoteDevice(info.mDestAddr); in queryRecord() 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/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java264 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.java70 public BluetoothMnsObexClient(BluetoothDevice remoteDevice, Handler callback) { in BluetoothMnsObexClient()
DBluetoothMapService.java756 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothMapMasInstance masInst) { in onConnect()