Home
last modified time | relevance | path

Searched defs:remoteDevice (Results 1 – 10 of 10) 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
DBluetoothOppTransferActivity.java376 BluetoothDevice remoteDevice = mAdapter.getRemoteDevice(mTransInfo.mDestAddr); in onClick() local
DBluetoothOppReceiver.java95 BluetoothDevice remoteDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
DBluetoothOppUtility.java123 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/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java264 public void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice) { in handleCpbrCommand()
600 private int checkAccessPermission(BluetoothDevice remoteDevice) { in checkAccessPermission()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceProfilesSettings.java86 BluetoothDevice remoteDevice = mManager.getBluetoothAdapter().getRemoteDevice(address); in onCreate() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java77 public BluetoothMnsObexClient(BluetoothDevice remoteDevice, in BluetoothMnsObexClient()
DBluetoothMapService.java850 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothMapMasInstance masInst) { in onConnect()