/packages/apps/Car/Messenger/src/com/android/car/messenger/ |
D | MessengerDelegate.java | 104 L.d(TAG, "Received message from " + message.getDeviceAddress()); in onMessageReceived() 202 senderKey.getDeviceAddress(), recipientUris, messageText, in sendMessage() 209 senderKey.getDeviceAddress()); in sendMessage() 263 mSmsDatabaseHandler.removeMessagesForDevice(key.getDeviceAddress()); in cleanupMessagesAndNotifications() 276 < mBTDeviceAddressToConnectionTimestamp.get(mapMessage.getDeviceAddress())) { in updateNotification() 390 if (mProjectionStateListener.isProjectionInActiveForeground(senderKey.getDeviceAddress())) { in createNotification() 446 L.d(TAG, "Not adding Reply action for " + senderKey.getDeviceAddress()); in getNotificationActions() 472 BluetoothDevice device = adapter.getRemoteDevice(senderKey.getDeviceAddress()); in shouldAddReplyAction() 517 super(message.getDeviceAddress(), message.getHandle()); in MessageKey()
|
D | SenderKey.java | 22 this(message.getDeviceAddress(), in SenderKey() 28 return String.format("SenderKey: %s -- %s", getDeviceAddress(), getSubKey()); in toString() 38 dest.writeString(getDeviceAddress()); in writeToParcel()
|
D | SmsDatabaseHandler.java | 166 newMessage.put(Telephony.Sms.ADDRESS, message.getDeviceAddress()); in buildMessageContentValues() 178 String[] smsSelectionArgs = {message.getDeviceAddress(), sqlFriendlyMessageText, in createSmsSelectionArgs()
|
D | CompositeKey.java | 56 public String getDeviceAddress() { in getDeviceAddress() method in CompositeKey
|
D | MapMessage.java | 119 public String getDeviceAddress() { in getDeviceAddress() method in MapMessage
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/activity/ |
D | AssociatedDeviceDetails.java | 38 mDeviceAddress = device.getDeviceAddress(); in AssociatedDeviceDetails() 58 String getDeviceAddress() { in getDeviceAddress() method in AssociatedDeviceDetails
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/external/ |
D | AssociatedDevice.java | 46 this(device.getDeviceId(), device.getDeviceAddress(), device.getDeviceName(), in AssociatedDevice() 60 public String getDeviceAddress() { in getDeviceAddress() method in AssociatedDevice
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wfd/ |
D | WifiDisplaySettings.java | 308 WifiDisplay display = findWifiDisplay(route.getDeviceAddress()); in createRoutePreference() 319 if (display.getDeviceAddress().equals(deviceAddress)) { in findWifiDisplay() 574 mDisplayManager.connectWifiDisplay(display.getDeviceAddress()); in pairWifiDisplay() 590 mDisplayManager.renameWifiDisplay(display.getDeviceAddress(), name); in showWifiDisplayOptionsDialog() 596 mDisplayManager.forgetWifiDisplay(display.getDeviceAddress()); in showWifiDisplayOptionsDialog()
|
/packages/apps/Settings/src/com/android/settings/wfd/ |
D | WifiDisplaySettings.java | 309 WifiDisplay display = findWifiDisplay(route.getDeviceAddress()); in createRoutePreference() 320 if (display.getDeviceAddress().equals(deviceAddress)) { in findWifiDisplay() 575 mDisplayManager.connectWifiDisplay(display.getDeviceAddress()); in pairWifiDisplay() 591 mDisplayManager.renameWifiDisplay(display.getDeviceAddress(), name); in showWifiDisplayOptionsDialog() 597 mDisplayManager.forgetWifiDisplay(display.getDeviceAddress()); in showWifiDisplayOptionsDialog()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | ScanFilterQueue.java | 181 if (filter.getDeviceAddress() != null) { in addScanFilter() 182 addDeviceAddress(filter.getDeviceAddress(), DEVICE_TYPE_ALL); in addScanFilter()
|
D | AppScanStats.java | 380 if (filter.getDeviceAddress() != null) { in filterToStringWithoutNullParam() 381 filterString += " DeviceAddress=" + filter.getDeviceAddress(); in filterToStringWithoutNullParam()
|
/packages/apps/Car/Messenger/tests/robotests/src/com/android/car/messenger/ |
D | MessengerDelegateTest.java | 249 return expected.getDeviceAddress().equals(observed.getDeviceAddress()) in mapMessageEquals()
|
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/storage/ |
D | AssociatedDeviceEntity.java | 55 address = associatedDevice.getDeviceAddress(); in AssociatedDeviceEntity()
|
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/model/ |
D | AssociatedDevice.java | 62 public String getDeviceAddress() { in getDeviceAddress() method in AssociatedDevice
|