/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiTrafficPoller.java | 174 long sent, received; in notifyOnDataActivity() local 190 received = mRxPkts - preRxPkts; in notifyOnDataActivity() 194 if (received > 0) { in notifyOnDataActivity()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | IntentBindRecord.java | 43 boolean received; field in IntentBindRecord 62 pw.print(" received="); pw.print(received); in dumpInService()
|
D | ActiveServices.java | 823 + ": received=" + b.intent.received in bindServiceLocked() 827 if (s.app != null && b.intent.received) { in bindServiceLocked() 866 if (b != null && !b.received) { in publishServiceLocked() 869 b.received = true; in publishServiceLocked() 2152 b.requested = b.received = b.hasBound = false; in killServicesLocked()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTrackerBase.java | 1565 long sent, received; in updateDataActivity() local 1581 received = mRxPkts - preTxRxSum.rxPkts; in updateDataActivity() 1584 log("updateDataActivity: sent=" + sent + " received=" + received); in updateDataActivity() 1585 if (sent > 0 && received > 0) { in updateDataActivity() 1587 } else if (sent > 0 && received == 0) { in updateDataActivity() 1589 } else if (sent == 0 && received > 0) { in updateDataActivity() 1694 long sent, received; in updateDataStallInfo() local 1705 received = mDataStallTxRxSum.rxPkts - preTxRxSum.rxPkts; in updateDataStallInfo() 1710 received = 0; in updateDataStallInfo() 1713 if ( sent > 0 && received > 0 ) { in updateDataStallInfo() [all …]
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | messages.jd | 33 This call is synchronous and blocks processing until the message is received or until the request 81 To be notified of received messages, you implement the
|
D | events.jd | 74 are created, messages are received, or when the wearable and handset are connected. 142 private static final String DATA_ITEM_RECEIVED_PATH = "/data-item-received";
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | wifi-direct.jd | 187 received back when you initialized the peer-to-peer mManager</li> 253 android.net.wifi.p2p.WifiP2pManager#WIFI_P2P_PEERS_CHANGED_ACTION} is received. You 348 When this intent is received, call {@link 351 asynchronous call, so results will be received by the connection info listener
|
/frameworks/base/docs/html/google/gcm/ |
D | ccs.jd | 394 a device confirms that it received a message sent by CCS.</p> 398 <code>true</code>, CCS sends a delivery receipt when a device confirms that it received a particula… 423 app server that a device received a message that CCS sent it:</p> 448 indicating that the device received the message. Notice that in this case, 460 that haven't received one of these responses are considered pending. If the pending 473 should "ACK" upstream messages, received from the client application via CCS, as soon as possible 476 should continue sending ACKs for messages received from CCS to avoid blocking delivery of new 482 ACK/NACK was not received from CCS before the connection was closed should be sent again. 694 * Creates a JSON encoded ACK message for an upstream message received 888 server sends an initial message, and for every upstream message received, it sends
|
D | helper.jd | 96 <!-- Keeps the processor from sleeping when a message is received. --> 108 …he manifest (rather than programmatically) so that these intents can be received even if the appli… 132 …xt context, String regId)</code>: Called after a registration intent is received, passes the regis… 164 …that can be used by the Android application to send the registration ID received by GCM . The appl…
|
D | demo.jd | 263 …received a registration callback intent from GCM, it contacted the server to register itself, usin… 275 …ation ID returned by GCM during the registration step). The device then received the message and d…
|
D | client.jd | 104 can keep the processor from sleeping when a message is received. Optional—use 431 <p>Once you've received your registration ID, send it to your server:</p> 554 // The getMessageType() intent parameter must be the intent you received 585 // Post notification of received message.
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | stacks.jd | 24 for received messages, you should not show more than one notification 25 on a handheld device—when more than one is message is received, use a single notification
|
/frameworks/base/docs/html/training/notify-user/ |
D | managing.jd | 68 .setContentText("You've received new messages.")
|
/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/docs/html/google/play/billing/v2/ |
D | api.jd | 220 <p>This request acknowledges that your application received the details of a purchase state 222 confirm that you received them.</p> 338 <li>Your application confirms that you received the transaction information for the given 340 specifying the notification ID for which you received transaction information.</li> 416 Google Play that you have received the purchase state change information.</p> 433 <code>IN_APP_NOTIFY</code> messages until it receives acknowledgement that you received the
|
D | billing_subscriptions.jd | 353 you don’t have a server), use the latest purchase state received by 356 purchase state obtained from your server over the state received in 367 values for subscription purchases, as received with a
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 167 # Re-connecting to input method service because we haven't received its interface
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | communicating.jd | 127 the activity can pass the information received in the callback method to the other fragment that
|
/frameworks/base/docs/html/tv/adt-1/ |
D | regulatory.jd | 40 any interference received, including interference that may cause undesired operation.</p>
|
/frameworks/base/docs/html/training/auto/messaging/ |
D | index.jd | 220 received by the dashboard system and presented to the user. The Auto device manages the 460 to handle a received message heard intent: 504 to handle a received message reply intent:
|
/frameworks/base/docs/html/google/play/licensing/ |
D | adding-licensing.jd | 150 data received from the licensing server, prior to determining whether to grant 316 the application unless a license response is received from the server at the 325 <li>The license response is received from the licensing server, and </li> 562 <li>When a response is received, {@code LicenseChecker} creates a LicenseValidator that 677 // If the reason received from the policy is RETRY, it was probably 721 license check results, whether the result is a response received from the server 916 when the response is received. Similarly, if the user exits your application 918 response is received, unless it has properly called the
|
/frameworks/base/docs/html/training/activity-testing/ |
D | activity-functional-testing.jd | 139 in a loop. This way, the UI thread is blocked until focus is received.</li>
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 151 boolean received = false; field in PackageManagerTests.GenericReceiver 163 received = true; in onReceive() 1014 return receiver.received; in invokeDeletePackage() 1299 return receiver.received; in mountFromRawResource() 1628 final boolean received = false; in invokeMovePackage() 1655 return receiver.received; in invokeMovePackage()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | drag-drop.jd | 251 events, even if the listener received the {@link android.view.DragEvent#ACTION_DROP} event. 756 previously received {@link android.view.DragEvent#ACTION_DRAG_ENTERED}, after 819 system of the View that received the drop. 862 All drag events are initially received by your drag event method or listener. The following 976 // An unknown action type was received. 978 Log.e("DragDrop Example","Unknown action type received by OnDragListener.");
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | intent-filter-element.jd | 116 which the broadcasts are received, or want to force Android to prefer
|