HomeSort by relevance Sort by last modified time
    Searched full:outgoing (Results 176 - 200 of 890) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFinal.java 87 * -e OUTGOING smtp+ssl+://test_account:test_password@smtp.gmail.com
99 * and the appropriate incoming/outgoing information will be filled in automatically.
106 private static final String EXTRA_CREATE_ACCOUNT_OUTGOING = "OUTGOING";
148 // User is entering outgoing settings
150 // We're checking outgoing settings
269 * outgoing: The URI-style string defining the outgoing account
275 final String outgoing = intent.getStringExtra(EXTRA_CREATE_ACCOUNT_OUTGOING); local
286 TextUtils.isEmpty(incoming) || TextUtils.isEmpty(outgoing));
292 "USER, INCOMING, OUTGOING, or EMAIL and PASSWORD")
    [all...]
  /external/chromium_org/google_apis/gcm/engine/
mcs_client.cc 42 // Applies to both incoming and outgoing messages.
219 << " outgoing messages pending.";
223 // First go through and order the outgoing messages by recency.
254 // Now go through and add the outgoing messages to the send queue in their
447 << " pending outgoing messages.";
760 << " outgoing messages, " << to_resend_.size()
835 // Resend any remaining outgoing messages, as they were not received by the
    [all...]
gcm_store_impl.cc 53 // Lowest lexicographically ordered outgoing message key.
54 // Used for prefixing outgoing messages.
56 // Key guaranteed to be higher than all outgoing message keys.
265 << " unacknowledged outgoing messages.";
427 DVLOG(1) << "Saving outgoing message with id " << persistent_id;
472 DVLOG(1) << "Removing outgoing message with id " << *iter;
489 DVLOG(1) << "Removing outgoing message with id " << *iter;
724 LOG(ERROR) << "Failed to parse outgoing message with id " << id
728 DVLOG(1) << "Found outgoing message with id " << id << " of type "
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
StatusBarNotifier.java 180 // Whether we have an outgoing call but the incall UI has yet to show up.
182 // in the foreground, if we show the outgoing notification before the activity
183 // comes up the user will see it flash on and off on an outgoing call. We therefore
184 // do not show the notification for outgoing calls before the activity has started.
186 state == InCallState.OUTGOING &&
204 // If we have an outgoing call with no UI but the timer has fired, we show
332 // Add hang up option for any active calls (active | onhold), outgoing calls (dialing).
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 219 // Read the outgoing packet from the input stream.
222 // Write the outgoing packet to the tunnel.
225 // There might be more outgoing packets.
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 177 // Read the outgoing packet from the input stream.
180 // Write the outgoing packet to the tunnel.
185 // There might be more outgoing packets.
  /device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/
EmailPolicy.java 103 * * FIND_PROVIDER_OUT_URI The server configuration for the outgoing (SMTP) server
119 * Valid outgoing uri schemes are:
151 * The username attribute MAY be the empty string for the outgoing element, but only if the
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
tcpport.cc 95 // Check if we are allowed to make outgoing TCP connections
241 bool outgoing = (socket_ == NULL); local
242 if (outgoing) {
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.h 134 // Sets SSRC for outgoing stream.
139 // Gets SSRC for outgoing stream number |idx|.
159 // Sets the CName for the outgoing stream on the channel.
  /external/chromium_org/v8/src/compiler/
scheduler.cc 759 ZoneList<BasicBlock*>* outgoing; member in struct:v8::internal::compiler::LoopInfo
766 if (outgoing == NULL) outgoing = new (zone) ZoneList<BasicBlock*>(2, zone);
767 outgoing->Add(block, zone);
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogListItemHelperTest.java 201 * Test case where an outgoing call is made to a known number and there is a history of
215 * Test case where an outgoing call is made to a known number and there is a history of
229 * For outgoing calls, we should NOT have "New Voicemail" in the description.
  /art/compiler/sea_ir/debug/
dot_gen.h 54 // (by convention) outgoing edges, so that the composition of theToDot() of all nodes
  /development/samples/SipDemo/
_index.html 22 receive incoming SIP, handles incoming calls and makes outgoing calls, managing
  /external/bluetooth/bluedroid/stack/avdt/
avdt_int.h 430 BUFFER_Q cmd_q; /* Queue for outgoing command messages */
431 BUFFER_Q rsp_q; /* Queue for outgoing response and reject messages */
457 BUFFER_Q frag_q; /* Queue for outgoing media fragments. p_buf should be 0 */
503 BUFFER_Q frag_q; /* Queue for outgoing media fragments */
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
extensions.py 89 logger.debug('Outgoing compress ratio: %f (average: %f)' %
123 # Total number of outgoing bytes supplied to this filter.
220 """Transform outgoing frames. This method is called only by
404 # Total number of outgoing bytes supplied to this filter.
  /external/chromium_org/chrome/browser/net/
net_error_tab_helper.h 106 // Optional callback for browser test to snoop on outgoing NetErrorInfo IPCs.
  /external/chromium_org/components/invalidation/
gcm_network_channel.h 125 // GCM and shuld include it in headers with outgoing message over http.
  /external/chromium_org/content/browser/
transition_browsertest.cc 125 // This tests that the renderer is reused between the outgoing and transition.
  /external/chromium_org/content/child/
site_isolation_policy_browsertest.cc 30 // Add a host resolver rule to map all outgoing requests to the test server.
  /external/chromium_org/mojo/public/cpp/bindings/lib/
validation_errors.h 107 << "The outgoing message will trigger " \
  /external/chromium_org/net/quic/
quic_flow_controller.h 109 // The absolute offset in the outgoing byte stream. If this offset is reached
  /external/chromium_org/net/tools/quic/
quic_client_session_test.cc 91 // After receiving a GoAway, I should no longer be able to create outgoing
  /external/chromium_org/ppapi/host/
host_message_context.h 15 // This context structure provides information about outgoing resource message
  /external/chromium_org/remoting/webapp/
wcs_adapter.js 72 // HACK: Add 'x' prefix to the IDs of the outgoing messages to make sure that
  /external/chromium_org/third_party/libevent/
http-internal.h 44 **< Status-Line (outgoing conn) */

Completed in 1185 milliseconds

1 2 3 4 5 6 78 91011>>