/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDetailsMacAddressController.java | 49 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/ |
D | SdpManager.java | 149 : 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/ |
D | AvrcpNativeInterface.java | 101 : 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/ |
D | AdapterPropertiesTest.java | 78 when(mAdapterService.getIdentityAddress(Utils.getAddressStringFromByte(TEST_BT_ADDR_BYTES))) in setUp() 80 when(mAdapterService.getIdentityAddress( in setUp()
|
D | AdapterServiceTest.java | 959 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/ |
D | BluetoothObexTransport.java | 116 : mSocket.getRemoteDevice().getIdentityAddress(); in getRemoteAddress()
|
D | Utils.java | 235 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/ |
D | BluetoothOppHandoverReceiver.java | 92 : device.getIdentityAddress(); in onReceive()
|
D | BluetoothOppManager.java | 482 : mRemoteDevice.getIdentityAddress()); in insertMultipleShare() 513 : mRemoteDevice.getIdentityAddress()); in insertSingleShare()
|
D | BluetoothOppPreference.java | 198 return device.getIdentityAddress(); in getBrEdrAddress()
|
D | BluetoothOppReceiver.java | 86 : remoteDevice.getIdentityAddress())); in onReceive()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | BluetoothSocketManagerBinder.java | 61 : mService.getIdentityAddress(device.getAddress()); in connectSocket()
|
D | AdapterProperties.java | 663 : 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/ |
D | ForgetDeviceDialogFragmentTest.java | 78 when(mCachedDevice.getIdentityAddress()).thenReturn(deviceAddress); in setUp()
|
D | BluetoothDetailsControllerTestBase.java | 163 when(mCachedDevice.getIdentityAddress()).thenReturn(config.getAddress()); in setupDevice()
|
D | RemoteDeviceNameDialogFragmentTest.java | 66 when(mCachedDevice.getIdentityAddress()).thenReturn(deviceAddress); in setUp()
|
D | BluetoothFindBroadcastsFragmentTest.java | 102 when(mCachedDevice.getIdentityAddress()).thenReturn(TEST_ADDRESS); in setUp()
|
D | BluetoothDevicePairingDetailBaseTest.java | 234 when(cachedDevice.getIdentityAddress()).thenReturn(TEST_DEVICE_ADDRESS_B); in onProfileConnectionStateChanged_deviceNotInPreferenceMap_doNothing()
|
D | BluetoothDeviceDetailsFragmentTest.java | 291 doReturn(TEST_ADDRESS).when(mCachedDevice).getIdentityAddress(); in setupFragment()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | DistanceMeasurementManager.java | 98 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/ |
D | DipTest.java | 72 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/ |
D | HidHostService.java | 192 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/ |
D | ConnectedDeviceGroupController.java | 259 data.key = cachedDevice.getName() + cachedDevice.getIdentityAddress(); in updateDynamicRawDataToIndex()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | DistanceMeasurementManagerTest.java | 71 doReturn(IDENTITY_ADDRESS).when(mAdapterService).getIdentityAddress(IDENTITY_ADDRESS); in setUp()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetooth.aidl | 66 String getIdentityAddress(in String address); in getIdentityAddress() method
|