HomeSort by relevance Sort by last modified time
    Searched full:exchange (Results 76 - 100 of 1657) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Exchange/src/com/android/exchange/adapter/
SettingsParser.java 16 package com.android.exchange.adapter;
18 import com.android.exchange.Eas;
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasProvision.java 17 package com.android.exchange.eas;
26 import com.android.exchange.Eas;
27 import com.android.exchange.EasResponse;
28 import com.android.exchange.adapter.ProvisionParser;
29 import com.android.exchange.adapter.Serializer;
30 import com.android.exchange.adapter.Tags;
31 import com.android.exchange.service.EasServerConnection;
179 // to do with the device policy manager and is requested by the Exchange server.
EasPing.java 17 package com.android.exchange.eas;
34 import com.android.exchange.CommandStatusException.CommandStatus;
35 import com.android.exchange.Eas;
36 import com.android.exchange.EasResponse;
37 import com.android.exchange.adapter.PingParser;
38 import com.android.exchange.adapter.Serializer;
39 import com.android.exchange.adapter.Tags;
49 * Performs an Exchange Ping, which is the command for receiving push notifications.
62 * The default heartbeat interval specified to the Exchange server. This is the maximum amount
343 * We do this because bugs in various Exchange servers can put us into
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
ExchangeTestCase.java 17 package com.android.exchange.utility;
20 import com.android.exchange.provider.EmailContentSetupUtils;
  /external/libcxx/test/std/atomics/atomics.types.generic/
address.pass.cpp 26 // T* exchange(T* desr, memory_order m = memory_order_seq_cst) volatile;
27 // T* exchange(T* desr, memory_order m = memory_order_seq_cst);
96 assert(obj.exchange(T(2)) == T(1));
98 assert(obj.exchange(T(3), std::memory_order_relaxed) == T(2));
  /external/openssh/
moduli.5 27 in the Diffie-Hellman Group Exchange key exchange method.
107 When performing Diffie-Hellman Group Exchange,
125 .%T Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol
ssh_api.h 41 * key exchange parameters.
59 * ssh_add_hostkey() needs to be called before a key exchange is
79 * decrypting the received data and hiding the key-exchange from
85 * byte-stream back over the network. otherwise the key exchange
  /external/v8/src/
preparse-data-format.h 15 // Layout and constants of the preparse data exchange format.
  /external/webrtc/src/system_wrappers/source/
atomic32_win.cc 64 // If the old value and the compare value is the same an exchange happened.
  /frameworks/base/core/res/res/raw-en-rGB/
incognito_mode_start_page.html 14 <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
  /frameworks/base/core/res/res/raw-en-rGB-xlarge/
incognito_mode_start_page.html 14 <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
  /libcore/luni/src/main/java/javax/crypto/interfaces/
DHPrivateKey.java 24 * The interface for a private key in the Diffie-Hellman key exchange protocol.
DHPublicKey.java 24 * The interface for a public key in the Diffie-Hellman key exchange protocol.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
address.pass.cpp 23 // T* exchange(T* desr, memory_order m = memory_order_seq_cst) volatile;
24 // T* exchange(T* desr, memory_order m = memory_order_seq_cst);
91 assert(obj.exchange(T(2)) == T(1));
93 assert(obj.exchange(T(3), std::memory_order_relaxed) == T(2));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
CommonDateUtils.java 38 * Exchange requires 8:00 for birthdays
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IPolicyService.aidl 23 // Legacy compatability for Exchange shipped with KK
  /packages/apps/Email/res/xml/
authenticator_legacy_eas.xml 24 android:accountType="com.android.exchange"
  /packages/apps/Exchange/src/com/android/exchange/
MockParserStream.java 18 package com.android.exchange;
  /packages/apps/Exchange/tests/src/com/android/exchange/eas/
EasSyncContactsTests.java 17 package com.android.exchange.eas;
24 import com.android.exchange.utility.ExchangeTestCase;
31 * runtest -c com.android.exchange.eas.EasSyncContactsTests exchange
  /packages/apps/Exchange/tests/src/com/android/exchange/service/
PingSyncSynchronizerTest.java 17 package com.android.exchange.service;
  /device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/
EmailPolicy.java 35 * * Alternate strings for Exchange/ActiveSync UI
57 * This policy request configures the UI to conform to various Exchange/ActiveSync
59 * "Exchange", while in the alternate configuration, the UI will refer to it as
60 * "Exchange ActiveSync" or "Microsoft Exchange ActiveSync".
192 * Policy: Use alternate exchange strings
195 // Un-comment the following code to select alternate exchange strings
  /frameworks/base/docs/html/about/versions/
android-2.2-highlights.jd 90 <h3>Exchange support</h3>
96 password options to unlock device. Exchange administrators can enforce password policy across
98 <p><span class="green">Remote wipe:</span> Exchange administrators can remotely reset the device to
100 <p><span class="green">Exchange Calendars are now supported</span> in the Calendar application.</p>
102 easily set up and sync an Exchange account (available for Exchange 2007 and higher).</p>
107 <img src="{@docRoot}sdk/images/2.2/22exchange.png" alt="" height=300 />
android-2.0-highlights.jd 88 synchronization, including Exchange accounts. (Handset manufacturers can
89 choose whether to include Exchange support in their devices.)</li>
102 <li>Sync support for contacts from multiple data sources including Exchange.
103 Handset manufacturers can choose whether or not to include Exchange support
113 <li>Exchange support.</li>
  /external/jetty/src/java/org/eclipse/jetty/client/
HttpExchange.java 44 * An HTTP client API that encapsulates an exchange (a request and its response) with a HTTP server.
53 * <li>The status of the exchange (see {@link #getStatus()})
59 * The HttpExchange class is intended to be used by a developer wishing to have close asynchronous interaction with the the exchange.<br />
107 // controls if the exchange will have listeners autoconfigured by the destination
114 // a timeout for this exchange
155 * Wait until the exchange is "done". Done is defined as when a final state has been passed to the HttpExchange via the associated onXxx call. Note that an
156 * exchange can transit a final state when being used as part of a dialog (eg {@link SecurityListener}. Done status is thus defined as:
454 * Note: this method will not be populated unless the exchange has been executed by the HttpClient
456 * @return the local address used for the running of the exchange if available, null otherwise.
773 * Initiates the cancelling of this exchange. The status of the exchange is set to {@link #STATUS_CANCELLING}. Cancelling the exchange is an as (…)
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.h 57 ! Next Payload ! MjVer ! MnVer ! Exchange Type ! Flags !
69 u_int8_t etype; /* Exchange Type */
80 #define ISAKMP_NPTYPE_KE 4 /* Key Exchange */
133 /* Exchange Type */
141 /* Additional Exchange Type */
226 /* 3.7 Key Exchange Payload */
229 /* Key Exchange Data */
394 u_int8_t type; /* Exchange type */
399 /* Exchange type */

Completed in 116 milliseconds

1 2 34 5 6 7 8 91011>>