Home
last modified time | relevance | path

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

1234567

/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/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/service/java/com/android/server/wifi/
DWifiTrafficPoller.java71 long sent, received; in notifyOnDataActivity() local
78 sent = mTxPkts - preTxPkts; in notifyOnDataActivity()
80 if (sent > 0) { in notifyOnDataActivity()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsUsageMonitor.java620 private boolean isUnderLimit(ArrayList<Long> sent, int smsWaiting) { in isUnderLimit() argument
624 if (VDBG) log("SMS send size=" + sent.size() + " time=" + ct); in isUnderLimit()
626 while (!sent.isEmpty() && sent.get(0) < beginCheckPeriod) { in isUnderLimit()
627 sent.remove(0); in isUnderLimit()
630 if ((sent.size() + smsWaiting) <= mMaxAllowed) { in isUnderLimit()
632 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/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/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/services/core/java/com/android/server/am/
DPendingIntentRecord.java60 boolean sent = false; field in PendingIntentRecord
296 sent = true; in sendInner()
432 int sent = controller.mAmInternal.broadcastIntentInPackage(key.packageName, in sendInner() local
438 if (sent == ActivityManager.BROADCAST_SUCCESS) { in sendInner()
513 if (sent || canceled) { in dump()
514 pw.print(prefix); pw.print("sent="); pw.print(sent); in dump()
/frameworks/base/services/core/java/com/android/server/
DNativeDaemonConnector.java158 final int sent = msg.arg1; in handleMessage() local
170 if (start > sent && start - sent > WARN_EXECUTE_DELAY_MS) { in handleMessage()
171 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.java214 final boolean sent = mAttentionManager.checkAttention(getAttentionTimeout(), mCallback); in updateUserActivity()
215 if (!sent) { in updateUserActivity()
/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.proto576 // Invalid response sent by vendor code
1816 // Command sent to IMS Service. See ImsCommand.
1819 // Command sent to IMS Service. See ImsCommand.
1822 // Command sent to IMS Service. See ImsCommand.
1825 // Command sent to IMS Service. See ImsCommand.
2098 // the number of RTP packets which were sent by this device but were lost
2102 // the number of RTP packets which were sent by the other party but were
2108 // packets are sent 2 milliseconds apart but received 3 milliseconds
2116 // two packets are sent 2 milliseconds apart but received 3 milliseconds
2301 // Message has been sent to network using RIL
[all …]
/frameworks/rs/script_api/
Drs_io.spec62 It returns true if the message was sent and false if the
/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:
/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/base/core/proto/android/server/
Dbackup_chunks_metadata.proto62 // This is local state stored on the device. It is never sent to the backup server. See
77 // listing. This needs to be sent when uploading new diff scripts.
/frameworks/opt/telephony/
DREADME.txt28 The following are Intents that can be sent for testing pruproses on
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java4289 long sent, received; in updateDataActivity() local
4304 sent = mTxPkts - preTxRxSum.txPkts; in updateDataActivity()
4308 log("updateDataActivity: sent=" + sent + " received=" + received); in updateDataActivity()
4309 if (sent > 0 && received > 0) { in updateDataActivity()
4311 } else if (sent > 0 && received == 0) { in updateDataActivity()
4313 } else if (sent == 0 && received > 0) { in updateDataActivity()
4556 long sent, received; in updateDataStallInfo() local
4566 sent = mDataStallTxRxSum.txPkts - preTxRxSum.txPkts; in updateDataStallInfo()
4575 if ( sent > 0 && received > 0 ) { in updateDataStallInfo()
4579 } else if (sent > 0 && received == 0) { in updateDataStallInfo()
[all …]
/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. */
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags83 # This event is logged when an Rmq v2 packet is sent or received.
/frameworks/base/proto/src/
Dipconnectivity.proto135 // The interface name (wlan, rmnet, lo, ...) on which the probe was sent.
168 // The id of the network for which the probe was sent.
438 // The interface name (wlan, rmnet, lo, ...) on which the probe was sent.
/frameworks/base/cmds/hid/
DREADME.md130 that remain unchanged. For example, if there are two events sent to the driver,
/frameworks/av/drm/libdrmframework/plugins/passthru/
DNOTICE67 means any form of electronic, verbal, or written communication sent

1234567