/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | MockWifiP2pMonitor.java | 71 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/ |
D | MockWifiMonitor.java | 69 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/ |
D | WifiTrafficPoller.java | 71 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/ |
D | SmsUsageMonitor.java | 620 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/ |
D | README.txt | 16 * 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/ |
D | PendingIntentRecord.java | 60 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/core/java/android/net/metrics/ |
D | NetworkMetrics.java | 100 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/ |
D | privacy.proto | 32 // 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/ |
D | NativeDaemonConnector.java | 159 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/ |
D | AttentionDetector.java | 215 final boolean sent = mAttentionManager.checkAttention(getAttentionTimeout(), mCallback); in updateUserActivity() 216 if (!sent) { in updateUserActivity()
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 661 // 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/opt/telephony/ |
D | README.txt | 12 that are sent back up as responses.
|
/frameworks/base/core/proto/android/hardware/biometrics/ |
D | enums.proto | 58 // When the HAL has not sent ERROR_CANCELED within the specified timeout.
|
/frameworks/rs/script_api/ |
D | rs_io.spec | 62 It returns true if the message was sent and false if the
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IDisplayEventReceiver.hal | 35 * @param count Request to be sent a callback for every <count>th event.
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetdEventListenerService.java | 299 int sent = sentPackets[i]; in onTcpSocketStatsEvent() local 304 .addTcpStatsResult(sent, lost, rttUs, sentAckDiffMs); in onTcpSocketStatsEvent()
|
/frameworks/base/packages/SystemUI/docs/ |
D | demo_mode.md | 20 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/core/proto/android/server/ |
D | backup_chunks_metadata.proto | 62 // 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/src/java/com/android/internal/telephony/dataconnection/ |
D | README.txt | 28 The following are Intents that can be sent for testing pruproses on
|
D | DcTracker.java | 4493 long sent, received; in updateDataActivity() local 4508 sent = mTxPkts - preTxRxSum.txPkts; in updateDataActivity() 4512 log("updateDataActivity: sent=" + sent + " received=" + received); in updateDataActivity() 4513 if (sent > 0 && received > 0) { in updateDataActivity() 4515 } else if (sent > 0 && received == 0) { in updateDataActivity() 4517 } else if (sent == 0 && received > 0) { in updateDataActivity() 4775 long sent, received; in updateDataStallInfo() local 4785 sent = mDataStallTxRxSum.txPkts - preTxRxSum.txPkts; in updateDataStallInfo() 4794 if ( sent > 0 && received > 0 ) { in updateDataStallInfo() 4798 } else if (sent > 0 && received == 0) { in updateDataStallInfo() [all …]
|
/frameworks/rs/script_api/include/ |
D | rs_io.rsh | 68 * It returns true if the message was sent and false if the
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.in | 80 /* Define to the address where bug reports for this package should be sent. */
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 83 # This event is logged when an Rmq v2 packet is sent or received.
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 135 // 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/ |
D | README.md | 130 that remain unchanged. For example, if there are two events sent to the driver,
|