| /external/chromium_org/chrome/browser/ui/views/translate/ |
| translate_bubble_view.h | 131 void HandleButtonPressed(ButtonID sender_id); 134 void HandleLinkClicked(LinkID sender_id); 137 void HandleComboboxSelectedIndexChanged(ComboboxID sender_id);
|
| translate_bubble_view.cc | 369 TranslateBubbleView::ButtonID sender_id) { 370 switch (sender_id) { 415 TranslateBubbleView::LinkID sender_id) { 416 switch (sender_id) { 434 TranslateBubbleView::ComboboxID sender_id) { 435 switch (sender_id) {
|
| /external/chromium_org/sync/notifier/ |
| p2p_invalidator.h | 61 P2PNotificationData(const std::string& sender_id,
|
| p2p_invalidator.cc | 68 const std::string& sender_id, 71 : sender_id_(sender_id),
|
| /external/chromium_org/chrome/browser/services/gcm/ |
| gcm_profile_service.h | 69 // Registers |sender_id| for an app. A registration ID will be returned by
|
| /frameworks/base/docs/html/google/gcm/ |
| demo.jd | 186 <li>Using a text editor, open <code>samples/gcm-demo-client/src/com/google/android/gcm/demo/app/CommonUtilities.java</code> and set the proper values for the <code>SENDER_ID</code> and <code>SERVER_URL</code> constants. For example:</li> 190 static final String SENDER_ID = "4815162342";</pre> 191 <p>Note that the <code>SERVER_URL</code> is the URL for the server and the application's context (or just server, if you are using App Engine), and it does not include the forward slash (<code>/</code>). Also note that <code>SENDER_ID</code> is the Google API project number you obtained in the server setup steps above.</p>
|
| gs.jd | 197 String SENDER_ID = "Your-Sender-ID"; 320 regid = gcm.register(SENDER_ID); 382 gcm.send(SENDER_ID + "@gcm.googleapis.com", id, data);
|
| helper.jd | 150 GCMRegistrar.register(this, SENDER_ID); 156 <p>Once the sanity checks are done, the device calls <code>GCMRegsistrar.register()</code> to register the device, passing the <code>SENDER_ID</code> you got when you signed up for GCM. But since the <code>GCMRegistrar</code> singleton keeps track of the registration ID upon the arrival of registration intents, you can call <code>GCMRegistrar.getRegistrationId()</code> first to check if the device is already registered.</p>
|
| /frameworks/base/docs/html/reference/com/google/android/gms/gcm/ |
| GoogleCloudMessaging.html | 772 String SENDER_ID = "My-Sender-ID"; 774 String registrationId = gcm.register(SENDER_ID); 834 gcm.send(SENDER_ID + "@gcm.googleapis.com", id, data); [all...] |
| /external/tcpdump/ |
| print-lspping.c | 222 u_int8_t sender_id [4]; member in struct:lspping_tlv_targetfec_subtlv_bgp_ipv4_t 244 u_int8_t sender_id [16]; member in struct:lspping_tlv_targetfec_subtlv_bgp_ipv6_t 650 ipaddr_string(subtlv_ptr.lspping_tlv_targetfec_subtlv_bgp_ipv4->sender_id)); 660 ip6addr_string(subtlv_ptr.lspping_tlv_targetfec_subtlv_bgp_ipv6->sender_id)); [all...] |
| /frameworks/base/docs/html/reference/com/google/android/gcm/server/ |
| Constants.html | 810 <td class="jd-descrcol" width="100%">The sender_id contained in the registration_id does not match the 811 sender_id used to register with the GCM servers.</td> [all...] |
| /frameworks/base/docs/html/reference/com/google/android/gms/plus/ |
| PlusShare.html | [all...] |