Home
last modified time | relevance | path

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

1234567

/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/telephony/src/java/com/android/internal/telephony/
DSmsUsageMonitor.java628 private boolean isUnderLimit(ArrayList<Long> sent, int smsWaiting) { in isUnderLimit() argument
632 if (VDBG) log("SMS send size=" + sent.size() + " time=" + ct); in isUnderLimit()
634 while (!sent.isEmpty() && sent.get(0) < beginCheckPeriod) { in isUnderLimit()
635 sent.remove(0); in isUnderLimit()
638 if ((sent.size() + smsWaiting) <= mMaxAllowed) { in isUnderLimit()
640 sent.add(ct); in isUnderLimit()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiTrafficPoller.java194 long sent, received; in notifyOnDataActivity() local
209 sent = mTxPkts - preTxPkts; in notifyOnDataActivity()
211 if (sent > 0) { in notifyOnDataActivity()
/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.java53 boolean sent = false; field in PendingIntentRecord
258 sent = true; in sendInner()
372 int sent = owner.broadcastIntentInPackage(key.packageName, uid, in sendInner() local
376 if (sent == ActivityManager.BROADCAST_SUCCESS) { in sendInner()
452 if (sent || canceled) { in dump()
453 pw.print(prefix); pw.print("sent="); pw.print(sent); in dump()
/frameworks/base/libs/incident/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.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/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/opt/telephony/proto/src/
Dtelephony.proto567 // Invalid response sent by vendor code
1038 // Command sent to IMS Service. See ImsCommand.
1041 // Command sent to IMS Service. See ImsCommand.
1044 // Command sent to IMS Service. See ImsCommand.
1047 // Command sent to IMS Service. See ImsCommand.
1313 // Message has been sent to network
1457 // Number of packets sent (tx)
/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.java287 int sent = sentPackets[i]; in onTcpSocketStatsEvent() local
292 .addTcpStatsResult(sent, lost, rttUs, sentAckDiffMs); in onTcpSocketStatsEvent()
/frameworks/opt/telephony/
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. */
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java4505 long sent, received; in updateDataActivity() local
4520 sent = mTxPkts - preTxRxSum.txPkts; in updateDataActivity()
4524 log("updateDataActivity: sent=" + sent + " received=" + received); in updateDataActivity()
4525 if (sent > 0 && received > 0) { in updateDataActivity()
4527 } else if (sent > 0 && received == 0) { in updateDataActivity()
4529 } else if (sent == 0 && received > 0) { in updateDataActivity()
4681 long sent, received; in updateDataStallInfo() local
4691 sent = mDataStallTxRxSum.txPkts - preTxRxSum.txPkts; in updateDataStallInfo()
4700 if ( sent > 0 && received > 0 ) { in updateDataStallInfo()
4704 } else if (sent > 0 && received == 0) { in updateDataStallInfo()
[all …]
/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/support/
DLICENSE.txt55 means any form of electronic, verbal, or written communication sent
/frameworks/support/lifecycle/compiler/src/main/resources/
DNOTICE.txt60 means any form of electronic, verbal, or written communication sent
297 means any form of electronic, verbal, or written communication sent
507 means any form of electronic, verbal, or written communication sent
717 means any form of electronic, verbal, or written communication sent
927 means any form of electronic, verbal, or written communication sent
/frameworks/av/services/camera/libcameraservice/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/frameworks/av/media/libeffects/downmix/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/frameworks/av/media/extractors/midi/
DNOTICE67 means any form of electronic, verbal, or written communication sent

1234567