Home
last modified time | relevance | path

Searched refs:getDeviceAddress (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java104 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()
DSenderKey.java22 this(message.getDeviceAddress(), in SenderKey()
28 return String.format("SenderKey: %s -- %s", getDeviceAddress(), getSubKey()); in toString()
38 dest.writeString(getDeviceAddress()); in writeToParcel()
DSmsDatabaseHandler.java166 newMessage.put(Telephony.Sms.ADDRESS, message.getDeviceAddress()); in buildMessageContentValues()
178 String[] smsSelectionArgs = {message.getDeviceAddress(), sqlFriendlyMessageText, in createSmsSelectionArgs()
DCompositeKey.java56 public String getDeviceAddress() { in getDeviceAddress() method in CompositeKey
DMapMessage.java119 public String getDeviceAddress() { in getDeviceAddress() method in MapMessage
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/activity/
DAssociatedDeviceDetails.java38 mDeviceAddress = device.getDeviceAddress(); in AssociatedDeviceDetails()
58 String getDeviceAddress() { in getDeviceAddress() method in AssociatedDeviceDetails
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/external/
DAssociatedDevice.java46 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/
DWifiDisplaySettings.java308 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/
DWifiDisplaySettings.java309 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/
DScanFilterQueue.java181 if (filter.getDeviceAddress() != null) { in addScanFilter()
182 addDeviceAddress(filter.getDeviceAddress(), DEVICE_TYPE_ALL); in addScanFilter()
DAppScanStats.java380 if (filter.getDeviceAddress() != null) { in filterToStringWithoutNullParam()
381 filterString += " DeviceAddress=" + filter.getDeviceAddress(); in filterToStringWithoutNullParam()
/packages/apps/Car/Messenger/tests/robotests/src/com/android/car/messenger/
DMessengerDelegateTest.java249 return expected.getDeviceAddress().equals(observed.getDeviceAddress()) in mapMessageEquals()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/storage/
DAssociatedDeviceEntity.java55 address = associatedDevice.getDeviceAddress(); in AssociatedDeviceEntity()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/model/
DAssociatedDevice.java62 public String getDeviceAddress() { in getDeviceAddress() method in AssociatedDevice