Searched defs:mRemoteDevice (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java53 private BluetoothDevice mRemoteDevice = null; // The remote connected device field in class:BluetoothMapMasInstance
141 mRemoteDevice = mConnSocket.getRemoteDevice();
144 if (mRemoteDevice == null) {
151 boolean isValid = mMapService.onConnect(mRemoteDevice, BluetoothMapMasInstance.this);
H A DBluetoothMnsObexClient.java55 BluetoothDevice mRemoteDevice; field in class:BluetoothMnsObexClient
74 mRemoteDevice = remoteDevice;
205 btSocket = mRemoteDevice.createInsecureRfcommSocketToServiceRecord(
H A DBluetoothMapService.java141 private BluetoothDevice mRemoteDevice = null; // The remote connected device - protect access field in class:BluetoothMapService
196 mRemoteDevice = null;
228 mBluetoothMnsObexClient = new BluetoothMnsObexClient(mRemoteDevice, mSessionStatusHandler);
299 mRemoteDevice = null;
338 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevice);
394 if (mIsWaitingAuthorization == true || mRemoteDevice == null) {
422 return mRemoteDevice;
437 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevice);
441 s.onProfileConnectionStateChanged(mRemoteDevice, BluetoothProfile.MAP,
477 if (mState == BluetoothMap.STATE_CONNECTED && mRemoteDevice !
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppManager.java376 private final BluetoothDevice mRemoteDevice; field in class:BluetoothOppManager.InsertShareInfoThread
394 this.mRemoteDevice = device;
412 if (mRemoteDevice == null) {
447 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress());
456 + getDeviceName(mRemoteDevice));
467 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress());
475 + getDeviceName(mRemoteDevice));
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java164 private BluetoothDevice mRemoteDevice = null; field in class:BluetoothPbapService
263 if (mRemoteDevice == null || device == null) {
270 if (mRemoteDevice.equals(device)) {
295 boolean result = mRemoteDevice.setPhonebookAccessPermission(
312 boolean result = mRemoteDevice.setPhonebookAccessPermission(
598 mRemoteDevice = mConnSocket.getRemoteDevice();
600 if (mRemoteDevice == null) {
604 sRemoteDeviceName = mRemoteDevice.getName();
609 int permission = mRemoteDevice.getPhonebookAccessPermission();
636 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevice);
[all...]
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverTransfer.java109 final BluetoothDevice mRemoteDevice; field in class:HandoverTransfer
136 mRemoteDevice = pendingTransfer.remoteDevice;
181 if (mIncoming && mRemoteDevice != null) whitelistOppDevice(mRemoteDevice);
475 ? mRemoteDevice.getAddress() : mRemoteMac);

Completed in 106 milliseconds