Home
last modified time | relevance | path

Searched refs:getIdentityAddress (Results 1 – 25 of 34) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsMacAddressController.java49 R.string.bluetooth_device_mac_address, mCachedDevice.getIdentityAddress())); in init()
57 mCachedDevice.getIdentityAddress())); in refresh()
59 title.append("\n").append(member.getIdentityAddress()); in refresh()
65 mCachedDevice.getIdentityAddress())); in refresh()
66 title.append("\n").append(mCachedDevice.getSubDevice().getIdentityAddress()); in refresh()
70 R.string.bluetooth_device_mac_address, mCachedDevice.getIdentityAddress())); in refresh()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/
DSdpManager.java149 : mAdapterService.getIdentityAddress(addressString); in getSearchInstance()
155 : mAdapterService.getIdentityAddress(inst.getDevice().getAddress()); in getSearchInstance()
167 : mAdapterService.getIdentityAddress(device.getAddress()); in isSearching()
172 : mAdapterService.getIdentityAddress(inst.getDevice().getAddress()); in isSearching()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java101 : mAdapterService.getIdentityAddress(device.getAddress()); in setBipClientStatus()
241 : mAdapterService.getIdentityAddress(device.getAddress()); in disconnectDevice()
282 : mAdapterService.getIdentityAddress(device.getAddress()); in sendVolumeChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterPropertiesTest.java78 when(mAdapterService.getIdentityAddress(Utils.getAddressStringFromByte(TEST_BT_ADDR_BYTES))) in setUp()
80 when(mAdapterService.getIdentityAddress( in setUp()
DAdapterServiceTest.java959 String identityAddress = mAdapterService.getIdentityAddress(TEST_BT_ADDR_1); in testAddressConsolidation()
970 identityAddress = mAdapterService.getIdentityAddress(TEST_BT_ADDR_1); in testAddressConsolidation()
980 assertThat(mAdapterService.getIdentityAddress(device.getAddress())).isNull(); in testIdentityAddressNullIfUnknown()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothObexTransport.java116 : mSocket.getRemoteDevice().getIdentityAddress(); in getRemoteAddress()
DUtils.java235 String identity = service.getIdentityAddress(address); in getBrEdrAddress()
248 String identity = service != null ? service.getIdentityAddress(address) : null; in getBrEdrAddress()
261 String identity = service.getIdentityAddress(address); in getBrEdrAddress()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiver.java92 : device.getIdentityAddress(); in onReceive()
DBluetoothOppManager.java482 : mRemoteDevice.getIdentityAddress()); in insertMultipleShare()
513 : mRemoteDevice.getIdentityAddress()); in insertSingleShare()
DBluetoothOppPreference.java198 return device.getIdentityAddress(); in getBrEdrAddress()
DBluetoothOppReceiver.java86 : remoteDevice.getIdentityAddress())); in onReceive()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBluetoothSocketManagerBinder.java61 : mService.getIdentityAddress(device.getAddress()); in connectSocket()
DAdapterProperties.java663 : mService.getIdentityAddress(address); in cleanupPrevBondRecordsFor()
679 : mService.getIdentityAddress(existingAddress); in cleanupPrevBondRecordsFor()
1256 : mService.getIdentityAddress(address); in dump()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DForgetDeviceDialogFragmentTest.java78 when(mCachedDevice.getIdentityAddress()).thenReturn(deviceAddress); in setUp()
DBluetoothDetailsControllerTestBase.java163 when(mCachedDevice.getIdentityAddress()).thenReturn(config.getAddress()); in setupDevice()
DRemoteDeviceNameDialogFragmentTest.java66 when(mCachedDevice.getIdentityAddress()).thenReturn(deviceAddress); in setUp()
DBluetoothFindBroadcastsFragmentTest.java102 when(mCachedDevice.getIdentityAddress()).thenReturn(TEST_ADDRESS); in setUp()
DBluetoothDevicePairingDetailBaseTest.java234 when(cachedDevice.getIdentityAddress()).thenReturn(TEST_DEVICE_ADDRESS_B); in onProfileConnectionStateChanged_deviceNotInPreferenceMap_doNothing()
DBluetoothDeviceDetailsFragmentTest.java291 doReturn(TEST_ADDRESS).when(mCachedDevice).getIdentityAddress(); in setupFragment()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DDistanceMeasurementManager.java98 String address = mAdapterService.getIdentityAddress(params.getDevice().getAddress()); in startDistanceMeasurement()
177 String address = mAdapterService.getIdentityAddress(device.getAddress()); in stopDistanceMeasurement()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sdp/
DDipTest.java72 doReturn("00:01:02:03:04:05").when(mAdapterService).getIdentityAddress("00:01:02:03:04:05"); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostService.java192 private byte[] getIdentityAddress(BluetoothDevice device) { in getIdentityAddress() method in HidHostService
214 return getIdentityAddress(device); in getByteAddress()
223 return getIdentityAddress(device); in getByteAddress()
229 return getIdentityAddress(device); in getByteAddress()
/packages/apps/Settings/src/com/android/settings/connecteddevice/
DConnectedDeviceGroupController.java259 data.key = cachedDevice.getName() + cachedDevice.getIdentityAddress(); in updateDynamicRawDataToIndex()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DDistanceMeasurementManagerTest.java71 doReturn(IDENTITY_ADDRESS).when(mAdapterService).getIdentityAddress(IDENTITY_ADDRESS); in setUp()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl66 String getIdentityAddress(in String address); in getIdentityAddress() method

12