Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java100 private String getChannelKey(BluetoothDevice remoteDevice, int uuid) { in getChannelKey()
104 public String getName(BluetoothDevice remoteDevice) { in getName()
117 public int getChannel(BluetoothDevice remoteDevice, int uuid) { in getChannel()
134 public void setName(BluetoothDevice remoteDevice, String name) { in setName()
146 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) { in setChannel()
160 public void removeChannel(BluetoothDevice remoteDevice, int uuid) { in removeChannel()
DBluetoothOppTransferAdapter.java95 BluetoothDevice remoteDevice = in bindView() local
DBluetoothOppReceiver.java65 BluetoothDevice remoteDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
DBluetoothOppTransferActivity.java393 BluetoothDevice remoteDevice = mAdapter.getRemoteDevice(mTransInfo.mDestAddr); in onClick() local
DBluetoothOppUtility.java128 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.java180 BluetoothDevice remoteDevice; in getMessages() local
207 BluetoothDevice remoteDevice; in sendMessage() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceDetailsFragment.java84 BluetoothDevice remoteDevice = in getCachedDevice() local
DDeviceProfilesSettings.java88 BluetoothDevice remoteDevice = mManager.getBluetoothAdapter().getRemoteDevice(address); in onCreate() local
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMasClient.java82 public MasClient(BluetoothDevice remoteDevice, StateMachine callback, in MasClient()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java268 void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice) { in handleCpbrCommand()
620 private int checkAccessPermission(BluetoothDevice remoteDevice) { in checkAccessPermission()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java405 BluetoothDevice remoteDevice = sm.getRemoteDevice(); in handleMessage() local
664 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothSocket socket) { in onConnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java77 public BluetoothMnsObexClient(BluetoothDevice remoteDevice, SdpMnsRecord mnsRecord, in BluetoothMnsObexClient()
DBluetoothMapService.java832 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothMapMasInstance masInst) { in onConnect()