HomeSort by relevance Sort by last modified time
    Searched refs:PROTOCOL (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/ipsec-tools/src/libipsec/
policy_parse.h 48 PROTOCOL = 264,
67 #define PROTOCOL 264
policy_parse.y 56 * protocol/mode/src-dst/level
57 * protocol/mode/src-dst parsed as protocol/mode/src-dst/default
58 * protocol/mode/src-dst/ parsed as protocol/mode/src-dst/default
59 * protocol/transport parsed as protocol/mode/any-any/default
60 * protocol/transport//level parsed as protocol/mode/any-any/level
142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS POR
    [all...]
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpsTransportSE.java 16 static final String PROTOCOL = "https";
25 super(HttpsTransportSE.PROTOCOL + "://" + host + ":" + port + file);
26 System.out.println("Establistion connection to: " + HttpsTransportSE.PROTOCOL + "://"
HttpsServiceConnectionSE.java 54 connection = (HttpsURLConnection) new URL(HttpsTransportSE.PROTOCOL, host, port, file)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIm.java 42 int protocol = builder.getInt(Im.PROTOCOL); local
45 Im.getProtocolLabel(mContext.getResources(), protocol, customProtocol).toString()); local
LegacyApiSupport.java 174 "(CASE WHEN " + StatusUpdates.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
176 + " ELSE 'pre:'||" + StatusUpdates.PROTOCOL
181 + " THEN (CASE WHEN " + Tables.DATA + "." + Im.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
183 + " ELSE 'pre:'||" + Tables.DATA + "." + Im.PROTOCOL
1449 String protocol = values.getAsString(ContactMethods.DATA); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_apps.h 149 #define PROTOCOL "tcp"
  /external/openssl/apps/
s_apps.h 149 #define PROTOCOL "tcp"
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
ImDataItem.java 65 return getContentValues().getAsInteger(Im.PROTOCOL);
91 // IM can have the same data put different protocol. These should not collapse.
106 // Deal with invalid protocol as if it was custom. If either has a non valid protocol,
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
ContactsUtilsTests.java 85 values.put(Im.PROTOCOL, Im.PROTOCOL_CUSTOM);
108 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
126 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
147 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
RawContactModifierTests.java     [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 56 Sms.ADDRESS, Sms.PROTOCOL };
232 values.put(Inbox.PROTOCOL, sms.getProtocolIdentifier());
252 String selection = Sms.ADDRESS + " = ? AND " + Sms.PROTOCOL + " = ?";
  /packages/apps/Exchange/src/com/android/exchange/
Eas.java 49 // Define our default protocol version as 2.5 (Exchange 2003)
65 public static final String PROTOCOL = com.android.exchange.Configuration.EXCHANGE_PROTOCOL;
158 throw new IllegalArgumentException("illegal protocol version");
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StatusUpdatesTest.java 58 .withValue(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK)
109 .withValue(StatusUpdates.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK)
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 185 // Version 127: Force mFlags to contain the correct flags for EAS accounts given a protocol
268 * (select HostAuth.protocol from HostAuth, Account where
283 + HostAuth.TABLE_NAME + "." + HostAuthColumns.PROTOCOL + " from "
564 + HostAuthColumns.PROTOCOL + " text, "
1625 final String protocol = hostAuthCursor.getString(V21_HOSTAUTH_PROTOCOL); local
1723 String protocol = hostAuthCursor.getString(V25_HOSTAUTH_PROTOCOL); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteraction.java 126 return mValues.getAsInteger(Sms.PROTOCOL);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 91 HostAuthColumns._ID, HostAuthColumns.PROTOCOL, HostAuthColumns.ADDRESS,
167 public static String getSchemeString(String protocol, int flags, String clientAlias) {
195 return protocol + security;
242 values.put(HostAuthColumns.PROTOCOL, mProtocol);
259 json.put(HostAuthColumns.PROTOCOL, mProtocol);
280 h.mProtocol = json.getString(HostAuthColumns.PROTOCOL);
354 public void setConnection(String protocol, String address, int port, int flags) {
355 setConnection(protocol, address, port, flags, null);
360 * @param protocol the mail protocol to use (e.g. "eas", "imap")
549 String protocol = schemeParts[0]; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 452 Sms.PROTOCOL
482 * message's originating address and protocol identifier. If
514 Sms.PROTOCOL + " = ?";
641 values.put(Inbox.PROTOCOL, sms.getProtocolIdentifier());
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasAutoDiscover.java 84 mHostAuth.mProtocol = Eas.PROTOCOL;
209 mHostAuth.mProtocol = Eas.PROTOCOL;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 200 * ProviderNames from the predefined IM protocol id.
203 * @param protocol the protocol ID
204 * @return the provider name the IM app uses for the given protocol, or null if no
205 * provider is defined for the given protocol
208 public static String lookupProviderNameFromId(int protocol) {
209 switch (protocol) {
232 * {@link Email} row. Returns null when missing protocol or data.
241 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : values.getAsInteger(Im.PROTOCOL); local
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/dataitem/
DataItemTests.java 193 mValues1.put(Im.PROTOCOL, Im.PROTOCOL_CUSTOM);
194 mValues2.put(Im.PROTOCOL, Im.PROTOCOL_CUSTOM);
195 mValues3.put(Im.PROTOCOL, Im.PROTOCOL_CUSTOM);
196 mValues4.put(Im.PROTOCOL, Im.PROTOCOL_AIM);
  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 150 values.put(Inbox.PROTOCOL, 0);
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
HostAuthTests.java 108 * Test setting the connection using a protocol and flags
119 // Different protocol types don't affect flags
225 json.put(EmailContent.HostAuthColumns.PROTOCOL, "IMAP");
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 226 "protocol TEXT," +
317 " ADD COLUMN protocol TEXT DEFAULT IP;");
436 String protocol = parser.getAttributeValue(null, "protocol"); local
437 if (protocol != null) {
438 map.put(Telephony.Carriers.PROTOCOL, protocol);
562 if (!values.containsKey(Telephony.Carriers.PROTOCOL)) {
563 values.put(Telephony.Carriers.PROTOCOL, "IP");
    [all...]

Completed in 507 milliseconds

1 2 3