Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 78) sorted by relevance

1234

/packages/apps/Car/libs/car-messenger-common/proto/
Dnotification_msg.proto23 // Message to be sent from the phone SDK to the IHU SDK.
30 // The different types of messages to be sent from the phone SDK.
56 // Message to be sent from the IHU SDK to the phone SDK.
72 // Message to be sent from the Phone SDK to the IHU SDK after an Action
136 // Details of the sender who sent the message.
143 // Sends over an avatar icon. This should be sent once per unique sender
/packages/apps/Car/CompanionDeviceSupport/proto/
Dphone_auth.proto24 // Credentials to be sent from a phone to unlock the user.
26 // Required field representing the escrow token that needs to be sent for authenticating the user
29 // Required field representing the handle associated with the escrow token that needs to be sent
Dtrusted_device_message.proto66 // An error message. Should only be sent as `TrustedDeviceMessage.payload` when
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowLocalBroadcastManager.java69 boolean sent = false; in sendBroadcast()
77 sent = true; in sendBroadcast()
86 return sent; in sendBroadcast()
/packages/modules/DnsResolver/
DDnsTlsTransport.cpp63 const bool sent = mSocket->query(q.newId, netdutils::drop(netdutils::makeSlice(q.query), 2)); in sendQuery() local
64 if (sent) { in sendQuery()
67 return sent; in sendQuery()
DREADME-DoT.md70 query a new ID for transmission, records the mapping from input IDs to sent IDs, and
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DMessageData.java279 final String subject, final long sent, final long recieved, in createReceivedSmsMessage() argument
290 message.mSentTimestamp = sent; in createReceivedSmsMessage()
316 final boolean seen, final boolean read, final long sent, in createSmsMessage() argument
322 message.mSentTimestamp = sent; in createSmsMessage()
340 final long size, final int rawStatus, final long expiry, final long sent, in createMmsMessage() argument
346 message.mSentTimestamp = sent; in createMmsMessage()
/packages/services/Car/service/proto/
Dphone_auth.proto9 // Required field representing the escrow token that needs to be sent for authenticating the user
12 // Required field representing the handle associated with the escrow token that needs to be sent
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DReceiveSmsMessageAction.java127 final long sent = messageValues.getAsLong(Sms.DATE_SENT); in executeAction() local
144 participantId, selfId, text, subject, sent, received, seen, read); in executeAction()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java222 public void setSent(String sent) { in setSent() argument
223 this.mSent = sent; in setSent()
DBluetoothMapContent.java516 String sent = null; in setSent() local
518 sent = "yes"; in setSent()
520 sent = "no"; in setSent()
523 Log.d(TAG, "setSent: " + sent); in setSent()
525 e.setSent(sent); in setSent()
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_tls_frontend.cpp250 int sent = send(backend_socket_.get(), query, qlen, 0); in handleRequests() local
251 if (sent != qlen) { in handleRequests()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DAppStateNotificationBridgeTest.java380 NotificationsSentState sent = new NotificationsSentState(); in testSummary_recency() local
381 sent.lastSent = System.currentTimeMillis() - (2 * DAY_IN_MILLIS); in testSummary_recency()
387 mContext, sent, R.id.sort_order_recent_notification).toString()).contains("2"); in testSummary_recency()
/packages/apps/Dialer/java/com/android/dialer/rtt/
Drtt_transcript.proto25 // Whether this message is sent from local device or received from remote
/packages/apps/Dialer/java/com/android/dialer/callintent/
Dcall_initiation_type.proto50 // Call was placed from outside the Dialer (e.g. CALL intent sent
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRadioInfo.java197 private TextView sent; field in RadioInfo
433 sent = (TextView) findViewById(R.id.sent); in onCreate()
1020 sent.setText(txPackets + " " + packets + ", " + txBytes + " " + bytes); in updateDataStats2()
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto64 // acknowledges and this is when this impression is sent
277 // sent to dialer settings to grant permission.
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses71 means any form of electronic, verbal, or written communication sent
253 means any form of electronic, verbal, or written communication sent
459 means any form of electronic, verbal, or written communication sent
665 means any form of electronic, verbal, or written communication sent
871 means any form of electronic, verbal, or written communication sent
1077 means any form of electronic, verbal, or written communication sent
1295 means any form of electronic, verbal, or written communication sent
1489 means any form of electronic, verbal, or written communication sent
1683 means any form of electronic, verbal, or written communication sent
1877 means any form of electronic, verbal, or written communication sent
[all …]
/packages/apps/CertInstaller/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/packages/apps/TimeZoneUpdater/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/packages/apps/SpareParts/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/packages/wallpapers/LivePicker/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/packages/providers/MediaProvider/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/packages/apps/HTMLViewer/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/packages/services/Car/tests/CarDeveloperOptions/
DNOTICE67 means any form of electronic, verbal, or written communication sent

1234