/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppPreference.java | 100 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()
|
D | BluetoothOppTransferAdapter.java | 95 BluetoothDevice remoteDevice = in bindView() local
|
D | BluetoothOppReceiver.java | 67 BluetoothDevice remoteDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
|
D | BluetoothOppUtility.java | 131 BluetoothDevice remoteDevice = adapter.getRemoteDevice(info.mDestAddr); in fillRecord() 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/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDeviceDetailsFragment.java | 67 BluetoothDevice remoteDevice = BluetoothAdapter.getDefaultAdapter().getRemoteDevice( in onAttach() local
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
D | MapMceTestFragment.java | 265 BluetoothDevice remoteDevice; in getMessages() local 319 BluetoothDevice remoteDevice; in getUploadingFeatureValue() local 347 BluetoothDevice remoteDevice; in sendMessage() local
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDeviceDetailsFragment.java | 94 BluetoothDevice remoteDevice = in getCachedDevice() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | AtPhonebook.java | 275 void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice) { in handleCpbrCommand() 635 private int checkAccessPermission(BluetoothDevice remoteDevice) { in checkAccessPermission()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MasClient.java | 88 public MasClient(BluetoothDevice remoteDevice, StateMachine callback, in MasClient()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 414 BluetoothDevice remoteDevice = sm.getRemoteDevice(); in handleMessage() local 752 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothSocket socket) { in onConnect()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMnsObexClient.java | 77 public BluetoothMnsObexClient(BluetoothDevice remoteDevice, SdpMnsRecord mnsRecord, in BluetoothMnsObexClient()
|
D | BluetoothMapService.java | 898 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothMapMasInstance masInst) { in onConnect()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpBipClient.java | 123 public AvrcpBipClient(BluetoothDevice remoteDevice, int psm, Callback callback) { in AvrcpBipClient()
|