Home
last modified time | relevance | path

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

12345678

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DMockWifiMonitor.java69 boolean sent = false; in sendMessage()
72 sent = true; in sendMessage()
76 + ",what=" + message.what, sent); in sendMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DMockWifiP2pMonitor.java71 boolean sent = false; in sendMessage()
74 sent = true; in sendMessage()
78 + ",what=" + message.what, sent); in sendMessage()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiTrafficPoller.java86 long sent = newTxPkts - mTxPkts; in notifyOnDataActivity() local
89 if (sent > 0) { in notifyOnDataActivity()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsUsageMonitor.java624 private boolean isUnderLimit(ArrayList<Long> sent, int smsWaiting) { in isUnderLimit() argument
628 if (VDBG) log("SMS send size=" + sent.size() + " time=" + ct); in isUnderLimit()
630 while (!sent.isEmpty() && sent.get(0) < beginCheckPeriod) { in isUnderLimit()
631 sent.remove(0); in isUnderLimit()
634 if ((sent.size() + smsWaiting) <= mMaxAllowed) { in isUnderLimit()
636 sent.add(ct); in isUnderLimit()
/frameworks/base/tests/ActivityManagerPerfTests/
DREADME.txt16 * The time is sent back through a Binder interface in the Intent with the help of Utils.sendTime()
17 * Each sent time is tagged with an id since there can be multiple events that send back a time
48 * Each timestamp sent to the instrumentation test is tagged with a tag since multiple timestamps
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java62 boolean sent = false; field in PendingIntentRecord
305 sent = true; in sendInner()
442 int sent = controller.mAmInternal.broadcastIntentInPackage(key.packageName, in sendInner() local
449 if (sent == ActivityManager.BROADCAST_SUCCESS) { in sendInner()
526 if (sent || canceled) { in dump()
527 pw.print(prefix); pw.print("sent="); pw.print(sent); in dump()
/frameworks/base/core/proto/android/
Dprivacy.proto32 // Fields or messages annotated with DEST_EXPLICIT can be sent
36 // Fields or messages annotated with DEST_AUTOMATIC can be sent by
/frameworks/base/core/java/android/net/metrics/
DNetworkMetrics.java100 public void addTcpStatsResult(int sent, int lost, int rttUs, int sentAckDiffMs) { in addTcpStatsResult() argument
104 pendingSummary.tcpLossRate.count(lost, sent); in addTcpStatsResult()
/frameworks/base/services/core/java/com/android/server/
DNativeDaemonConnector.java159 final int sent = msg.arg1; in handleMessage() local
171 if (start > sent && start - sent > WARN_EXECUTE_DELAY_MS) { in handleMessage()
172 loge(String.format("NDC event {%s} processed too late: %dms", event, start - sent)); in handleMessage()
/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java227 final boolean sent = mAttentionManager.checkAttention( in updateUserActivity()
230 if (!sent) { in updateUserActivity()
/frameworks/base/packages/BackupEncryption/proto/
Dkey_value_listing.proto35 // This is local state stored on the device. It is never sent to the
Dbackup_chunks_metadata.proto64 // This is local state stored on the device. It is never sent to the backup server. See
79 // listing. This needs to be sent when uploading new diff scripts.
/frameworks/opt/telephony/
DREADME.txt12 that are sent back up as responses.
/frameworks/base/core/proto/android/hardware/location/
Dcontext_hub_info.proto47 // The maximum number of bytes that can be sent per message to the hub
/frameworks/base/core/proto/android/hardware/biometrics/
Denums.proto58 // When the HAL has not sent ERROR_CANCELED within the specified timeout.
/frameworks/opt/telephony/proto/src/
Dtelephony.proto661 // Invalid response sent by vendor code
1933 // Command sent to IMS Service. See ImsCommand.
1936 // Command sent to IMS Service. See ImsCommand.
1939 // Command sent to IMS Service. See ImsCommand.
1942 // Command sent to IMS Service. See ImsCommand.
2222 // the number of RTP packets which were sent by this device but were lost
2226 // the number of RTP packets which were sent by the other party but were
2232 // packets are sent 2 milliseconds apart but received 3 milliseconds
2240 // two packets are sent 2 milliseconds apart but received 3 milliseconds
2259 // true if only silence RTP packets are sent for 20 seconds immediately
[all …]
/frameworks/rs/script_api/
Drs_io.spec62 It returns true if the message was sent and false if the
/frameworks/native/services/surfaceflinger/layerproto/
Dlayerstrace.proto55 /* Includes state sent during composition like visible region and composition type. */
/frameworks/hardware/interfaces/displayservice/1.0/
DIDisplayEventReceiver.hal35 * @param count Request to be sent a callback for every <count>th event.
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md20 Commands and subcommands (below) are sent as string extras in the broadcast
23 Commands are sent as string extras with key ```command``` (required). Possible values are:
Dbroadcasts.md37 Sticky broadcasts are those that have been sent using `Context#sendStickyBroadcast` or `Context#sen…
39 …* All cached sticky broadcasts that match the filter will be sent to the just registered `Broadcas…
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetdEventListenerService.java299 int sent = sentPackets[i]; in onTcpSocketStatsEvent() local
304 .addTcpStatsResult(sent, lost, rttUs, sentAckDiffMs); in onTcpSocketStatsEvent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DREADME.txt28 The following are Intents that can be sent for testing pruproses on
/frameworks/rs/script_api/include/
Drs_io.rsh68 * It returns true if the message was sent and false if the
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.in80 /* Define to the address where bug reports for this package should be sent. */

12345678